video sitemap
Also called: video site map, video xml sitemap
A video sitemap is an XML sitemap extended with video-specific tags (thumbnail, title, description, and a player or content URL) for each video on a page, so Google can discover and index video content it might not otherwise find through normal crawling.
What goes in a video sitemap
A video sitemap is a standard XML sitemap extended with the video: namespace. Each page <url> wraps a <video:video> block describing the video on it. Google requires four fields per video: <video:thumbnail_loc>, <video:title>, <video:description>, and either <video:content_loc> (the raw media file) or <video:player_loc> (the embed or player URL). Optional tags like <video:duration>, <video:publication_date>, and <video:live> add context.
<url>
<loc>https://example.com/videos/intro</loc>
<video:video>
<video:thumbnail_loc>https://example.com/thumb.jpg</video:thumbnail_loc>
<video:title>Product intro</video:title>
<video:description>A short tour of the product.</video:description>
<video:player_loc>https://example.com/player?id=1</video:player_loc>
</video:video>
</url>
Google treats the sitemap as a discovery aid, not a ranking lever. Its docs call it “a good way to help Google find and understand the video content on your site, especially content that was recently added.” The video must relate to the host page, the thumbnail must sit at a stable URL, and every referenced file must be crawlable (no robots.txt block, no login). A sitemap is one of three supported methods, alongside VideoObject structured data and Open Graph. Google does not force a choice, but it does want the metadata (like the thumbnail URL) consistent across whichever methods you use. Track the outcome in Search Console’s video indexing report.
How it affects your traffic
Video thumbnails and Video mode listings can pull extra clicks, but a sitemap alone will not earn them. Google only indexes a video if its watch page is already indexed and performing in Search, so crawl access, canonical setup, and page speed decide whether your videos ever surface. A video sitemap is one piece of the technical foundation our Technical SEO work puts in place, alongside structured data and clean indexing signals.
Get Technical SEO that moves the needle
We turn terms like this into ranked pages and qualified pipeline. Start with a free Initial SEO Strategy.