Last active
August 29, 2015 14:03
-
-
Save evemilano/819bac92f5614d497a44 to your computer and use it in GitHub Desktop.
Rel alternate mobile tag for Sitemap.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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