Sitemap Videos for Google Indexing

Google continues its foray into video with the announcement of sitemaps for video:

In our effort to help users search all the world’s public videos, the Google Video team joined the Sitemaps folks to introduce Video Sitemaps—an extension of the Sitemap Protocol that helps make your videos more searchable via Google Video Search. By submitting this video-specific Sitemap in addition to your standard Sitemap, you can specify all the video files on your site, along with relevant metadata.

Here’s an example (emphasis mine):

<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.example.com/videos/some_video_landing_page.html</loc>
<video:video>
   <video:content_loc>http://www.example.com/video123.flv</video:content_loc>
   <video:player_loc allow_embed="yes">http://www.example.com/videoplayer.swf?video=123</video:player_loc>
   <video:title>My funny video</video:title>
   <video:thumbnail_loc>http://www.example.com/thumbs/123.jpg</video:thumbnail_loc>
</video:video>
</url>

<url>
<loc>http://www.example.com/videos/some_other_video_landing_page.html</loc>
<video:video>
   <video:content_loc>http://www.example.com/videos/video1.mpg</video:content_loc>
   <video:description>A really awesome video</video:description>
</video:video>
</url>
</urlset>

This will facilitate Google’s indexing of video based around relevant data.  Of course, this also helps Google to properly categorize videos in order to display relevant contextual ads via AdSense.

For small to medium publishers, this could be a good chance to increase AdSense commissions if your videos are properly indexed early and often.  As seen in the
example above, Google’s spiders will be looking for keyword descriptions.

You can get going with video sitemaps through the Google Webmaster Tools page.

One Reply to “Sitemap Videos for Google Indexing”

  1. […] Original post by CostPerNews […]

    Reply

Leave a Reply