Flash deal ends in--:--:--— use GEO10 for 10% off

LLM InfrastructureFree · runs in your browser

URL placement + response header audit

LLMs.txtFileHosting Checker

Check that your llms.txt is reachable from the domain root with correct content-type headers.

Grab headers with curl

curl -sSLI -A "GPTBot" "https://example.com/llms.txt"

URL checks

HTTPS protocol

pass

Served over HTTPS

Served from domain root

pass

Path is /llms.txt - correct

Exact filename `llms.txt`

pass

Lowercase filename - matches spec

Apex or www host

pass

example.com - served from the primary host

No query string

pass

Clean URL

Header checks

HTTP status 200

fail

HTTP 0 - non-2xx status

Content-Type: text/plain

pass

text/plain; charset=utf-8 - correct

Cache-Control

pass

public, max-age=3600

Hosting summary
7 pass0 warn1 fail

How it works

The checker runs in two panes. The left pane validates the URL you're hosting at - HTTPS, domain root, exact filename, correct host. The right pane parses response headers you paste in - it expects the full headers block from curl -I. Copy the curl command, run it, paste the output, and the tool tells you which headers are wrong.

Why hosting matters

  • Location. llms.txt must live at the domain root. A file at /wp-content/llms.txt or /static/llms.txt is invisible to most crawlers.
  • Content type. text/plain is the only content-type that every major crawler accepts. text/html gets dropped by GPTBot and ClaudeBot.
  • HTTP status. 200 is the only acceptable response. 301/302 redirects are honored by some crawlers but not all.
  • No X-Robots-Tag blocks. A stray noindex X-Robots-Tag on your static file handler silently tells crawlers to skip your llms.txt.

Pair with

Confirm the file contents with the LLMs.txt Tester, check accessibility with the Accessibility Checker, and validate syntax with the LLMs.txt Validator. Strategy reading: what is llms.txt.

Want this done for you?

Ship the full GEO playbook in 14 days

Geolify GEO packages bundle every tool on this site into a 14-day done-for-you build - llms.txt, schema, entity strength, content overhaul, citations and the measurement stack. From $499.

Explore More Packages

Combine services for maximum AI visibility.