omz13 / kirby3-xmlsitemap

kirby3 plugin to generate an xml-based sitemap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Unbound XML namespace prefix" error in Google Search Console

MathiasGmeiner opened this issue · comments

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

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?

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!