Technical discovery

Crawling and Indexing

Opening robots.txt is necessary when you want compliant crawlers to enter. It is not sufficient when the server, CDN, firewall, login or JavaScript challenge still refuses the request.

The sequence

Crawled does not mean indexed, and indexed does not mean ranked

Discover

Find the URL through a link, sitemap or submission.

Request

The server returns the public page successfully.

Process

The service decides whether to store it.

Serve

The indexed page may or may not be selected later.

robots.txt

Open to all compliant crawlers

User-agent: *
Allow: /
This permits every crawler that follows the Robots Exclusion Protocol.

Named sections are included for clarity. The wildcard rule already permits them.

Crawler roles

Search access and training access can be separate

OpenAI identifies OAI-SearchBot for ChatGPT search discovery and GPTBot as a separate control. This package follows the requested fully open policy and permits both.

Deployment checks

Test infrastructure, not only files

Primary and official references

Sources used on this page