[网站运营] 百度站长工具移动Sitemap协议的写法

[复制链接]
查看1319 | 回复14 | 2020-4-9 12:24:55 | 显示全部楼层 |阅读模式

百度站长工具中提供了四种链接提交途径,其中一种是Sitemap,将网址提交给移动搜索收录。

Sitemap提交是通过Site生成器生成Sitemap文件,将Sitemap文件上传到网站根目录下,使用百度站长工具上传网站地图。

 

百度站长工具移动Sitemap协议的写法

移动Sitemap协议在标准Sitemap协议上增加了<mobile:mobile/>标签,分别为:

1、<mobile:mobile/> :移动网页

传统PC站的sitemap写法之前的文章中有介绍过,这里就不再细说了。(创建文本形式的Sitemap)

 

2、<mobile:mobile type="mobile"/> :移动网页   

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

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

</urlset> 

 

3、<mobile:mobile type="pc,mobile"/>:自适应网页

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

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

</urlset> 

 

4、<mobile:mobile type="htmladapt"/>:代码适配

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

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

</urlset>          

 

Sitemap的作用:

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

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

3、通过Sitemap提供网站的其他信息,比如上次更新日期、Sitemap文件的更新频率等,给百度蜘蛛作为参考。

上一篇:网站改版应该做哪些工作?网站改版工具的使用 下一篇:什么是虚拟主机?虚拟主机的优点和缺点有什么?
回复

使用道具 举报

我心如烟卸 | 2021-3-31 07:30:50 | 显示全部楼层
找了好多地方,终于找到了
回复

使用道具 举报

成都路人甲萌 | 2021-4-18 22:48:42 | 显示全部楼层
资源太多了,准备办个会员
回复

使用道具 举报

123457265 | 2021-5-17 04:34:51 | 显示全部楼层
悟空源码太厉害,资源真多!
回复

使用道具 举报

水草香蕉壁 | 2021-10-9 02:45:03 | 显示全部楼层
这个下载站资源真齐全
回复

使用道具 举报

此路难行谎 | 2022-3-20 13:10:19 | 显示全部楼层
支持悟空源码,越来越好
回复

使用道具 举报

123456868 | 2022-11-19 20:34:39 | 显示全部楼层
厉害了悟空源码,这么多资源
回复

使用道具 举报

水草香蕉壁 | 2023-5-9 20:00:57 | 显示全部楼层
我是来白嫖资源的!
回复

使用道具 举报

静静的等258 | 2023-5-19 20:30:13 | 显示全部楼层
我是来白嫖悟空源码的资源的!
回复

使用道具 举报

HY107 | 2023-6-30 14:05:40 | 显示全部楼层
我是来白嫖资源的!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则