Fix llms.txt Wrong Path

AI crawlers expect llms.txt at https://yoursite.com/llms.txt. If it's elsewhere, they won't find it.

Common causes

  • File is at /llms/llms.txt or /robots/llms.txt.
  • Wrong filename (llms-txt, llms.txt.html).
  • Only accessible via redirect.

How to fix

  1. Serve llms.txt at the exact path /llms.txt.
  2. Ensure no redirect (or only same-origin redirect).
  3. Validate with llms.txt Validator.