Polish landing GEO/SEO: schema, meta, robots & llms.txt - #903
Conversation
Address the landing GEO/SEO audit checklist (#717): P1 - Trim meta description 247 -> 153 chars (keeps the "Local-first, Apache 2.0" hook). - Enrich Organization JSON-LD: add author GitHub profiles to sameAs + a knowsAbout topic list. - Add a WebSite SearchAction (potentialAction) for entity recognition. - Sync the static <title> with LandingPage's runtime title (prerender overwrites document.title). P2 - Add og:image:alt and twitter:image:alt. - Enrich author Person schema (jobTitle, sameAs, worksFor, knowsAbout) from the published bios. - robots.txt: allow Amazonbot, FacebookBot, facebookexternalhit, GoogleOther, anthropic-ai; disallow Bytespider. - llms.txt: trim the blockquote to <=200 chars, add Key Facts + Contact, canonical [Title](URL) Pages. - Compress og-image.png 193 KB -> 22.6 KB (1200x630, 256-colour palette; visually near-identical). P3 - Add llms-full.txt (fuller machine-readable summary) and an IndexNow key file. twitter:site/twitter:creator and author LinkedIn URLs are intentionally omitted — no real handles/profiles available to avoid pointing at the wrong accounts; add them when known. Refs #717 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 37 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Addresses the landing GEO/SEO audit checklist in #717 (P1 + P2 + P3). All changes are static markup / text / a public asset — no runtime code.
P1
sameAs+ aknowsAbouttopic list.potentialActionSearchAction (entity recognition).document.titlefromLandingPage.tsx, so the static<title>now matches the runtime es title (LexFlow — Legislación española, viva y navegable).P2
og:image:alt+twitter:image:alt.Personschema enriched (jobTitle,sameAs,worksFor,knowsAbout) — sourced from the authors' own published bios inlanding/src/i18n/…/landing.json.Amazonbot,FacebookBot,facebookexternalhit,GoogleOther,anthropic-ai; disallowBytespider.## Key Facts+## Contact,## Pagesnow uses canonical[Title](URL): desc.P3
llms-full.txt(fuller machine-readable summary).b4d2eba….txt).Intentionally omitted (no fabrication)
twitter:site/twitter:creatorand author LinkedIn URLs — I don't have the real handles/profiles and won't guess (would risk pointing at the wrong accounts). Add them when known.Verification
tsc --noEmit✅,vite build✅,prerender.mjs✅ (installed Chromium locally).dist/index.html: title matches, description ≤155,og:image:alt/twitter:image:alt, OrganizationknowsAbout,SearchAction, PersonjobTitleall present; both JSON-LD blocks parse as valid JSON.llms.txt,llms-full.txt, IndexNow key,og-image.png) copied intodist/.Refs #717
🤖 Generated with Claude Code