seo: fix meta descriptions, H1, OG tags, and noindex for remaining pages#146
Merged
marcel-veselka merged 1 commit intomainfrom Mar 18, 2026
Merged
seo: fix meta descriptions, H1, OG tags, and noindex for remaining pages#146marcel-veselka merged 1 commit intomainfrom
marcel-veselka merged 1 commit intomainfrom
Conversation
…ng pages (#138) - Add Layout title+description to /l, /onboarding, /ux - Migrate /book-demo and /marcel from React.Fragment to Layout (fixes OG tag generation) - Update /jan-beranek with specific title and description - Uncomment H1 on /newsletter (hidden with sr-only) - Add noindex/nofollow to /gdpr and /toc (legal/redirect pages)
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
Completes remaining items from #138 not covered in PR #145.
Meta descriptions + OG tags fixed:
/l— add title + description to Layout/onboarding— add title + description to Layout/ux— add title + description to Layout/book-demo— migrate fromReact.Fragmentto<Layout>(was blocking OG tag generation)/marcel— migrate fromReact.Fragmentto<Layout>(was blocking OG tag generation)/jan-beranek— replace generic siteConfig.title with specific title + descriptionH1 fixed:
/newsletter— uncomment H1 (rendered assr-onlyso it doesn't affect visual layout)Noindex added:
/gdpr— legal page, should not be indexed/toc— redirect page to/terms-and-conditions, should not be indexedTest plan
<head>)og:descriptionnow present on migrated pages/gdprand/tocreturn<meta name="robots" content="noindex, nofollow">Closes part of marcel-veselka/vem-agents#138