百度搜索发布了挪动Sitemap协议,用以将网址提交给移动搜索收录。百度移动Sitemap协议是在规范Sitemap协议基本上制订的,提升了<mobile:mobile/>标识,它有四种赋值:
<mobile:mobile/> :挪动网页页面
<mobile:mobile type="mobile"/> :挪动网页页面
<mobile:mobile type="pc,mobile"/>:响应式网页页面
<mobile:mobile type="htmladapt"/>:编码兼容
无该所述标识表明为PC网页页面
正下方示例等同于向百度搜索移动搜索递交了一个挪动网页页面:http://m.example.com/index.html,向PC检索递交了一个传统式网页页面:http://www.example.com/index.html,另外向移动搜索和PC检索递交了一个自兼容网页页面http://www.example.com/autoadapt.html:
<?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.example.com/index.html</loc>
<mobile:mobile type="mobile"/>
<lastmod>2009-12-14</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://www.example.com/index.html</loc>
<lastmod>2009-12-14</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://www.example.com/autoadapt.html</loc>
<mobile:mobile type="pc,mobile"/>
<lastmod>2009-12-14</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://www.example.com/htmladapt.html</loc>
<mobile:mobile type="htmladapt"/>
<lastmod>2009-12-14</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
</urlset>
依照挪动Sitemap协议搞好Sitemap后,在Sitemap专用工具点一下加上新数据递交,与递交一般Sitemap方法一致。
阅读文章文中的人还能够阅读文章:
Sitemap-sitmap
XML Sitemap 有关难题
向百度提交sitmapSitemap
标签内容: 协议 是在 网址提交 移动搜索 百度移动 收录