Add llms.txt for AI-agent discovery - #96
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
Next review available in: 42 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. 📝 WalkthroughWalkthroughAdds ChangesAI discovery guide
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@public/llms.txt`:
- Around line 9-25: Update the Primary Site and Public Context bullet entries in
llms.txt to use Markdown link syntax, preserving each entry’s existing name and
URL while converting every bare URL into a descriptive “- [name](url)” link.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
Implements the recommendations in the brand SEO/AEO report. - layout.tsx: metadataBase (fixes OG image resolution), a real default title + template, description, canonical, OG/Twitter defaults — replacing the generic sitewide "Raid Guild" / "Elite Raiders" tags. - Home (page.tsx): JSON-LD Organization block (name, url, logo, foundingDate 2019, sameAs GitHub/X/Discord). - Join (join/page.tsx): unique title, description, canonical, OG. - robots.ts -> /robots.txt (was 404) pointing at the sitemap. - sitemap.ts -> /sitemap.xml (/ and /join). llms.txt already shipped separately (#96); left as-is. Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
* Add SEO/AEO metadata: per-page titles, robots, sitemap, JSON-LD (#97) Implements the recommendations in the brand SEO/AEO report. - layout.tsx: metadataBase (fixes OG image resolution), a real default title + template, description, canonical, OG/Twitter defaults — replacing the generic sitewide "Raid Guild" / "Elite Raiders" tags. - Home (page.tsx): JSON-LD Organization block (name, url, logo, foundingDate 2019, sameAs GitHub/X/Discord). - Join (join/page.tsx): unique title, description, canonical, OG. - robots.ts -> /robots.txt (was 404) pointing at the sitemap. - sitemap.ts -> /sitemap.xml (/ and /join). llms.txt already shipped separately (#96); left as-is. Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com> * Remove the root-level canonical URL --------- Co-authored-by: Suede <101133311+Suede0619@users.noreply.github.com> Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
Summary
/llms.txtdiscovery file for AI agents and LLM-powered tools.public/.Verification
npm run lintpasses with one pre-existing warning insrc/components/HeaderJoin.tsx.npm run buildpasses.http://localhost:3031/llms.txtreturned200 text/plain; charset=UTF-8.Closes #95
Summary by CodeRabbit