# Fix: llms.txt has H1, summary, and a link index

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

## Goal

Structure /llms.txt with an H1, a blockquote summary, and a markdown link index.

## Fix

Follow the llmstxt.org shape: start with `# Title`, add a `>` summary blockquote, then a
categorized list of markdown links. A file that is present but is only a heading, or only a
blob of prose, fails this row even when the presence check passes.

## Resources

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

## Copy-paste prompt

Paste this into your coding agent. [Your audit](https://anc.dev/audit) adds what it observed for this check:

```text
Goal: Structure /llms.txt with an H1, a blockquote summary, and a markdown link index
Fix: Follow the llmstxt.org shape: start with `# Title`, add a `>` summary blockquote, then a categorized list of markdown links. A file that is present but is only a heading, or only a blob of prose, fails this row even when the presence check passes.
Skill: https://anc.dev/fix/llms-txt-format
Docs: https://llmstxt.org/
```

## Verify

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