Skip to content

Commit 1b4e2a0

Browse files
authored
docs: fix sitemap namespace (#14918)
1 parent a2eb3a8 commit 1b4e2a0

File tree

1 file changed

+6
-6
lines changed
  • documentation/docs/40-best-practices

1 file changed

+6
-6
lines changed

documentation/docs/40-best-practices/20-seo.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ export async function GET() {
3939
`
4040
<?xml version="1.0" encoding="UTF-8" ?>
4141
<urlset
42-
xmlns="https://www.sitemaps.org/schemas/sitemap/0.9"
43-
xmlns:xhtml="https://www.w3.org/1999/xhtml"
44-
xmlns:mobile="https://www.google.com/schemas/sitemap-mobile/1.0"
45-
xmlns:news="https://www.google.com/schemas/sitemap-news/0.9"
46-
xmlns:image="https://www.google.com/schemas/sitemap-image/1.1"
47-
xmlns:video="https://www.google.com/schemas/sitemap-video/1.1"
42+
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
43+
xmlns:xhtml="http://www.w3.org/1999/xhtml"
44+
xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0"
45+
xmlns:news="http://www.google.com/schemas/sitemap-news/0.9"
46+
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
47+
xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"
4848
>
4949
<!-- <url> elements go here -->
5050
</urlset>`.trim(),

0 commit comments

Comments
 (0)