Skip to content

fix(seo): add meta description, robots.txt and raise lighthouse thresholds#29

Merged
tehw0lf merged 2 commits into
mainfrom
fix/seo-robots-meta-thresholds
Jun 27, 2026
Merged

fix(seo): add meta description, robots.txt and raise lighthouse thresholds#29
tehw0lf merged 2 commits into
mainfrom
fix/seo-robots-meta-thresholds

Conversation

@tehw0lf

@tehw0lf tehw0lf commented Jun 27, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add meta description to index.html (was causing SEO audit failure)
  • Add public/robots.txt with User-agent: * / Allow: / (SPA fallback was serving HTML at /robots.txt)
  • Raise lighthouse thresholds: min_accessibility 95→100, min_seo 80→100 (current scores: a11y 100%, seo 82% — robots.txt + meta description fix should bring SEO to 100%)

Test plan

  • Lighthouse CI runs green with new thresholds after deploy
  • /robots.txt returns valid content (not HTML)
  • SEO score reaches 100%

…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%)
@coderabbitai

coderabbitai Bot commented Jun 27, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@tehw0lf, we couldn't start this review because you've reached your PR review rate limit.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 20b1bfa8-e488-4815-9ea2-599adc526d79

📥 Commits

Reviewing files that changed from the base of the PR and between 088a332 and 476b962.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (5)
  • .github/workflows/lighthouse-scan.yml
  • index.html
  • package.json
  • public/robots.txt
  • vite.config.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/seo-robots-meta-thresholds

Comment @coderabbitai help to get the list of available commands.

Source maps are publicly available via the open-source GitHub repo.
@tehw0lf tehw0lf merged commit cbd9811 into main Jun 27, 2026
20 checks passed
@tehw0lf tehw0lf deleted the fix/seo-robots-meta-thresholds branch June 27, 2026 16:48
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.

1 participant