Skip to content
Searchpedia SEO field notes Callum Bennett Callum

Niche files

SEO for Videos

I used to think video SEO was about the file itself, but it is really about making the page hosting it discoverable, indexable, and understandable.

Beginner3 min readUpdated 2026-07-27Notes by Callum Bennett

Start here

  • Add VideoObject structured data to every page that contains a video.
  • Host the video on a public, indexable page — no robots.txt blocks or noindex tags.
  • Include a transcript or captions for crawlable text that helps Google understand the topic.
  • Submit a video sitemap if you have more than ten videos, but it is not required for a single embed.
  • Check the Search Console video indexing report to find and fix pages where videos are not appearing.

Plain-English take

Video SEO is the practice of helping Google see your video the same way it sees a text page. You give it clues: a title, a description, a high-quality thumbnail, and a transcript. You also ensure the video file is not hidden behind a login, a JavaScript load, or a robots.txt block. When you do that, Google can show your video in search results — sometimes as a rich result in the video carousel or as a thumbnail beside a text snippet.

For example, I optimised a product demo for a [SaaS SEO](/saas-seo/) client. The page had an embedded YouTube video, but it was wrapped in a lazy-load script that Googlebot could not execute. The video never appeared in search. After moving to a standard <iframe> and adding VideoObject markup, the video started appearing in the video carousel within two weeks. That is the entire point: you remove barriers and provide metadata.

A common misconception is that video SEO is about ranking the video on YouTube. It is not. It is about ranking the page that contains the video. Even if the video is hosted on YouTube, the page around it — its text, its metadata, its internal links — is what Google evaluates for its search results. The video is a feature of that page, not the page itself.

Google’s own documentation makes this clear: it recommends helping it find videos, ensuring they can be indexed, enabling specific video features, and monitoring issues in Search Console. Every one of those steps is about the page, not the video file. That is the distinction that changed how I approach every video project.

When it actually matters

Video SEO matters most when you publish content whose primary value is visual or auditory: product demos, tutorials, explainer videos, interviews, or recorded webinars. If your page has a video but the text alone would rank, the video is a bonus. If the video is the main event, the optimisation is critical.

I see three scenarios where it makes a measurable difference. First, when you are competing for keywords where Google already shows video results. Search for "how to set up Google Analytics" and you will see a carousel of videos. If your page has a relevant video with proper markup, you compete for that slot. Second, when you need to improve click-through rate. In my experience, a page with a video thumbnail in the snippet gets between 20 and 40 percent more clicks than a plain text result, depending on the query. Third, when you have a library of videos — say, a knowledge base or a course — and you want each one discovered separately. A video sitemap becomes your best tool for telling Google about every video URL.

There is also an edge case worth noting: videos that are embedded from third-party platforms. If you use YouTube, Vimeo, or Wistia, the platform handles delivery, but you still control the page. The embed method matters. Google can discover videos via <embed>, <iframe>, or <object>. It struggles with videos that load only after a user clicks a button or that are dynamically injected with complex JavaScript. For a [small business SEO](/small-business-seo/) client, I once saw a video that never indexed because it was inside a modal triggered by a button. Moving it into the main page markup solved the problem.

Decide based on volume. If you have fewer than ten videos, focus on structured data and a transcript. If you have more, add a video sitemap. If your videos live on YouTube, consider treating [YouTube SEO](/youtube-seo/) as a separate effort — the platform has its own ranking factors — but still optimise the embedding page because that is the page Google will rank.

What I got wrong

I got several things wrong about video SEO, and the corrections changed how I work.

First, I assumed that a video sitemap was optional to the point of being unnecessary. It is not required — Google will find a video embedded on a public page — but it is the easiest way to tell Google about every video on your site, especially if you have many. I had a [B2B SEO](/b2b-seo/) client with 200+ product demo videos. Without a sitemap, Google indexed about 30 percent of them. After I generated a video sitemap listing each video URL, its thumbnail, and its duration, indexed coverage jumped to 90 percent within a month. The sitemap gave Google a clear inventory it could not get from crawling alone.

Second, I thought captions and transcripts were purely about accessibility. They are, but they are also a goldmine of crawlable text. A video file contains no text that Google can read. Captions and transcripts provide that text. I once optimised a tutorial page that had a 10-minute video. The transcript added about 1,500 words of relevant, keyword-rich text. The page started ranking for long-tail queries from the transcript that were not in the main body copy. That was a free win I had been ignoring.

Third, I underestimated the importance of the thumbnail. Google uses the thumbnail in rich results. If the thumbnail is low-quality, poorly cropped, or missing, the video may not be eligible for a video rich result. I learned this the hard way when a client’s video was indexed but never appeared with a thumbnail in search. The issue was a thumbnail URL that pointed to a 100x100 pixel image. After replacing it with a 1280x720 image, the video started showing with a thumbnail.

These mistakes taught me that video SEO is not a set-and-forget task. It requires checking the Search Console video indexing report, testing structured data, and verifying that the page is not blocked for the video file. Every time I skip those checks, something breaks.

Next step

Quick answers

Does embedding a YouTube video help my site's SEO?

Yes, if the page around the video is well-optimised. Google ranks the page, not the video file. Embedding a YouTube video can keep visitors on your site longer, which may improve engagement signals. However, the video itself will not pass YouTube's ranking signals to your domain. You still need good metadata and a transcript.

Can I optimise a video that is already on YouTube?

You can optimise the page where you embed it, but you cannot control how Google treats the YouTube-hosted file. YouTube has its own ranking factors. For the embedding page, focus on title, description, thumbnail, and transcript. The video title on YouTube does not directly help your page's ranking.

How important are video transcripts for SEO?

Very important. Transcripts provide crawlable text that helps Google understand the video's topic. They can also introduce long-tail keywords that are not in the main body copy. In my experience, adding a transcript can turn a thin page into a content-rich resource, improving the page's overall relevance and ranking potential.

Sources

Primary documentation is linked directly. Anything commercial is marked nofollow.

Notes from Callum Bennett.