omz13 / kirby3-xmlsitemap

kirby3 plugin to generate an xml-based sitemap
59 stars 10 forks source link

"Unbound XML namespace prefix" error in Google Search Console #12

Closed MathiasGmeiner closed 5 years ago

MathiasGmeiner commented 5 years ago

For this sitemap: https://www.restaurantkatrina.at/sitemap.xml I get an error in the Google Search Console.

It says: Unbound XML namespace prefix


The XML Sitemap cannot be parsed because it contains one or more unbound namespace prefixes. For example, this error is generated when <xhtml:link> is found in a Sitemap without prior xmlns:xhtml="http://www.w3.org/1999/xhtml".
Line: 6
omz13 commented 5 years ago

Ah. Its to do with mutilanguage. Will look. @MathiasGmeiner just to check, you run this site in multilanguage mode but only have one language? And your locale is de_DE and not de_AT?

MathiasGmeiner commented 5 years ago

Yes, currently it is just one language. But eventually they need a second language, that's the reason for my decision to create this multilingual-setup. My locale is de_DE, that's correct!