Google支持的视频Sitemap

Google管理员工具中所支持的Sitemap种类达到了四种,其中包括这种Video Sitemap,主要是给那些视频较多的网站,或者视频寄放网站所用。

提交的方法同普通的通用sitemap一样,只是这个格式有所不同。
其格式如下:

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:video="http://www.google.com/schemas/sitemap-video/1.0">
<url>
<loc>http://www.site.com/videos/some_video_landing_page.html</loc>
<video:video>
<video:content_loc>http://www.site.com/video123.flv</video:content_loc>
<video:player_loc allow_embed="yes">http://www.site.com/videoplayer.swf?video=123</video:player_loc>
<video:title>我的逗乐视频</video:title>
<video:thumbnail_loc>http://www.site.com/thumbs/123.jpg</video:thumbnail_loc>
</video:video>
</url>

<url>
<loc>http://www.site.com/videos/some_other_video_landing_page.html</loc>
<video:video>
<video:content_loc>http://www.site.com/videos/video1.mpg</video:content_loc>
<video:description>绝对棒的视频</video:description>
</video:video>
</url>
</urlset>

提交后,Google如果验证sitemap无误后,会下载视频文件和缩略图,并添加到Google Video中,以使所有的用户可以搜索到这些视频。