What is the mobile Sitemap protocol and how to submit the mobile Sitemap protocol

Baidu launched the mobile Sitemap protocol, which is used to submit websites to mobile search. Baidu Mobile's Sitemap protocol is based on the standard Sitemap protocol. The<mobile: mobile/>tag is added. It has four values:

<mobile: mobile/>: mobile web page
<mobile: mobile type="mobile"/>: mobile web page
<mobile: mobile type="pc, mobile"/>: adaptive webpage
<mobile: mobile type="htmladapt"/>: code adaptation

Without the above label, it means PC webpage

The following example is equivalent to submitting a mobile page to Baidu Mobile Search: http://m.example.com/index.html , submitted a traditional web page to PC search: http://www.example.com/index.html , and submitted a self adapted web page to mobile search and PC search 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>

After completing the Sitemap according to the mobile Sitemap protocol, click Add New Data Submission in the Sitemap tool, which is consistent with the common Sitemap submission method.


Those who read this article can also read:

Sitemap

XML Sitemap related issues

Submit Sitemap to Baidu

Each question here has stuck with a student for a long time. We have sorted it out for more students. If you find a bug, please feed back through customer service WeChat.

Fu Wei will stop Baidu SEO research and training in December 2024. Goodbye letter: Fu Wei: Goodbye Baidu SEO!

In January 2025, the Google SEO training course will be officially launched, leading everyone to go to sea together in the thousand and one nights.

Interested students, please add the enrollment customer service Xiaomo WeChat: seowy2021. WeChat code scanning to add customer service personnel

Processed in 0.165678 Second , 57 querys.