Your website is visible to ChatGPT when its search crawlers can reach your pages, read the content in the HTML, and find a passage clear enough to quote. You can check all three yourself in a few minutes — here's exactly how, and how to fix each one.
What "visible to ChatGPT" actually means
Visibility to ChatGPT means its search feature can find, read, and cite your pages. When someone asks ChatGPT a question, it fetches a handful of web pages, reads them, and names the few it used. You're visible when ChatGPT's crawlers can reach your content and a passage on the page is clear enough to lift — not simply when you have a website online.
Why ChatGPT visibility matters
ChatGPT visibility decides whether you appear when people research inside ChatGPT instead of a search engine. A growing share of buyers ask an assistant directly and act on the few sources it names, never seeing a traditional results page. A site ChatGPT can't reach or read is absent from that answer regardless of how it ranks elsewhere — and never gets the chance to earn the visit.
The two ChatGPT crawlers that decide it
Two OpenAI crawlers control ChatGPT visibility. OAI-SearchBot builds the search index ChatGPT draws on, and ChatGPT-User fetches a page live when someone asks ChatGPT to look at it. A third crawler, GPTBot, only collects training data — blocking GPTBot keeps your content out of model training but does not make you invisible to ChatGPT. The crawlers you must keep unblocked are OAI-SearchBot and ChatGPT-User.
Check 1: Can OAI-SearchBot reach your pages?
Start with robots.txt. Visit yoursite.com/robots.txt and confirm it doesn't disallow OAI-SearchBot or ChatGPT-User. The most common mistake is the wildcard trap: naming a few crawlers to allow, then adding a catch-all User-agent: * with Disallow: / that blocks everything else, ChatGPT's crawlers included.
Check 2: Is your content in the HTML?
Next, confirm your content is in the page source. Right-click your page and choose View Page Source (not Inspect), then search for a sentence you can see on screen. If it's there, ChatGPT's crawler can read it; if the source is mostly an empty container that JavaScript fills in later, the crawler may receive a near-empty page.
Check 3: Can ChatGPT find your pages at all?
Finally, make your pages discoverable. A current sitemap.xml at yoursite.com/sitemap.xml lists your pages for crawlers, and inbound links from pages ChatGPT already knows help it reach new ones. A page with no sitemap entry and no links pointing to it can stay undiscovered even when nothing is blocking it.
Common reasons a site isn't visible
Most visibility failures trace back to a short list worth ruling out:
- A blocked search crawler — OAI-SearchBot or ChatGPT-User disallowed in robots.txt, often through a catch-all rule.
- JavaScript-only content — the page looks fine in a browser but is empty in the raw HTML.
- An accidental server block — a firewall or rate limit returning errors to crawlers even though robots.txt allows them.
- No path to the page — missing from the sitemap and unlinked, so nothing leads a crawler to it.
- Confusing GPTBot with the search crawlers — blocking GPTBot is harmless to visibility; blocking OAI-SearchBot is what hides you.
A faster way to sense-check it
For a quick signal, ask ChatGPT (with search enabled) a question your page should answer and see whether it cites you. Treat this as a hint rather than proof: the result varies by wording and session, so a single miss doesn't mean you're invisible. Your server logs are more reliable — look for OAI-SearchBot and ChatGPT-User visits, and for referral traffic from chatgpt.com in your analytics.
Visible but still not cited?
Visibility is necessary but not sufficient. Once ChatGPT can reach and read your page, it still has to find a passage worth quoting — so a page that's reachable and readable but never cited usually has a structure problem. Our guides on why ChatGPT ignores a site and making pages quotable cover that next step.
If I block GPTBot, am I invisible to ChatGPT?
How do I know if ChatGPT has crawled my site?
Does being visible to ChatGPT mean I'll be recommended?
Is ChatGPT visibility the same as ranking on Google?
How often does ChatGPT re-check my site?
Do I need to do anything special for ChatGPT versus other AI engines?
Will more pages make me more visible to ChatGPT?
Sources
The crawler facts above come from each engine’s own documentation:
- OpenAI — Overview of OpenAI Crawlersofficial source
- Google — What is Googlebotofficial source
See where your site stands — free.
Run a Site Check on any page in under a minute. No card, 15 free credits to go deeper.
Check your site →Related: Why isn’t ChatGPT recommending your site? · Is your site readable by AI crawlers?