SEO for Video and YouTube: Optimizing Video Content for Search

Publication date: 02.08.2026

Videos appear in up to 26% of Google results — and that share keeps growing. YouTube is the world's second-largest search engine after Google, with a monthly active audience exceeding 2.5 billion users. Yet most businesses either ignore video entirely or publish without any optimisation. This guide covers a systematic approach to YouTube SEO and video optimisation in Google search.


YouTube ranking signals: what actually matters

YouTube is a separate search engine with its own algorithms. Understanding what pushes a video up is essential before discussing specific settings.

The YouTube algorithm evaluates two types of signals: relevance (how well the video matches the query) and satisfaction (how satisfied the viewer was after watching). These two dimensions drive different metrics.

YouTube ranking signals diagram YouTube Algorithm Watch Time Thumbnail CTR Likes / Comments Shares / Saves Relevance title · description · subtitles Satisfaction and relevance signals together determine a video's position in search and recommendations
Key YouTube algorithm signals: viewer satisfaction and query relevance

Among all satisfaction signals, Watch Time is the most important. This refers not only to the total viewing time across the channel but also to the percentage of each video watched (Audience Retention). Videos where viewers watch more than 70% of the length receive a significant boost in recommendations.

  • Thumbnail CTR — the ratio of clicks to impressions in search and recommendations. The average YouTube CTR is 4–10%; if yours is below 3%, the algorithm stops showing the video.
  • Likes and Comments — engagement signals. Comments matter more than likes: they reflect a reaction that requires effort from the viewer.
  • Shares and Saves — video distribution. A share signals to YouTube that the content has value beyond the platform.
Practical rule: do not chase video quantity. One video with 75% Watch Time and 200 comments will outperform ten videos with 30% Watch Time and a silent audience.

YouTube SEO vs Google Video SEO: the difference

Many people conflate these two channels, but they have different algorithms — though with some overlap. Let's break down each one.

YouTube SEO — optimisation for search inside YouTube and the recommendations feed. The decisive factors here are: title, description, tags, subtitles, Watch Time, and engagement signals. YouTube does not pass traffic to external sites — it keeps the viewer on the platform.

Google Video SEO — appearing in Google's video block (Universal Video Search) and the video carousel. Google pulls videos from YouTube but can also index videos directly from your site if VideoObject schema is correctly implemented. Key factors for Google: title and subtitle relevance, VideoObject markup, and the domain authority of the page hosting the video.

YouTube SEO vs Google Video SEO comparison YouTube SEO ✔ Video title (keyword first) ✔ Description and tags ✔ Subtitles (SRT file) ✔ Watch Time and Audience Retention ✔ Thumbnail CTR ✔ Likes, Comments, Shares ✔ Chapters (timestamps) ✘ External backlinks have no weight ✘ Domain authority not considered Google Video SEO ✔ VideoObject Schema.org markup ✔ Title and subtitles (indexed) ✔ Authority of the embedding page ✔ Query relevance ✔ Thumbnails (via schema) ✔ Video hosted directly on site ✘ Watch Time not visible to Google ✘ Without schema — little chance of video block
YouTube SEO and Google Video SEO — different algorithms, both essential for reach

There is overlap: videos with strong YouTube signals (Watch Time, CTR) more often appear in Google's video block. But relying on YouTube alone is not enough — without VideoObject schema on your site page, Google may not show the video at all.

To learn more about how content builds authority with Google, read the article on E-E-A-T and how Google evaluates trust.


Video title and description: optimisation rules

The video title is the first and most weighted relevance signal for the YouTube algorithm. A keyword at the beginning of the title gets more weight than one placed in the middle or at the end.

Optimal title structure

  • Length: 55–65 characters (technical limit is 100, but search results display only up to 70).
  • Keyword — first word or within the first three words.
  • Natural language, not a list of keywords separated by commas.
  • Numbers, questions, or a specific outcome increase CTR: "5 mistakes", "in 10 minutes", "step-by-step guide".

Example: instead of "YouTube SEO 2026 video optimisation search channel" use "YouTube SEO: How to rank your video in 3 steps".

Video description

The description has a 5,000-character limit, but YouTube shows only the first 2–3 lines before the "Show more" button — roughly 120–130 characters. This visible area must contain:

  • The keyword or phrase (naturally, not forced).
  • A brief preview of what the video covers.
  • A call to action or link to your website.

The rest of the description (after "Show more") is the place for expanded text: timestamps, resource links, and keywords in a natural context. Google indexes the full description, so LSI variants of your target keywords fit well here.

YouTube tags: less influential than they were in 2018 — the algorithm now relies far more on title and subtitles. But tags still help with the "Up next" video block. Add 5–10 tags: the keyword, its synonyms, and the channel name.
According to Backlinko's analysis of over 1.3 million videos, the correlation between an exact keyword match in the title and YouTube search position is 0.44 — one of the highest among all ranking factors studied.

To select the right keywords for your video, use the same methods as for written content. A detailed methodology is covered in the article on building a semantic core and clustering queries.


Subtitles and thumbnails: impact on reach

Subtitles (Closed Captions)

Google and YouTube index the text of subtitles. This means a properly transcribed video with keywords in natural speech receives an additional relevance signal even without changing the title or description.

Research shows videos with subtitles receive 20–40% more views than those without. Two reasons: first, a portion of the audience watches without sound (on public transport, at work); second, the algorithm better understands the content.

  • YouTube's auto-captions have error rates — upload SRT files manually for accuracy.
  • SRT files can be created via Rev.com, Descript, or the built-in YouTube Studio editor.
  • For video on your own site: if using a native player, add <track kind="captions"> to the <video> tag.

Thumbnails

The thumbnail is the first thing a viewer sees in search results. Thumbnail CTR directly affects ranking on YouTube: if a competitor gets more clicks at the same impression count, the algorithm moves their video up.

TubeBuddy research shows custom thumbnails increase CTR by 30–40% compared to auto-generated screenshots.

  • Optimal size: 1280×720 pixels (16:9 ratio).
  • Text on the thumbnail — large and legible on mobile (7–10 words maximum).
  • A human face increases CTR — the brain processes faces faster than any other visual element.
  • Colour contrast: a thumbnail that stands out against YouTube's dark interface background.
A/B-testing thumbnails: YouTube Studio allows testing up to three thumbnail variants for a single video. Run the test for 2–3 weeks — the algorithm will automatically select the version with the best CTR.

VideoObject schema: how to appear in Google's video block

VideoObject is a Schema.org markup that tells Google a page contains a video and provides structured data about it. Without this markup, the chance of appearing in Google's video carousel from your own domain is minimal.

VideoObject Schema markup mockup <script type="application/ld+json"> { "@context" : "https://schema.org" "@type" : "VideoObject" "name" : "YouTube SEO: How to rank videos in search" "description" : "Step-by-step guide to video optimisation..." "thumbnailUrl" : "https://example.com/thumb.jpg" "uploadDate" : "2026-01-15" "duration" : "PT8M30S" /* ISO 8601 */ "contentUrl" : "https://www.youtube.com/watch?v=xxx" } </script>
Minimum required VideoObject fields to appear in Google's video block

Required VideoObject fields:

  • name — video title (matches the title on YouTube).
  • description — description (minimum 150 characters).
  • thumbnailUrl — thumbnail URL (minimum 1200×675 pixels for the video carousel).
  • uploadDate — publication date in ISO 8601 format (YYYY-MM-DD).
  • duration — duration in ISO 8601 format (PT8M30S = 8 minutes 30 seconds).
  • contentUrl or embedUrl — direct link to the video file or the URL for embedding.

Insert the markup in the <head> or directly before the video element. Validate it using the Google Rich Results Test.

The fundamentals of structured data and Schema.org for SEO are covered in the article on technical SEO audit.


Embedding and Chapters: signals for both algorithms

Embedding a video on a site page

An embedded YouTube video on a site page provides simultaneous benefits for both algorithms:

  • For site SEO: average time-on-page increases by 2–3 minutes — Google interprets this as a signal of quality content.
  • For YouTube SEO: every view through the embed is recorded by YouTube as "External" traffic — the algorithm treats this type of traffic as a popularity signal outside the platform.
  • For Google's video block: VideoObject schema on a page with an embedded video gives you a chance to appear in Google's video carousel from your own domain — not only from youtube.com.

Rule of thumb: if you're writing an article on a topic for which you have a channel video — embed it. If there is no video — record one: content with video ranks 50–100% better for competitive queries in the video block.

YouTube Chapters (timestamps)

Chapters are timestamps in the video description in the format 0:00 Introduction, 1:30 Section 2, etc. YouTube and Google process them in two ways:

  • Chapters appear on the video progress bar — viewers can jump to the relevant moment.
  • Google displays individual video sections in the "Key moments" block in search — each section can rank for a separate sub-query.
Chapters format: the first timestamp must always be 0:00, minimum 3 sections, each at least 10 seconds long. Section names should be keywords in natural language. Add them in YouTube Studio or directly in the video description text.

Shorts vs long-form video: different algorithms, different strategy

YouTube Shorts and classic videos operate in fundamentally different algorithms. Mixing strategies means getting results from neither.

Parameter Shorts (up to 60 sec) Long-form (8–20 min) Webinar / Review (30–120 min)
Main algorithm Shorts feed Search + Recommendations Search + Subscribers
Primary signal Rewatch rate Watch Time (minutes) Watch Time (minutes)
CTR matters? Yes (first 2 sec) Yes (thumbnail) Moderately
Google video block Rarely Often (with schema) Often (with schema)
SEO value Reach / brand awareness Ranking for search queries Ranking for niche queries
Monetisation Lower (RPM smaller) Medium–high High (with established audience)

Shorts are effective for attracting new audiences and growing subscriber counts — but in YouTube search they rank within the dedicated "Shorts" tab, not in the general search results. For SEO goals and appearing in Google's video block — focus on videos of 5 minutes or more.


Video content analytics: YouTube Analytics and GSC

Without measurement, video optimisation becomes guesswork. Two tools provide the full picture — each covering a different part.

YouTube Analytics

Key metrics for evaluating the SEO health of a channel:

  • Audience Retention: review the retention graph — where viewers drop off. A sharp decline in the first 30 seconds means the introduction is not engaging.
  • Traffic Sources → YouTube Search: how many views came from search. If less than 20% — the video is not ranking for target queries.
  • Impressions CTR: what percentage of people who saw the video in search clicked through. Below 3% — a new thumbnail or title is needed.
  • Average View Duration: the target metric for recommendations — above 50% of total length.

Google Search Console (video in Google search)

GSC has a dedicated "Videos" report that shows which queries trigger your videos in Google search. If this report does not exist — Google is not indexing your videos, and VideoObject schema needs to be checked.

Video optimisation workflow from research to analytics Keyword Research Title + Description Thumbnail + Chapters Subtitles + Schema Analytics + GSC 1 2 3 4 5 Video optimisation cycle: from keyword research to results analysis Each stage affects the next — a skipped step reduces the effectiveness of the entire chain
Five stages of video optimisation from keyword research to results analytics
Video element What to optimise Why it matters
Title Keyword first, 55–65 characters Primary relevance signal for YouTube and Google
Description (first 130 chars) Key phrase + call to action Visible without click, affects CTR in search
Tags 5–10 tags: keywords + synonyms Help in the "Up next" video block
Subtitles (SRT) Upload manually, not auto-captions +20–40% views, Google indexes the text
Thumbnail 1280×720, text + face, contrast Increases CTR by 30–40% vs auto-screenshot
Chapters Minimum 3 timestamps from 0:00 Sections appear in Google "Key moments"
VideoObject schema name, description, thumbnailUrl, uploadDate, duration Without schema — little chance of Google video block
Embed on site Embed + VideoObject on the page +time-on-page, external traffic for YouTube

Frequently asked questions

Does Google index YouTube video subtitles?

Yes. Google reads both automatically generated captions and manually uploaded SRT files, using their text as an indexing signal. Videos with subtitles appear in the video block 20–30% more often because Google better understands the topic and query match. It is recommended to upload subtitles manually — auto-generated captions have higher error rates and miss context.

What is the optimal YouTube video title length?

The technical limit is 100 characters, but Google and YouTube display only 60–70 characters in search results. The optimal length is 55–65 characters. Place the keyword at the beginning: the algorithm gives more weight to words in the first positions of the title. Do not repeat the keyword — one natural occurrence is enough.

Does embedding a video on a website help its SEO?

Yes, in two directions simultaneously. First, a video on a page increases average session duration by 2–3 minutes — a positive behavioural signal for Google. Second, VideoObject schema on the page gives a chance to appear in Google's video carousel directly from your domain. Third, every view through the embedded player is counted by YouTube as 'website' traffic — the algorithm treats this as external engagement.

Shorts or long-form video — which ranks better on YouTube?

They live in different algorithms. Shorts use a dedicated feed (up to 60 seconds) where ranking depends on CTR in the first seconds and the rewatch rate. Long-form videos rank through classic search and recommendations, where the key signals are watch time in minutes and subscriber growth after viewing. For SEO in Google search (video block) long-form videos with VideoObject schema are far more effective — Shorts rarely appear there.


Questions from AI assistants

What are the minimum required VideoObject schema fields to appear in Google's video block?

Google requires five fields: name (title), description (minimum 150 characters), thumbnailUrl (minimum 1200×675 pixels for the video carousel), uploadDate in YYYY-MM-DD format, and contentUrl or embedUrl. Without any of these fields the markup is considered incomplete and Google may decline to show a rich result. We also recommend including duration in ISO 8601 format (e.g. PT8M30S) — this improves display accuracy in search results.

How do YouTube Chapters help SEO in Google?

YouTube Chapters (timestamps in the video description) are processed by Google and surfaced in search in the "Key moments" or "Moments from the video" block. Each section can rank for a separate sub-query: if a user's query closely matches a chapter title, Google may link directly to that moment in the video rather than the beginning. This multiplies the number of search entry points for a single video — one video can rank for dozens of different queries through its chapter titles.

Why is Watch Time more important than view count for YouTube ranking?

YouTube shifted from "views" to "Watch Time" as the primary ranking metric back in 2012, precisely because views are easy to manipulate while viewing time reflects real content value for the viewer. The algorithm measures not just minutes watched but "satisfaction" — through Audience Retention (percentage viewed), rewatches, and survey data on content satisfaction. Videos where 75%+ of viewers watch more than half the length consistently get pushed into recommendations and achieve organic growth without paid promotion.

Want to promote video content through YouTube and Google?

SEO-Factory sets up advertising and YouTube channel optimisation so your videos rank in search and appear in recommendations.

YouTube advertising  ·  SEO promotion

Or contact us →

Denys Feshchenko
An experienced specialist in business promotion via social media and search engines. I work with Instagram, TikTok, Telegram, YouTube, and Google Ads, helping companies attract target audiences, build their image, and increase sales. Over 7 years in digital marketing. Author of practical guides and articles on SMM, SEO, and PPC.