# Fix: Per-section llms-full.txt files resolve under content subdirectories

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

## Goal

Serve a scoped llms-full.txt corpus inside each major content section.

## Fix

Serve a scoped `llms-full.txt` inside each major content section (for example
`/docs/llms-full.txt`): the section's pages concatenated as markdown. An agent can then ingest
one section in one fetch instead of crawling it.

## 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 a scoped llms-full.txt corpus inside each major content section
Issue: <the audit's finding for this check>
Fix: Serve a scoped `llms-full.txt` inside each major content section (for example `/docs/llms-full.txt`): the section's pages concatenated as markdown. An agent can then ingest one section in one fetch instead of crawling it.
Skill: https://anc.dev/web-audit/skill/llms-full-txt-scoped
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-full-txt-scoped` check should report `pass`.
