N
N
Nikita Dergachov2019-03-27 10:33:24
Search Engine Optimization
Nikita Dergachov, 2019-03-27 10:33:24

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

1 answer(s)
G
grinat, 2019-03-27
@vanillathunder

<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>

https://support.google.com/webmasters/answer/18907...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question