AI Search (GEO)
AI Search (GEO)Low

llms.txt File

Checks for a /llms.txt file — an AI-specific guide to your site content.

What this check measures

We fetch `/llms.txt` at the domain root and validate it exists, returns `text/plain` or `text/markdown`, and follows the spec (title, description, H2 sections with links).

Why it matters

llms.txt is a community-driven standard (llmstxt.org) that major AI tools have adopted. It is to AI what sitemap.xml is to search engines. Early adopter advantage: most sites still do not have one.

search

How our audit detects it

GET /llms.txt. Validate response status, content-type, and structural markers (title line, at least one H2 section).

Typical findings

  • error_outline/llms.txt returns 404.
  • error_outlineFile exists but is a bare URL list — missing the H2+description structure.
  • error_outlinellms.txt has not been updated since launch, references removed pages.

How to fix

Create `/llms.txt` with H1 title, 1-paragraph description, then H2 sections linking to key pages with 1-line summaries. Keep under 200 lines. See /prompts/add-llms-txt.

Copy-paste fix prompt for your stack

Lovable · Cursor · Bolt · v0 · Replit · Windsurf · Claude Code · Base44

View the fix prompt →

Frequently asked questions

Is llms.txt an official standard?expand_more
Community-driven (llmstxt.org) but adopted by Anthropic, Perplexity, and many others. Not IETF, but widely supported in practice.

Want this checked on your site?

Pantra runs the full audit (SEO, Security, GEO, Performance, Schema, Technical, Images) in 10 seconds and generates stack-specific fix prompts.

Scan my site

Related checks