seo: repair audit findings for the home description, estate link, and title - #17
Merged
Merged
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e3f0b0dc03
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
… title Trim the home page meta description from 192 to 129 characters so the snippet ends at "indexed by year and player" instead of being cut off, keeping the rig count and year span. og:description and twitter:description follow the same helper, so they stay identical. Add a "Suede estate directory" link to https://hub.suedeai.ai in the shared footer, beside the estate privacy policy link and styled like it, so every page links to the hub. Replace the em dash in the site title with a colon across <title>, og:title, twitter:title, the social image alt, and the CollectionPage name so the surfaces keep matching each other. Cover the description length and the title in the SEO helper tests.
JasonColapietro
force-pushed
the
claude/seo-audit-repair-20260907
branch
from
September 7, 2026 03:09
e3f0b0d to
0893b1b
Compare
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.
Repairs three technical findings from the 2026-09-07 estate SEO audit of dna.suedeai.ai.
Changes
src/lib/seo.tsnow ends at "indexed by year and player." and keeps the rig count and year span. og:description and twitter:description read from the same helper, so all three stay identical.src/components/footer/Footer.tsxgains a "Suede estate directory" link to https://hub.suedeai.ai beside the PRIVACY link, with the same classes, target, and rel. The shared footer renders on every page, so every prerendered route now links to the hub.<title>, og:title, and twitter:title now read "Suede DNA: Signal Chains, Archived". The social image alt, the opengraph image alt, and the CollectionPage JSON-LD name were changed to the same string so the surfaces keep matching.tests/lib/seo.test.tspin the description length limit and the title.Checks
The built homepage head was inspected after the build: description at 129 characters, colon title in all three tags, and no em dash in the head.