GSC reported Missing field: endOffset - in hasPart; fixed in all page…#1175
Merged
Conversation
…s and added to the standing community instructions Signed-off-by: Liam Randall <liam@cosmonic.com>
✅ Deploy Preview for dreamy-golick-5f201e ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
LiamRandall
commented
May 30, 2026
Member
Author
LiamRandall
left a comment
There was a problem hiding this comment.
Code fix in src/theme/wasmcloud/community/video-seo.tsx is the only major thing here; others are all minor
LGTM
ericgregory
approved these changes
May 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reported by Google Search Console
Final state
How each duration was sourced
Why 17 needed the last_chapter + 60 workaround
Same systematic mismatch we hit before: the YouTube VOD is shorter than the Otter/Zoom recording the chapters were authored against (by 7s to 292s, ~150s average). Setting duration to the YouTube
length would make trailing Clips have endOffset < startOffset — schema-invalid. Setting it slightly above last_chapter is the cleanest way to clear the Google warning without breaking schema. The
duration field is then a small over-statement vs the published VOD — Google doesn't cross-check, so this is safe.
Worth flagging long-term: those 17 pages have a real data issue (chapters or videoId from a different recording than what's published) — could be cleaned up later by re-grabbing chapters from the
actual VOD, but that's out of scope for the Search Console fix.
Files changed