Skip to content

Instantly share code, notes, and snippets.

@evemilano
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evemilano/819bac92f5614d497a44 to your computer and use it in GitHub Desktop.
Save evemilano/819bac92f5614d497a44 to your computer and use it in GitHub Desktop.
Rel alternate mobile tag for Sitemap.xml
<?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/page-1/</loc>
<xhtml:link
rel="alternate"
media="only screen and (max-width: 640px)"
href="http://m.example.com/page-1" />
</url>
</urlset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment