How can I fix the issue with Google Console flagging alerts for videos on a Webflow page that do not have a thumbnail URL provided?

TL;DR
  • Manually add VideoObject structured data using a custom HTML embed in Webflow, including a valid thumbnailUrl and other required fields.  
  • Host a thumbnail image in Webflow or use a video source’s URL, then validate and reindex with Google Search Console.

Google Search Console may flag your Webflow pages with video content for missing a thumbnail URL, which is a required property for Google's video schema markup. Here's how to resolve that.

1. Understand the Warning

  • Google requires a thumbnail image URL for video content so it can display a preview in search results.
  • If your Webflow video embeds (e.g., YouTube, Vimeo, or custom uploads) don't link a thumbnail in structured data, you’ll see search enhancements warnings in Google Search Console under “Video pages.”

2. Add or Define a Thumbnail Manually

  • Webflow doesn’t automatically add video schema markup or thumbnails for embedded videos.
  • To fix it, you need to manually assign a thumbnail URL using custom code or embed components.

3. Use Custom Embed and Schema Markup

  • Use a custom HTML embed to include VideoObject structured data in JSON-LD format.
  • In your Embed block (e.g., placed in the Page Settings or directly in the page), include:
  • "thumbnailUrl": the URL of the thumbnail image
  • "contentUrl"/"embedUrl": link to the actual video
  • "name", "description", and "uploadDate" (if available)

Example inline only:

Include structured data inside a <script type="application/ld+json"> tag with all required fields.

4. Host a Thumbnail Image

  • Upload a still image from the video to your Webflow project’s Assets panel, then use its hosted URL as the thumbnailUrl.
  • You can also use a YouTube-provided image (e.g., https://img.youtube.com/vi/VIDEO_ID/maxresdefault.jpg).

5. Validate Your Fix

  • Use the Rich Results Test (https://search.google.com/test/rich-results) to test your page’s video schema.
  • Use URL Inspection in Google Search Console to reindex the affected pages after fixing.

Summary

To clear the video thumbnail warning in Google Search Console for a Webflow site, manually add structured data using a custom embed and assign a valid thumbnailUrl. Webflow doesn't auto-generate this, so you must provide the video’s thumbnail yourself via hosted images or known video source URLs.

Rate this answer

Other Webflow Questions