Your website appears in Google. Does that mean every AI discovery system is allowed to crawl it? Different services can have different instructions, so it is worth checking.
The instructions at your website's front door
A crawler is an automated visitor that finds and reads webpages. Your robots.txt file tells these visitors which parts of the website they may visit.
Open a browser and put /robots.txt after your main website address. You might see a short text file with lines like these.
Door closed
User-agent: *
Disallow: /
User-agent: * means these are the default instructions for crawlers. Disallow: / tells them to stay out of every page on the website.
Door open
User-agent: *
Allow: /
Here, crawlers are being told they may visit pages across the website.
The * group is the default for crawlers without their own named rules. If your file includes a named group, that crawler follows its matching group instead. This is why the exercise checks the complete file.
Some rules apply only to particular visitors or paths
A site can allow general crawling but give a particular crawler different instructions. It can also block a section, such as /members/, while allowing public experience pages.
Search and training controls can be separate. For example, OpenAI uses OAI-SearchBot for search and GPTBot for content that may be used in training. The exercise focuses on search and discovery crawlers. OpenAI crawler documentation.
Look for blocks affecting the public pages you want people to discover. Give your provider the exact rule and page address so they can make a targeted change.
What the exercise tells you
Use the form below to fetch your robots.txt. You can check just your homepage or add specific offering and booking pages. Copy the completed prompt into your AI assistant. It will produce a table for Google, Bing, ChatGPT, Claude, Perplexity, Meta, Apple and Amazon discovery crawlers.
Each result is Allowed, Blocked or Unclear, with the rule responsible. If a change or review is needed, it will produce a short message for your website provider.
“Allowed” means your robots.txt gives that crawler permission to visit the page.
If the file is missing or empty, the form adds that result to your prompt. You can also open the file yourself and paste its text into the form.
Put the result to work
If the assessment finds a block on a public page you want discovered, send the generated message to your provider. Ask them whether the rule is intentional and, if not, to correct it. Fetch the updated file and rerun the exercise after the change is published.
Find the steps for your website
The next article, Website Platform Guides, explains how to work with your provider on the changes.
Reference: Robots Exclusion Protocol.