Check your robots.txt against GPTBot,
ClaudeBot,
PerplexityBot, and other AI crawlers, and see if you have an llms.txt file.
Try it on your own domain, or a well-known one like openai.com, to see what a real result looks like.
Most robots.txt files were written before AI crawlers existed, so it's easy to end up blocking (or allowing) one of them by accident. If you want ChatGPT, Claude, or Perplexity to be able to read, train on, or cite your site, the crawler behind that product needs to be explicitly allowed -- and if your site doesn't say anything about itself in an llms.txt file, these systems are left guessing at what you're about from raw HTML.
Read the full breakdown in our guides, or just check your domain above and see exactly what's allowed today.
llms.txt is a plain-text file at your site's root, like robots.txt -- but instead of controlling access, it gives AI assistants a short, structured summary of what your site is and links to its most important pages. It's optional: AI systems can read your site without one. It just removes the guesswork, which can make the summary they give of you more accurate.