[seo知识] 百度移动sitemap协议(移动、自适应、代码适配)

[复制链接]
sheep 发表于 2023-4-19 16:12:37 | 显示全部楼层 |阅读模式
百度推出了移动Sitemap协议,用于将网址提交给移动搜索收录。百度移动Sitemap协议是在标准Sitemap协议基础上制定的,增加了<mobile:mobile/>标签,它有四种取值:

  1. <mobile:mobile/> :移动网页
  2. <mobile:mobile type="mobile"/> :移动网页      
  3. <mobile:mobile type="pc,mobile"/>:自适应网页
  4. <mobile:mobile type="htmladapt"/>:代码适配
复制代码
无该上述标签表示为PC网页


示例:
  1. <mobile:mobile type="mobile"/> :移动网页   

  2. 提交移动网页的sitemap协议写法:

  3. <?xml version="1.0"encoding="UTF-8" ?>
  4. <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  5. xmlns:mobile="http://www.baidu.com/schemas/sitemap-mobile/1/">
  6. <url>
  7. <loc>http://m.abc.com/index.html</loc>
  8. <mobile:mobiletype="mobile"/>
  9. <lastmod>2009-12-14</lastmod>
  10. <changefreq>daily</changefreq>
  11. <priority>0.8</priority>
  12. </url>

  13. </urlset>
复制代码
  1. <mobile:mobile type="pc,mobile"/>:自适应网页

  2. 提交自适应网页的sitemap协议写法:

  3. <?xml version="1.0"encoding="UTF-8" ?>
  4. <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  5. xmlns:mobile="http://www.baidu.com/schemas/sitemap-mobile/1/">
  6. <url>
  7. <loc>http://www.abc.com/autoadapt.html</loc>
  8. <mobile:mobiletype="pc,mobile"/>
  9. <lastmod>2009-12-14</lastmod>
  10. <changefreq>daily</changefreq>
  11. <priority>0.8</priority>
  12. </url>

  13. </urlset>
复制代码
  1. <mobile:mobile type="htmladapt"/>:代码适配

  2. 提交代码适配网页的sitemap协议写法:

  3. <?xml version="1.0"encoding="UTF-8" ?>
  4. <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  5. xmlns:mobile="http://www.baidu.com/schemas/sitemap-mobile/1/">
  6. <url>
  7. <loc>http://www.abc.com/htmladapt.html</loc>
  8. <mobile:mobiletype="htmladapt"/>
  9. <lastmod>2009-12-14</lastmod>
  10. <changefreq>daily</changefreq>
  11. <priority>0.8</priority>
  12. </url>

  13. </urlset>
复制代码


Sitemap的作用:

1、提交Sitemap给搜索引擎做为一个引导作用,方便搜索引擎索引网站。

2、搜索引擎通过Sitemap更清晰了解网站内部链接层次和结构,提高网站内容收录。

3、通过Sitemap提供网站的其他信息,比如上次更新日期、Sitemap文件的更新频率等,给百度蜘蛛作为参考。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关注公众号
Archiver|手机版|小黑屋|社区规范|绵羊优创

相关侵权、举报、投诉及建议等,请发 E-mail:2363400792@qq.com

Powered by Discuz! X5.0 © 2001-2026 Discuz! Team.|京ICP备19037745号-2公安备案京公网安备11011502037529号

在本版发帖
关注公众号
QQ客服返回顶部
来点音乐
优聚封面
歌曲名称
歌手名称
0:00 0:00
顺序播放
歌词加载中...