Dear Experts,
I own a website www.example.com which is completely in English Language. But I would like to spread my content to worldwide audience. For that, I am using Google Translate to create my website in Spanish Language (i.e) www.example.com/es-mx for Spanish audience.
Before start promote my website in Spanish Language, I need to submit Multilingual Sitemap in GWT. I really don’t know the exact procedure to do this…
Is the below sitemap.xml file is correct or should I need to change anything?
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>http://www.example.com/</loc>
<xhtml:link
rel="alternate"
hreflang="de"
href="http://www.example.com/es-mx"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="http://www.example.com/es-mx/page1"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="http://www.example.com/es-mx/page2"
/>
<xhtml:link
rel="alternate"
hreflang="de"
href="http://www.example.com/es-mx/page3"
/>
</url>
</urlset>
Please provide your valid suggestions…!