feat(seo): enrich Rodrigo Opalo Person entity (jobTitle + description) - #76
Merged
Merged
Conversation
Add localized description and jobTitle to the canonical Person node on Home, sourced verbatim from the visible About-section copy. Recompute the two affected JSON-LD CSP hashes accordingly.
Assert the enriched Person node on the static structured-data unit tests, extend verify-prerender.mjs to check the localized description/jobTitle and single canonical Person @id in the built HTML, and add a real hydrateRoot integration test proving the prerendered head reconciles to exactly one JSON-LD script with no duplication.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
devrodri-com
marked this pull request as ready for review
August 4, 2026 22:46
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
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
descriptionandjobTitleto the canonicalPersonnode (#person) on Home, sourced verbatim from the visible About-section copy inSobreMiSection.tsx— no new claims, no visible copy changes.@id.verify-prerender.mjsto assert the localized description/jobTitle, a single canonical Person@id, and thedata-rh="true"marker on the built HTML.hydrateRootintegration test (HeadHydration.test.tsx) that starts from genuine SSR output (via a document-hidden fresh module load ofentry-server, matching production'scanUseDOM=falsecode path) and proves client hydration reconciles to exactly one JSON-LD script/title/canonical/description with zero duplication — closing the hydration-test gap flagged by the prior SEO-ENTITY-01 audit.Out of scope by design: no ProfilePage, no new routes, no visible copy/image changes, no
sameAschanges, no Organization nodes, no founder/worksFor claims, no production or Search Console changes.Test plan
npm run typechecknpm run lintnpm run test:run(29 suites / 267 tests)npm run build(client + server + prerender + verify:prerender + verify:http)npm run ci/,/en,/portfolio/lem-box,/en/portfolio/lem-boxrender one Person, one JSON-LD script, correct localized description/jobTitle, and zero CSP violations🤖 Generated with Claude Code