Video Sitemaps are yet another extension of XML Sitemap Protocol. Video Sitemaps
can be helpful if your videos show up in Google SERPs. The following fragment shows
a basic video Sitemap with one example video:
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url>
<loc>http://mydomain.com/article23423.html</loc>
<video:video>
<video:content_loc>http://mydomain.com/videos/article23423.flv
</video:content_loc>
</video:video>
</url>
</urlset>
For simplicity reasons, just one video is listed with only the single optional tag of
<video:content_loc>. You can use many other optional tags to further classify videos.
For more information on all the optional video tags,
can be helpful if your videos show up in Google SERPs. The following fragment shows
a basic video Sitemap with one example video:
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url>
<loc>http://mydomain.com/article23423.html</loc>
<video:video>
<video:content_loc>http://mydomain.com/videos/article23423.flv
</video:content_loc>
</video:video>
</url>
</urlset>
For simplicity reasons, just one video is listed with only the single optional tag of
<video:content_loc>. You can use many other optional tags to further classify videos.
For more information on all the optional video tags,