Skip to content

Commit 1eb3ae4

Browse files
Sync kit docs (#1663)
sync kit docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com>
1 parent 4ab74c4 commit 1eb3ae4

File tree

1 file changed

+6
-6
lines changed
  • apps/svelte.dev/content/docs/kit/40-best-practices

1 file changed

+6
-6
lines changed

apps/svelte.dev/content/docs/kit/40-best-practices/20-seo.md

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

0 commit comments

Comments
 (0)