Open omares opened 4 years ago
Hey @ikeikeikeike,
does your library support localized links in the sitemap as documented by google (see sitemap toggle)?
I tried to add <xhtml:link /> entries but did not succeed.
<xhtml:link />
Desired of an url entry would be:
<url> <loc>http://www.example.com/english/page.html</loc> <xhtml:link rel="alternate" hreflang="de" href="http://www.example.com/deutsch/page.html"/> <xhtml:link rel="alternate" hreflang="de-ch" href="http://www.example.com/schweiz-deutsch/page.html"/> <xhtml:link rel="alternate" hreflang="en" href="http://www.example.com/english/page.html"/> </url>
Cheers
Hey @ikeikeikeike,
does your library support localized links in the sitemap as documented by google (see sitemap toggle)?
I tried to add
<xhtml:link />
entries but did not succeed.Desired of an url entry would be:
Cheers