feat(web): add llms.txt and llms-full.txt for Answer Engine Optimization #11377
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related GitHub Issue
N/A -- This is part of an AEO (Answer Engine Optimization) initiative for the marketing site.
Roo Code Task Context (Optional)
Created with Roo Code.
Description
Adds two static files to the marketing site following the llms.txt standard to improve discoverability by AI answer engines (ChatGPT, Perplexity, Claude, Google AI Overviews, etc.):
llms.txt-- Concise, structured summary of Roo Code products, integrations, key differentiators, and resource links. This is the file AI crawlers look for first.llms-full.txt-- Comprehensive product information (~4,000 words) covering all products, features, pricing, comparisons vs alternatives (Copilot, Cursor, Windsurf, Cline), and FAQ content.Both files are placed in
apps/web-roo-code/public/and will be served atroocode.com/llms.txtandroocode.com/llms-full.txtautomatically by Next.js.Key content covered in llms-full.txt:
Test Procedure
roocode.com/llms.txtandroocode.com/llms-full.txtpublic/Pre-Submission Checklist
Screenshots / Videos
N/A -- static text files, no UI changes.
Documentation Updates
Additional Notes
This is the first step in a broader AEO initiative. Future work includes adding FAQPage structured data, a dedicated "What is Roo Code" page, and per-page JSON-LD schemas. The full plan is documented in
plans/aeo-optimization-plan.md.Important
Added llms.txt and llms-full.txt static files to the marketing site for Answer Engine Optimization, providing concise and comprehensive Roo Code product information for AI crawlers.
Related GitHub Issue
N/A -- This is part of an AEO (Answer Engine Optimization) initiative for the marketing site.
Description
Adds two static files to the marketing site following the llms.txt standard to improve discoverability by AI answer engines (ChatGPT, Perplexity, Claude, Google AI Overviews, etc.):
llms.txt-- Concise, structured summary of Roo Code products, integrations, key differentiators, and resource links. This is the file AI crawlers look for first.llms-full.txt-- Comprehensive product information (~4,000 words) covering all products, features, pricing, comparisons vs alternatives (Copilot, Cursor, Windsurf, Cline), and FAQ content.Both files are placed in
apps/web-roo-code/public/and will be served atroocode.com/llms.txtandroocode.com/llms-full.txtautomatically by Next.js.Key content covered in llms-full.txt:
Test Procedure
roocode.com/llms.txtandroocode.com/llms-full.txtpublic/Additional Notes
This is the first step in a broader AEO initiative. Future work includes adding FAQPage structured data, a dedicated "What is Roo Code" page, and per-page JSON-LD schemas. The full plan is documented in
plans/aeo-optimization-plan.md.This description was created by
for 4da1dd8. You can customize this summary. It will automatically update as commits are pushed.