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中,以使所有的用戶可以搜索到這些視頻。

arrow
arrow

    EMBA的小眼睛 發表在 痞客邦 留言(0) 人氣()