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
- Serve llms.txt at the exact path /llms.txt.
- Ensure no redirect (or only same-origin redirect).
- Validate with llms.txt Validator.