SEO

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

百度站长工具中提供了四种链接提交途径,其中一种是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文件的更新频率等,给百度蜘蛛作为参考。


相关文章
Google网站管理员工具是什么?2019年05月30日
百度指数从SEO看百度指数的意义2019年05月30日
Xenu-死链接检测工具2019年05月30日
Google关键字工具2019年05月30日
Google网站流量统计2019年05月30日
XML Sitemap 相关问题2019年05月30日
创建文本形式的Sitemap2019年05月30日
如何正确提交网站百度地图Sitemap2019年05月30日
做SEO如何选择程序?2019年05月30日
如何在外建博客为网站添加锚文本2019年05月30日
Wordpress程序怎么做SEO优化2019年05月30日
什么是HTML版本网站地图?网站地图有什么作用?2019年05月30日

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

ICP证编号:渝ICP备17014296号-2  SITEMAP

Copyright©润羽公司seo.uguu.com版权所有