The Search Gaint Google has changed it mobile sitemap format with new tag and additional name space requirement, below is the new format..
<?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://mobile.example.com/article100.html</loc>
<mobile:mobile/>
</url>
</urlset>
If the <mobile:mobile/> tag is missing, your mobile URLs won't be properly crawled. Each Mobile Sitemap must have a unique name.
No comments:
Post a Comment