Skip to content

Add llms.txt for AI-agent discovery - #96

Merged
dekanbro merged 2 commits into
mainfrom
codex/cr-395-add-llms-txt-for-raidguild-website-ai-ag
Jul 21, 2026
Merged

Add llms.txt for AI-agent discovery#96
dekanbro merged 2 commits into
mainfrom
codex/cr-395-add-llms-txt-for-raidguild-website-ai-ag

Conversation

@raidguildbot

@raidguildbot raidguildbot commented Jul 20, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Adds a public /llms.txt discovery file for AI agents and LLM-powered tools.
  • Includes concise RaidGuild context, primary site anchors, and public canonical links.
  • Keeps scope limited to a static file under public/.

Verification

  • npm run lint passes with one pre-existing warning in src/components/HeaderJoin.tsx.
  • npm run build passes.
  • Local dev check: http://localhost:3031/llms.txt returned 200 text/plain; charset=UTF-8.

Closes #95

Summary by CodeRabbit

  • Documentation
    • Added a public discovery guide for RaidGuild.
    • Includes key website links, service areas, community resources, and guidance for AI-assisted discovery.

@vercel

vercel Bot commented Jul 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
website Ready Ready Preview, Comment Jul 20, 2026 7:22pm

Request Review

@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@raidguildbot, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 42 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

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 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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 7285342f-e3d1-455a-8558-4b296ba14978

📥 Commits

Reviewing files that changed from the base of the PR and between 0cb98ae and 2483b35.

📒 Files selected for processing (1)
  • public/llms.txt
📝 Walkthrough

Walkthrough

Adds public/llms.txt as a concise public discovery guide containing RaidGuild context, canonical links, service areas, and guidance for AI agents.

Changes

AI discovery guide

Layer / File(s) Summary
Public discovery content
public/llms.txt
Adds RaidGuild’s description, categorized site and external resource links, service-area bullets, and AI-agent usage and inquiry guidance.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the main change: adding llms.txt for AI-agent discovery.
Linked Issues check ✅ Passed The new public/llms.txt matches the issue scope by providing concise public links and RaidGuild context at the site root.
Out of Scope Changes check ✅ Passed The PR appears limited to the requested static /llms.txt asset with no unrelated code changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/cr-395-add-llms-txt-for-raidguild-website-ai-ag

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.

❤️ Share

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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 76b5fafb-a8b6-41e5-818b-72d534e077de

📥 Commits

Reviewing files that changed from the base of the PR and between 0ab6500 and 0cb98ae.

📒 Files selected for processing (1)
  • public/llms.txt

Comment thread public/llms.txt Outdated
@dekanbro
dekanbro merged commit b80cdaa into main Jul 21, 2026
2 of 3 checks passed
@dekanbro
dekanbro deleted the codex/cr-395-add-llms-txt-for-raidguild-website-ai-ag branch July 21, 2026 14:12
skuhlmann pushed a commit that referenced this pull request Jul 21, 2026
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>
skuhlmann added a commit that referenced this pull request Jul 21, 2026
* 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>
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.

Add llms.txt for RaidGuild website AI-agent discovery

2 participants