GlossarySEO
What is video SEO?
Also called: video search optimization, VideoObject, key moments
Definition
Video SEO is helping search engines find, understand and show your videos: a dedicated watch page, fetchable video files and thumbnails, and video details from structured data, sitemaps or Open Graph tags.
Video SEO, explained
Google's video best practices center on the watch page, a page whose main purpose is to show a single video. A product page with a small demo video isn't one; a tutorial page with the video at the top is. The watch page itself must be indexed for its video to be eligible, and the video must be visible rather than hidden behind other elements.
Google needs to fetch the video and its thumbnail. Embed videos with standard HTML elements such as <video>, <iframe>, <embed> or <object>, don't require user actions to load them, and use stable URLs. Google's guidance says to allow it to fetch the streaming file URL and not to block video files with robots.txt or noindex, because that's what enables previews and key moments.
Describe the video with at least one of VideoObject structured data, a video sitemap or Open Graph video tags. VideoObject supports name, description, thumbnail, upload date and duration. Clip or SeekToAction markup can enable key moments, which link to specific timestamps. Search Console's Video indexing report shows what was found and why other videos weren't indexed.
Hosting matters. If you only embed a YouTube video, the YouTube page usually ranks in video results rather than yours. That's fine for reach; if you want your own page to appear, self-host or use a player that exposes the file, and build a proper watch page.
Why it matters for founders
Demo and tutorial videos are common for startups. With a real watch page, they can show up in video results and in AI answers, instead of sitting unseen in a hero section.
Example
Your product tour is buried on the homepage. You create /tour with the video at the top, a transcript below, VideoObject markup and chapter timestamps, and it starts appearing in video results.
Common mistakes
- Expecting a small embed on a text page to rank as a video.
- Thumbnails that change URL or are blocked.
- Blocking the video file from Google.
- No transcript or description on the page.
Sources
Checked
Related terms
- Video sitemapA video sitemap is an XML sitemap extension that describes videos on your pages, including thumbnail, title, description and the video file or player URL, to help Google find and understand them.
- Structured data (JSON-LD)Structured data is machine-readable information about a page, usually written as JSON-LD using the schema.org vocabulary. It helps search engines understand what a page is about and can make it eligible for rich results.
- Open Graph tagsOpen Graph tags are
<meta property="og:…">tags that tell social platforms and messaging apps how to show a link preview: title, description, image and canonical URL. - SERP featuresSERP features are anything on a search results page beyond the standard blue-link result: AI Overviews, featured snippets, People Also Ask, sitelinks, image and video packs, knowledge panels and rich results.