Skip to content

seo: repair audit findings for the home description, estate link, and title - #17

Merged
JasonColapietro merged 1 commit into
mainfrom
claude/seo-audit-repair-20260907
Sep 7, 2026
Merged

JasonColapietro merged 1 commit into
mainfrom
claude/seo-audit-repair-20260907

Conversation

@JasonColapietro

@JasonColapietro JasonColapietro commented Sep 7, 2026

Copy link
Copy Markdown
Collaborator

Repairs three technical findings from the 2026-09-07 estate SEO audit of dna.suedeai.ai.

Changes

  • Home meta description trimmed to 129 characters (was 192). The home description helper in src/lib/seo.ts now 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.
  • Footer link to the Suede estate directory. src/components/footer/Footer.tsx gains 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.
  • Site title em dash replaced with a colon. <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. Two regression tests in tests/lib/seo.test.ts pin the description length limit and the title.

Checks

Gate Result
validate-manifest pass
lint pass, one pre-existing warning in an untouched file
typecheck pass
test 113 passed
build pass

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.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 7, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-07T03:06:21.999738Z e3f0b0d PR opened
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread src/app/layout.tsx
… 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
JasonColapietro force-pushed the claude/seo-audit-repair-20260907 branch from e3f0b0d to 0893b1b Compare September 7, 2026 03:09
@JasonColapietro
JasonColapietro merged commit bbffdb8 into main Sep 7, 2026
1 check passed
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.

2 participants