原來pc的sitemap形式是這樣的:
<url>
<loc>http://www.example.com/index.html</loc>
<lastmod>2009-12-14</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
移動的sitemap形式如下:
<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>
即:
1、把URL修改為移動的URL;
2、在每個URL下方添加一個移動sitemap的標識:<mobile:mobile type="mobile"/>
3、原來pc的sitemap里,每個pc頁URL下方,都多添加一套移動的sitemap格式(如上);
提交方式與原本pc的sitemap一樣。