tobimori/kirby-seo

Sitemap: 1 Url has multiple hreflang="x-default"

Closed this issue · 1 comments

My sitemap is showing multiple hreflang="x-default" for the same url, main language is en.

  <url>
    <lastmod>2024-01-30T09:29:38+00:00</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
    <loc>https://www.domain.com/en/about-us</loc>
    <xhtml:link hreflang="en" href="https://www.domain.com/en/about-us"/>
    <xhtml:link hreflang="x-default" href="https://www.domain.com/fr/about-us-fr"/>
    <xhtml:link hreflang="x-default" href="https://www.domain.com/nl/over-ons"/>
  </url>

Should be fixed in the new rc release.