# Fix: /llms.txt present with a summary and link index

> Web-audit fix skill for the `llms-txt` check (Content for agents, SHOULD).

## Goal

Serve /llms.txt with a title, summary, and categorized link index.

## Fix

Serve `/llms.txt` (llmstxt.org): an H1 title, a one-line summary blockquote, and a categorized
index of links to your most important pages as markdown. It is the canonical entry point an
agent fetches to understand what a site offers and where to look next.

## Resources

- [llmstxt.org](https://llmstxt.org/)

## Copy-paste prompt

Paste this into your coding agent, replacing the Issue line with the Result line from [your audit](https://anc.dev/web-audit):

```text
Goal: Serve /llms.txt with a title, summary, and categorized link index
Issue: <the audit's finding for this check>
Fix: Serve `/llms.txt` (llmstxt.org): an H1 title, a one-line summary blockquote, and a categorized index of links to your most important pages as markdown. It is the canonical entry point an agent fetches to understand what a site offers and where to look next.
Skill: https://anc.dev/web-audit/skill/llms-txt
Docs: https://llmstxt.org/
```

## Verify

Re-run the audit at [https://anc.dev/web-audit](https://anc.dev/web-audit) or call the `audit_website` MCP tool; the `llms-txt` check should report `pass`.
