Video is the fastest-growing content format in legal marketing — and one of the most underutilised in terms of SEO. Law firms invest real money in filming attorney profiles, client testimonials, process explainers, and practice area walkthroughs, then upload them to YouTube and call it done. What they're missing is the structured data layer that tells AI systems exactly what those videos are about, who made them, and why they're worth citing.

Video schema doesn't guarantee rankings, but it does unlock a set of rich results and AI citation opportunities that are simply unavailable to unmarked video content. Here's how to implement it properly.

41%
of Google video rich results go to pages with VideoObject schema markup
higher likelihood of video snippet in AI Overviews when VideoObject schema present
2.6×
longer average time on page for law firm pages that include embedded video

The VideoObject Schema: What It Includes

The schema.org/VideoObject type communicates structured facts about your video to search engines and AI systems. A complete implementation looks like this:

{{
  "@context": "https://schema.org",
  "@type": "VideoObject",
  "name": "What to Do After a Car Accident in Ontario — Personal Injury Attorney Explains",
  "description": "Personal injury attorney [Name] explains the 5 steps you should take immediately after a car accident to protect your rights and your claim.",
  "thumbnailUrl": "https://yourfirm.com/images/car-accident-video-thumb.jpg",
  "uploadDate": "2026-06-15",
  "duration": "PT8M32S",
  "contentUrl": "https://yourfirm.com/videos/car-accident-steps",
  "embedUrl": "https://www.youtube.com/embed/YOUR_VIDEO_ID",
  "publisher": {{
    "@type": "LegalService",
    "name": "Your Firm Name",
    "url": "https://yourfirm.com"
  }},
  "author": {{
    "@type": "Person",
    "name": "Attorney Full Name",
    "jobTitle": "Personal Injury Attorney"
  }}
}}

The duration field uses ISO 8601 duration format — PT8M32S means 8 minutes and 32 seconds. Get this right; incorrect duration data can prevent your video from being eligible for rich results.

Where to Put the Schema: Page vs. YouTube

Video schema belongs on your website page where the video is embedded, not on YouTube. YouTube handles its own structured data. Your job is to mark up the page on your domain where the video lives, so that when Google crawls your page, it finds the schema and understands the video's context within your site's overall topical authority.

This means every video needs a dedicated page on your website, or at minimum a section of a page where the video is the primary content. Don't just embed videos without any surrounding context — the page needs text that corroborates the video topic, ideally a transcript or summary of the key points covered.

Transcripts: The SEO Layer YouTube Misses

YouTube auto-generates transcripts that Google can read. But a proper transcript on your website page — formatted as readable text, not a wall of auto-caption output — provides AI systems with the full text of your video content to index and cite.

Structure it: heading, key point summary bullets, then the full transcript formatted with speaker labels and paragraph breaks at natural breaks in the content. This page then ranks for the long-tail queries your video covers — the specific questions an attorney answers verbally — without the firm ever having to write a separate article on each topic.

Video Content Types That Win in AI Search

Not all legal video content performs equally for AI citation. The types that consistently get cited in AI Overviews and Perplexity answers share a common trait: they directly answer a specific question.

Generic brand videos ("here at Smith Law Firm, we put our clients first") don't get cited in AI search. Specific, question-answering content does.

KeyClip Marks: Getting Your Video into Clips in Search

Google's video carousel often surfaces specific "key moments" within longer videos. You can suggest these moments using the hasPart property with Clip objects, or by adding timestamp data to your YouTube video chapters. This allows Google to link directly to the 2:15 mark where you explain the statute of limitations, rather than requiring the user to start from the beginning.

Related: AI SEO for Law Firms · Entity Building Strategy · Attorney E-E-A-T Signals · AI Website Design · About LexScale.ai