首页 > 开发 > 综合 > 正文

建立支持移动设备访问的网站sitemap

2024-07-21 02:04:34
字体:
来源:转载
供稿:网友

如果你的网站支持移动设备访问,向 google webmaster tools 提交一份 专属sitemap 是很有必要的。(像普通sitemap一样提交即可)

格式如下:

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  3.   xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0">
  4.     <url>
  5.         <loc>http://uicss.cn/wap/index.php?p=5848</loc>
  6.         <mobile:mobile/>
  7.     </url>
  8. </urlset>

创建完成后,建议命名为mobile-sitemap.xml,并 写入robots.txt

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表