Skip to content

Instantly share code, notes, and snippets.

/hreflang1.xml Secret

Created June 24, 2016 11:38
Show Gist options
  • Save anonymous/df7f70ca9be56df7364f454b2cd87bfe to your computer and use it in GitHub Desktop.
Save anonymous/df7f70ca9be56df7364f454b2cd87bfe to your computer and use it in GitHub Desktop.
<?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/english/
</loc>
<xhtml:link rel="alternate" hreflang="de" href="http://www.example.com/deutsch/" />
<xhtml:link rel="alternate" hreflang="de-ch" href="http://www.example.com/schweiz-deutsch/" />
<xhtml:link rel="alternate" hreflang="en" href="http://www.example.com/english/" />
</url>
</urlset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment