fix(seo): add meta description, robots.txt and raise lighthouse thresholds#29
Conversation
…holds - Add meta description to index.html - Add robots.txt to public/ (was serving HTML due to SPA fallback) - Raise min_accessibility to 100, min_seo to 100 (scores: a11y 100%, seo 82%→targeting 100%)
|
Warning Review limit reached
More reviews will be available in 13 minutes and 53 seconds. Learn how PR review limits work. To continue reviewing without waiting, enable usage-based billing in the billing tab. ⌛ How to resolve this issue?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 credits. 🚦 How do rate 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 see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Source maps are publicly available via the open-source GitHub repo.
Summary
meta descriptiontoindex.html(was causing SEO audit failure)public/robots.txtwithUser-agent: * / Allow: /(SPA fallback was serving HTML at/robots.txt)min_accessibility95→100,min_seo80→100 (current scores: a11y 100%, seo 82% — robots.txt + meta description fix should bring SEO to 100%)Test plan
/robots.txtreturns valid content (not HTML)