Google Webmaster Tools で "The Mobile Sitemap format is changing. Update your Sitemap to the new format." って出てたのでxmlベースのサイトマップを作ってみた。ちゃんとクロールしてくれるといいなぁ。

中身はこんな感じ。


<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0">
<url><loc>http://www.nilab.info/m/</loc><mobile:mobile/></url>
<url><loc>http://www.nilab.info/m/lab/ega/index.html</loc><mobile:mobile/></url>
<url><loc>http://www.nilab.info/m/lab/flash/index.html</loc><mobile:mobile/></url>
<url><loc>http://www.nilab.info/m/lab/flash/test1a.html</loc><mobile:mobile/></url>
<url><loc>http://www.nilab.info/m/lab/flash/test2b.html</loc><mobile:mobile/></url>
<url><loc>http://www.nilab.info/m/lab/imagetype/index.html</loc><mobile:mobile/></url>
</urlset>

Ref. モバイル サイトマップの作成 - ウェブマスター向けヘルプ センター

tags: zurazure

Posted by NI-Lab. (@nilab)