Video pages lack VideoObject schema, missing eligibility for video rich results in search.
By Seoxpert Editorial · Published
Adding VideoObject schema enables video thumbnails and rich results in search, which attract more attention and clicks. Without it, your videos may not appear in enhanced search features, reducing visibility and traffic.
Pages with video content may not appear as video rich results, missing out on higher click-through rates.
An automated crawler checks for the presence of VideoObject structured data on pages containing video content.
Missing VideoObject schema (problem)
<!-- No VideoObject JSON-LD present on page -->Correct VideoObject JSON-LD (solution)
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "VideoObject",
"name": "How to Fix a Leaky Faucet",
"description": "Step-by-step guide to repairing a leaky faucet.",
"thumbnailUrl": "https://example.com/thumbnails/faucet.jpg",
"uploadDate": "2024-05-10",
"contentUrl": "https://example.com/videos/faucet.mp4",
"duration": "PT4M30S"
}
</script>You must include name, description, thumbnailUrl, uploadDate, and contentUrl or embedUrl. Duration is recommended.
Place the JSON-LD script in the <head> or just before the closing </body> tag of your HTML.
Yes, use the embedUrl property to reference the video embed link.
No, but it makes your page eligible. Google decides whether to show rich results.
Run a scan to see if SERP Opportunity: Video Pages Missing VideoObject Schema affects your pages.
Scan my website →