docs: fix sitemap namespace (#14918)
authorYanick J.S. <31690419+wobedi@users.noreply.github.com>
Thu, 13 Nov 2025 15:50:49 +0000 (10:50 -0500)
committerGitHub <noreply@github.com>
Thu, 13 Nov 2025 15:50:49 +0000 (07:50 -0800)
documentation/docs/40-best-practices/20-seo.md

index ecea2536fbdb7cd00c70fa67c107e346140928d7..b3c50c1e38efa58d2a56129ea0c768cf5a3bd7a7 100644 (file)
@@ -39,12 +39,12 @@ export async function GET() {
                `
                <?xml version="1.0" encoding="UTF-8" ?>
                <urlset
-                       xmlns="https://www.sitemaps.org/schemas/sitemap/0.9"
-                       xmlns:xhtml="https://www.w3.org/1999/xhtml"
-                       xmlns:mobile="https://www.google.com/schemas/sitemap-mobile/1.0"
-                       xmlns:news="https://www.google.com/schemas/sitemap-news/0.9"
-                       xmlns:image="https://www.google.com/schemas/sitemap-image/1.1"
-                       xmlns:video="https://www.google.com/schemas/sitemap-video/1.1"
+                       xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
+                       xmlns:xhtml="http://www.w3.org/1999/xhtml"
+                       xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0"
+                       xmlns:news="http://www.google.com/schemas/sitemap-news/0.9"
+                       xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
+                       xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"
                >
                        <!-- <url> elements go here -->
                </urlset>`.trim(),