說明:如果您有任何疑問或想咨詢其他業務請撥打電話 400 685 0732
全網監測海量數據按需發布監測預警
實時把握輿情動態精準追溯信息源頭
rude:
百度站長平臺發布消息說,sitemap工具又要升級內測了。
這次升級,是為了支持可以提交移動站點的地圖,至于獲得內測資格的方式,是發送你的站長賬號昵稱及網站域名到zhanzhangpingtai@baidu.com。
前段時間觀察m.baidu.com收錄的某網站的首頁,雖然url顯示的是m.***.com,但是title卻是和PC端的保持了一致。不知道這次提交了地圖之后,網站在移動端結果的展現會不會有些差異?
于是乎開始準備申請內測資格,同時看看做一個移動站的網站地圖。
之前沒注意,以為移動站和pc站的xml地圖的格式一樣,亂七八糟的搞了一個直接按照提交pc站提交的方式提交了下,竟然還按時顯示并抓取了,直到細看了一下,才發現移動站的地圖和pc站的是有差異的,如:
pc站的開頭為:
<?xml?version=”1.0″?encoding=”utf-8″?>
<urlset>
而移動站的聲明為:
<?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/”>
除此之外,在移動站中還增加了<mobile:mobile/>標簽,它有三種取值:
<mobile:mobile/> :移動網頁
<mobile:mobile type=”mobile”/> :移動網頁
<mobile:mobile type=”autoadapt”/>:自適配網頁,適用于同一網址頁面,會隨設備不同改變展現的情況。
下方樣例相當于向百度移動搜索提交了一個移動網頁: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=”autoadapt”/>
<lastmod>2009-12-14</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
</urlset>
也算是漲姿勢了,按照百度的這個說法,似乎pc和移動站站點的xml地圖可以做到一個中來。但是為了起見,還是分來為妙吧,如果你是一個單獨的移動站,用<mobile:mobile type=”mobile”/>,如果你是一個自適配的站點,用<mobile:mobile type=”autoadapt”/>。
說明:如果您有任何疑問或想咨詢其他業務請撥打電話 400 685 0732