Video Schema GeneratorVideo Rich Results
Generate validated VideoObject schema with thumbnail, duration, upload date, and description. Get video previews in Google search results and video carousels.
Why Video Schema Unlocks Search Visibility
Video Rich Results & Thumbnails
Video schema enables video thumbnail previews in search results — results with video thumbnails get 41% higher CTR than text-only listings.
Video Carousel Placement
Proper VideoObject schema makes your content eligible for Google's video carousel, a high-visibility placement that appears above standard results.
Google Video Search Tab
Videos with proper schema appear in the dedicated Video tab in Google Search, providing an additional discovery channel beyond organic results.
Key Moments (Chapters)
Adding Clip or SeekToAction markup within VideoObject enables Key Moments — timestamp links that let users jump to specific parts of your video from search results.
Google Requirements
Required Properties
- *
name - *
description - *
thumbnailUrl - *
uploadDate
Recommended Properties
duration (ISO 8601 format)contentUrl or embedUrlinteractionStatistic (views)expires (if applicable)
Example JSON-LD Output
{
"@context": "https://schema.org",
"@type": "VideoObject",
"name": "Schema Markup Tutorial for Beginners",
"description": "Learn how to add schema markup to your website in under 10 minutes.",
"thumbnailUrl": "https://example.com/video-thumbnail.jpg",
"uploadDate": "2026-03-10",
"duration": "PT10M30S",
"contentUrl": "https://example.com/videos/schema-tutorial.mp4",
"embedUrl": "https://www.youtube.com/embed/abc123"
}When to Use Video Schema
Video Schema Generator — FAQ
Common questions about video schema markup implementation and best practices.