We respect your privacy.

We use strictly necessary cookies to keep you signed in and to protect against CSRF. With your permission we also use a small amount of first-party analytics to improve the product. We do not sell your data and we do not use third-party advertising trackers. See our cookie policy and privacy policy .

← All learn topics

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.

Impact: mediumEffort: mediumFixable: 1-click

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)

References