建立支持移动设备访问的网站sitemap
http://www.itjxue.com 2015-08-06 23:11 来源:未知 点击次数:
如果你的网站支持移动设备访问,向 Google Webmaster Tools 提交一份 专属sitemap 是很有必要的。(像普通sitemap一样提交即可)
格式如下:
- <?xml version="1.0" encoding="UTF-8" ?>
- <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
- xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0">
- <url>
- <loc>http://uicss.cn/wap/index.php?p=5848</loc>
- <mobile:mobile/>
- </url>
- </urlset>
创建完成后,建议命名为mobile-sitemap.xml,并 写入robots.txt