How to get cited by ChatGPT
To be cited by ChatGPT you need to let its crawlers in, serve your content in raw HTML, and write clear answer-shaped pages with visible authorship, because that is the kind of source it can quote with confidence.
Last updated: 18 May 2026
The short answer
Let OpenAI's crawlers fetch your pages, make sure the substantive content is in the raw HTML, write self-contained answer-shaped passages, and show clear authorship and dates. None of this guarantees a citation, because no assistant guarantees one; it makes your page the easiest correct source to quote.
Let ChatGPT's crawlers in
OpenAI documents named crawlers including GPTBot, OAI-SearchBot and ChatGPT-User. Confirm your robots.txt does not disallow the ones you want to reach, and rely on User-agent: * with Allow: / so you are not accidentally blocking them. The exact behaviour of each agent is defined by OpenAI's bot documentation; the per-agent reference and robots.txt patterns are on the AI crawlers list.
Serve content without JavaScript
Most major AI crawlers fetch raw HTML and do not reliably execute JavaScript, so anything injected only after a client-side framework runs may not be seen. Put the headline, the body, and the answers in the server response. A quick check is to view source and confirm the real content is there before any script runs.
Make content answer-shaped
Clear questions as headings, concise self-contained answers under them, and lists or tables where they aid reading. The test of a good passage: a single sentence can be lifted out and still be true and complete on its own, with no "as we saw above". This is the same answer-shape that GEO rewards generally.
Show authority
A named author, a clear publisher, a visible last-updated date, and outbound links to primary sources where you make a claim. An assistant quotes sources it can defend; make defending you easy.
Verify with the Test it yourself prompt
XEOscan includes a Test it yourself panel that opens ChatGPT, and the other assistants, with a prefilled query about your domain, so you can see for yourself whether it surfaces you and on what. Use it after you have made the changes above, then iterate. Note this is observational evidence, not a guarantee of future behaviour.
FAQ
Does ChatGPT use my robots.txt?
OpenAI documents crawlers such as GPTBot that follow robots.txt directives. The exact, current behaviour is defined by OpenAI's own documentation, not by this page; the safe approach is to allow the agents you want and verify.
Does blocking GPTBot hide me from ChatGPT?
Blocking GPTBot in robots.txt reduces the content OpenAI's crawler can fetch to ground answers. The precise product effect is defined by OpenAI's documentation; if you want to be cited, generally do not block it.
How long until ChatGPT cites a new page?
There is no fixed or guaranteed timeline. It depends on when the crawler revisits and whether the page is clear and citable. Treat it as ongoing work, not a switch.
Published by XEOscan, a free tool operated by Constantin Ungureanu.
← Back to the scanner