什么是移动Sitemap协议,如何提交移动Sitemap协议

seo优化 2022-07-27 12:20www.1681989.comseo排名

百度推出了移动Sitemap协议,用于将网址提交给移动搜索收录。百度移动Sitemap协议是在标准Sitemap协议基础上制定的,增加了<mobile:mobile/>标签,它有四种取值

<mobile:mobile/> 移动网页

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

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

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

无该上述标签表示为PC网页

下方样例相当于向百度移动搜索提交了一个移动网页http://m.example./dex.html,向PC搜索提交了一个传统网页http://.example./dex.html,向移动搜索和PC搜索提交了一个自适配网页http://.example./autoadapt.html

<?xml version="1.0" encodg="UTF-8" ?>

<urlset xmlns="http://.sitemaps./schemas/sitemap/0.9"

xmlns:mobile="http://.baidu./schemas/sitemap-mobile/1/">

<url>

<loc>http://m.example./dex.html</loc>

<mobile:mobile type="mobile"/>

<lastmod>2009-12-14</lastmod>

<changefreq>daily</changefreq>

<priority>0.8</priority>

</url>

<url>

<loc>http://.example./dex.html</loc>

<lastmod>2009-12-14</lastmod>

<changefreq>daily</changefreq>

<priority>0.8</priority>

</url>

<url>

<loc>http://.example./autoadapt.html</loc>

<mobile:mobile type="pc,mobile"/>

<lastmod>2009-12-14</lastmod>

<changefreq>daily</changefreq>

<priority>0.8</priority>

</url>

<url>

<loc>http://.example./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方式一致。

推火专家百度搜索资源平台 百度搜索学堂


Copyright © 2016-2025 www.1681989.com 推火网 版权所有 Power by