Answer the question
In order to leave comments, you need to log in
What does a sitemap look like for a multilingual site?
There is a site like en.exemple.com/, de.exemple.com/ and ru.exemple.com/, i.e. with different versions on the subdomain. Does the map need to be duplicated for each subdomain or is there a better way?
Answer the question
In order to leave comments, you need to log in
<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>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question