getgrav / grav-plugin-sitemap

Grav Sitemap Plugin
https://getgrav.org
MIT License
42 stars 42 forks source link

Google Webmaster complains of sitemap error #41

Closed CoDanny closed 7 years ago

CoDanny commented 7 years ago

The error is:

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

When the site is multi-language, it adds this lines to each page:

    <xhtml:link rel="alternate" hreflang="en" href="https://www.astroprint.com/astroprint-compatible-printers" />
    <xhtml:link rel="alternate" hreflang="es" href="https://www.astroprint.com/es/astroprint-compatible-printers" />

These seem to be problem.

CoDanny commented 7 years ago

I see that is already fixed with #40

flaviocopes commented 7 years ago

Released an update