Forum Moderators: goodroi
xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0 <mobile:mobile/> after each <loc> tag?
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0"
xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url>
<loc>http://www.example.com/videos/some_video_landing_page.html</loc>
<video:video>
<video:...>
...
</video:video>
<mobile:mobile/>
</url>
</urlset>
i would try using something like this:
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0"
xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url>
<loc>http://www.example.com/videos/some_video_landing_page.html</loc>
<video:video>
<video:...>
...
</video:video>
<mobile:mobile/>
</url>
</urlset>