Skip to content

docs: suppress video previews site-wide so tutorial pages stop being flagged as non-watch pages - #1589

Open
balpreetgrowthnatives wants to merge 2 commits into
Comfy-Org:mainfrom
balpreetgrowthnatives:fix/docs-tutorial-video-preview
Open

docs: suppress video previews site-wide so tutorial pages stop being flagged as non-watch pages#1589
balpreetgrowthnatives wants to merge 2 commits into
Comfy-Org:mainfrom
balpreetgrowthnatives:fix/docs-tutorial-video-preview

Conversation

@balpreetgrowthnatives

Copy link
Copy Markdown
Contributor

Summary

Google Search Console flags 62 docs.comfy.org tutorial URLs with "Video isn't on a watch page." Tutorial pages embed <video> elements to illustrate what a workflow produces. Googlebot discovers those embeds and tries to add each clip to its video index, but a documentation article is not a "watch page" (its primary purpose is not watching one specific video), so GSC rejects them.

This PR applies ("tell Google not to index docs videos as standalone video content; users still see and play them"):

"seo": {
  "metatags": {
    "googlebot": "max-video-preview:0"
  }
}

…o embeds stop being flagged as non-watch pages
@coderabbitai

coderabbitai Bot commented Sep 4, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Team

Run ID: b4cb9dfe-b5b1-4b23-b531-37b410d3337d

📥 Commits

Reviewing files that changed from the base of the PR and between 0abc007 and 1ed2bf9.

📒 Files selected for processing (1)
  • docs.json

Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review.


📝 Walkthrough

Walkthrough

Changes

SEO metadata

Layer / File(s) Summary
Configure Googlebot metadata
docs.json
Adds seo.metatags with googlebot set to max-video-preview:0.

Suggested reviewers: comfyui-wiki, lin-bot23

Merge Risk: ⚪ Minimal · up to 1ed2b

This change limits Google video previews for tutorial embeds while preserving video playback for users. No current merge-blocking risk is established.

🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
✨ Simplify code
  • Create PR with simplified code

Comment @coderabbitai help to get the list of available commands.

@coderabbitai

coderabbitai Bot commented Sep 4, 2026

Copy link
Copy Markdown

Note

GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant