From cf2e351424647b102dd05e33fa58c56ea4792834 Mon Sep 17 00:00:00 2001 From: Maya Date: Sun, 19 Oct 2025 18:36:45 +0300 Subject: [PATCH] fix: seo fixes don't index static language urls (doesn't do anything) - robots.txt & sitemap.xml --- src/routes/+layout.svelte | 1 + static/robots.txt | 15 +++++++++++++++ static/sitemap.xml | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 static/robots.txt create mode 100644 static/sitemap.xml diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 2f78417..07a2646 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -143,6 +143,7 @@ /> + {#if enablePlausible}