feat: add dedicated replay pages per talk for video SEO#599
Merged
Conversation
Create individual /evenement/[slug]/replay/[talkSlug] pages so each video has its own "watch page", fixing Google Search Console "video not on a watch page" errors. - Add talkSlug and youtubeUtils shared utilities - Add replay page with VideoObject JSON-LD, OG video meta, and Twitter player card - Replace inline iframes in EventDetail with simple text links to replay pages - Move replay section above description in event pages - Update LastReplays homepage links to point to dedicated replay pages - Move video sitemap metadata from event entries to replay entries only - Add subjectOf VideoObject array to Event structured data markup Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
/evenement/[slug]/replay/[talkSlug]pages where each video is the primary contentVideoObject, OG video tags, Twitter player card, sitemap video entries) now points exclusively to replay pages instead of multi-video event pagesyoutubeVideoId,youtubeWatchUrl,youtubeThumbnailUrl) previously duplicated across filesTest plan
pnpm buildpasses — 56 replay pages statically generatedpnpm lintandpnpm fmt:checkpass (no regressions)/replay/[talkSlug]VideoObjectin HTML source, correct OG meta tags/sitemap.xml→ replay URLs present with video metadata, event URLs no longer have video metadata🤖 Generated with Claude Code