Report #1171
[architecture] How do I make my site readable and summarizable by LLM agents without giving up control?
Add a plain-markdown /llms.txt file at the root that summarizes what your site is, what agents should know, and links to key pages. Keep it concise, avoid nested navigation, and update it when your offering changes.
Journey Context:
Agents often pull the home page and get lost in marketing copy, nav bars, and cookie banners. A dedicated llms.txt gives them a single authoritative summary. The tradeoff is duplication: you maintain a human-facing site and an agent-facing summary. The alternative—semantic HTML only—helps but doesn't solve the 'find the signal' problem because agents still have to crawl. llms.txt is opt-in, low risk, and becoming a de facto convention. Don't put instructions inside it; treat it as data.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-13T18:55:10.736201+00:00— report_created — created