From 1dac5f69f2c7d17f1e3a9617987f1904027c5d75 Mon Sep 17 00:00:00 2001 From: Maya Date: Thu, 30 Oct 2025 00:48:13 +0300 Subject: [PATCH] fix: unnecessary seo ?? dont know where this was from i think i followed paraglide documentation blindly --- src/routes/+layout.svelte | 7 ------- static/robots.txt | 11 ----------- 2 files changed, 18 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index d9335c6..03e4620 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -186,13 +186,6 @@ `` or `{@render ...}` tag missing — inner content will not be rendered --> -
- {#each locales as locale} - {locale} - {/each} -
diff --git a/static/robots.txt b/static/robots.txt index 42819c6..eb7f07b 100644 --- a/static/robots.txt +++ b/static/robots.txt @@ -1,15 +1,4 @@ User-agent: * Allow: / -# language urls (doesn't actually change language when visiting) -# should prob be auto-generated? -Disallow: /es/ -Disallow: /fr/ -Disallow: /de/ -Disallow: /it/ -Disallow: /hr/ -Disallow: /tr/ -Disallow: /ja/ -Disallow: /el/ - Sitemap: https://vert.sh/sitemap.xml