From 7a67c38c4b19e5f684f75b7fc363362707c25e39 Mon Sep 17 00:00:00 2001 From: NicoHood Date: Wed, 27 Jan 2021 17:12:27 +0100 Subject: [PATCH] Correct sitemap version (#1318) As correctly stated at the beginning of the docs, sitemap protocol uses version 0.9 currently. Dont confuse with xml version 1.0 --- content/en/templates/sitemap-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/templates/sitemap-template.md b/content/en/templates/sitemap-template.md index acc90a1c8..dee28fc3b 100644 --- a/content/en/templates/sitemap-template.md +++ b/content/en/templates/sitemap-template.md @@ -43,7 +43,7 @@ For multilingual sites, we also create a Sitemap index. You can provide a custom ## Hugo’s sitemap.xml -This template respects the version 1.0 of the [Sitemap Protocol](https://www.sitemaps.org/protocol.html). +This template respects the version 0.9 of the [Sitemap Protocol](https://www.sitemaps.org/protocol.html). ```xml {{ printf "" | safeHTML }}