What could be causing a "video indexing issue" in Webflow for pages that do not contain any video element?

TL;DR
  • Inspect all page elements, including hidden components, symbols, and templates for leftover video embeds or iframes.  
  • Review all custom code in Page and Site Settings for video-related scripts or SDKs.  
  • Check SEO and Open Graph metadata for video references, especially in CMS bindings.  
  • Audit CMS content for embedded or linked videos within Rich Text or Media fields.  
  • Use Google Search Console and browser Inspect tools to identify and confirm video indexing triggers.  
  • Remove or disable unintended video elements and use robots meta tags or reindexing tools to correct indexing.

"video indexing issue" in Webflow for pages without an actual video element usually stems from metadata, embed traces, or third-party scripts that reference video content.

1. Check for Hidden or Template Video Embeds  

  • Inspect page content, including hidden elements in all breakpoints to ensure no leftover or hidden video embeds exist.
  • Webflow components like sliders or templates may retain video iframe code even if not visible in the UI.
  • Check Symbol overrides if shared Symbols include videos that may be conditionally hidden.

2. Review Custom Code or Scripts  

  • Open the Page Settings > Custom Code section and review both Head and Footer custom code areas.
  • Look for any <iframe><video>, or SDKs (e.g., YouTube, Vimeo, Wistia) being loaded by third-party services.
  • Also check Site Settings > Custom Code for global scripts that might be injecting tracking or preview elements.

3. Inspect SEO & Open Graph Metadata  

  • Go to Page Settings > SEO Settings and verify there’s no Open Graph video field populated (either manually or through CMS bindings).
  • Check for CMS Templates where video references might be present in dynamic Open Graph fields or structured data.

4. Analyze CMS Content and Collections  

  • For Template pages (e.g., Blog Posts), a CMS item might be including a video URL or embed in a Rich Text, Embed, or Media field.
  • Even if not rendered in the final design, this content can be indexed as video by Google.

5. Use Inspect Tool and Search Console  

  • Use Google Search Console → Video indexing report, click on the affected page, and review the reason Google is indexing a video.
  • Use your browser’s Inspect tool (Right-click > Inspect) to search for video tags or embedded URLs in the HTML output.

6. Remove or Block Unwanted Indexing  

  • If a video is unintentionally present, remove the source or disable the component in Webflow.
  • Use robots meta tags like noindex for pages that should not be indexed at all.
  • Consider using Google’s URL Inspection Tool to request reindexing after changes.

Summary  

The "video indexing issue" often results from hidden video embeds, legacy template code, custom scripts, or CMS content referencing videos. Use Webflow Page Settings, Chrome Inspect, and Google Search Console to isolate and remove any unintended video-related elements.

Rate this answer

Other Webflow Questions