feat(site): /about author page + og:type=article + sitemap fixes#15
Open
kpmmmurphy wants to merge 1 commit into
Open
feat(site): /about author page + og:type=article + sitemap fixes#15kpmmmurphy wants to merge 1 commit into
kpmmmurphy wants to merge 1 commit into
Conversation
Adds the /about E-E-A-T author page (ProfilePage JSON-LD wired to the existing #kevin Person @id, footer-linked site-wide, facts grounded in launch.md/README only). ArtLayout gains an ogType prop (default "website"); launch.md and whitepaper.md declare ogType: article via MarkdownLayout passthrough. Sitemap: lastmod refreshed, /about added, and two pages that were missing entirely (/rescore/, /signed/) now included. /about also listed in llms.txt. Build verified green (11 pages); og:type checked per-page in dist. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017YxJrnCdg8KuubEXfNgXCj # ── MurphySig template (uncomment lines below to sign this commit) ────── # Significant change detected. If this commit encodes a decision worth # remembering — architecture, tradeoff, non-obvious fix — sign it. # Spec: https://murphysig.dev/spec # # MurphySig: # Signed: Kev + claude-fable-5, 2026-07-10 # Format: MurphySig v0.1 # Context: <why this exists — the thought, not the diff> # Confidence: <0.0-1.0> — <what's uncertain> # Open: <unresolved questions> # ────────────────────────────────────────────────────────────────────────
✅ Deploy Preview for murphysig ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
What
Clears the standing site SEO backlog ahead of the HN relaunch:
mainEntitycarries the same#kevinPerson@idthe per-page schemas already cite as author, so the graph now resolves to a real page. Footer-linked site-wide. Every fact grounded in launch.md/README — no invented credentials.ogTypelayout prop (everything else stayswebsite)./rescore/+/signed/(previously missing from the sitemap entirely) now included. /about listed in llms.txt.Deliberately not in this pass: self-hosted fonts (LCP), IndexNow.
Verification
npm run buildgreen (11 pages) · per-page og:type checked in dist · ProfilePage JSON-LD parses · sitemap passes xmllint. New/changed files carry MurphySig reviews per convention.🤖 Generated with Claude Code
https://claude.ai/code/session_017YxJrnCdg8KuubEXfNgXCj