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

2942 readings

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

This article is written by Fuwei SEO Special Training Camp Edit and organize.

Search outside and focus SEO training And Saas service solutions around SEO. Over the past 10 years, more than 50000 students have gained technical improvement and contacts here.

SEO courses include mobile search, zero foundation station building, group station SEO thinking, Sowai 6 system, introduction to SEM, etc.

The registration time for Class B 190 is from May 15 to May 31. Please add enrollment customer service Xiaomo WeChat: seowy2021. WeChat code scanning to add customer service personnel

Our goal is to make it easy for non-technical personnel to learn Internet technology.

  • SEO exchange group of search members (free)

    WeChat code scanning to add customer service personnel
  • Applet operation communication group (free)

    WeChat code scanning to add customer service personnel
  • SEM bidding exchange group of search members (free)

    WeChat code scanning to add customer service personnel
  • Fuwei Student SEO Exchange Group (VIP)

    WeChat code scanning to add customer service personnel

Scan code to obtain resources

WeChat code scanning to add customer service personnel
  • SEO technology practice WeChat group

    WeChat code scanning to add customer service personnel
  • Major station traffic director group (review identity)

    WeChat code scanning to add customer service personnel
  • Google independent station English SEO group

    WeChat code scanning to add customer service personnel
  • SEO Team KPI Management Form

    WeChat code scanning to add customer service personnel
  • Friendly link group of industrial products website

    WeChat code scanning to add customer service personnel
  • Local life service industry friend chain group

    WeChat code scanning to add customer service personnel

Follow Mr. Fu Wei System learning group station SEO
become Internet operation and promotion masters

Master SEO skills, build the front end of the site, dominate the screen by groups of sites, get started with SEM, promote news sources
Processed in 0.142416 Second ,  40 querys.