avantas/guide/get cited by chatgpt

How to get cited by ChatGPT

Two things have to be true for ChatGPT to name your site: its crawlers must be allowed to read you, and what they read must be worth quoting. This page covers both, starting with the part most sites get wrong by accident.

Know OpenAI's three crawlers

OpenAI publishes the user agents it uses, and you control each one in your robots.txt. They do different jobs, so blocking the wrong one quietly costs you visibility.

Source: OpenAI's bots documentation at platform.openai.com/docs/bots.

Allow them explicitly

If you want to be eligible for ChatGPT citations, make sure none of these are blocked. A minimal, explicit allowance in robots.txt looks like this:

User-agent: OAI-SearchBot
Allow: /

User-agent: ChatGPT-User
Allow: /

User-agent: GPTBot
Allow: /

If you would rather not contribute to model training but still want to be found in ChatGPT search, allow OAI-SearchBot and ChatGPT-User and disallow GPTBot. The point is to choose on purpose. A blanket block, often copied from a template, is how good sites disappear from AI answers without realising.

Be worth quoting

Access only makes you eligible. To actually be named, give the model clean material to lift:

Check where you stand

Start by seeing what you already allow and how quotable your pages are. The free Avantas audit reports which AI crawlers you permit and scores the signals above. For the broader picture, read answer engine optimization explained.

Common questions

Does allowing GPTBot guarantee ChatGPT will cite me?

No. Allowing the crawlers is necessary but not sufficient. It makes you eligible to be read and quoted. Being cited still depends on having clear, trustworthy, relevant content for the question being asked.

Will blocking GPTBot hurt my visibility in ChatGPT?

It can. If you block the crawlers OpenAI uses to read and surface sites, you remove yourself from that path entirely. Some sites block GPTBot to prevent training use while still allowing search crawlers. Decide deliberately rather than by accident.

How do I check what I currently allow?

Open yourdomain.com/robots.txt in a browser and look for rules targeting GPTBot, OAI-SearchBot and ChatGPT-User. The free Avantas audit also reports which AI crawlers your site allows or blocks.

See where you stand in 15 seconds.
Run the free audit and get your AI-visibility score across all seven levers, with a ranked fix list.
Run free audit
Keep reading