Rule llms-txt.coverage-low
Expand /llms.txt coverage
llms-txt.coverage-low is a check in Crawlmind's site audit that grades medium-impact issues of this kind. This page explains why the rule matters and the exact fix.
Why it matters
Your /llms.txt is valid, but it lists only a fraction of the indexable pages on your site. AI engines key off this file to decide what to read: pages NOT listed are likely to be skipped or down-weighted. Compare against the auto-generated recommendation in the llms.txt dashboard tab and add the missing top-level pages.
The fix
Open the **llms.txt** tab in the dashboard: the "Recommended" panel shows the union of your current file + every indexable URL from your sitemap that isn't listed.
Rule of thumb for what to include:
- Every top-level navigation entry (/pricing, /docs, /blog, /about)
- Index pages of every content cluster (/blog, /docs, /tools)
- Highest-traffic landing pages from GSC (top 20 by impressions)
Skip:
- Tag pages, paginated archives, search-results pages
- Anything `noindex` (the file is for AI ENGINES, not crawl control)