Why ChatGPT does not mention your company
AEO practice series · Part 3 of 7SHORT ANSWER
When AI does not mention a brand, the cause is almost always one of five: the search-side AI bots cannot read the site; there is no document that answers the question; the site is not in the index that engine sees; the brand is written differently on each channel; or the information is out of date. Checking in that order usually finds it.
Establish this first
“ChatGPT does not show our company” mixes two different situations.
- We asked for the brand by name and it does not know it — no awareness at all
- We asked about the category and we are not in it — not in the candidate set
The cause and the fix differ, so the first job is to establish which one it is. The five below are ordered by how often we find them in audits.
1. Crawlers cannot read the site
The most common cause, and the fastest to fix.
Most AI crawlers either do not execute JavaScript or execute it only in a limited way. If your site is an SPA built with React or Vue and the body is drawn on the client, the HTML a crawler receives is effectively an empty shell. A screen full of text that is a blank page to a crawler is genuinely common.
Checking is simple. Open the page source in a browser with Ctrl+U and search for a sentence from the body. If it is not there, the crawler cannot read it either.
The other item is robots.txt. Many sites block crawlers broadly for security reasons.
User-agent: OAI-SearchBot
Disallow: /
With that in place you drop out of ChatGPT search answers. OpenAI’s official documentation states that sites blocking OAI-SearchBot will not appear in ChatGPT search answers.
The commonly seen User-agent: GPTBot / Disallow: / is a different thing. GPTBot collects training data, so blocking only that is a signal saying do not use this for training — separate from search visibility. OpenAI itself notes the two settings are independent and gives “block GPTBot, allow OAI-SearchBot” as an example. In most cases the block was not intended at all; it came from copying a template.
2. There is no document that answers the question
AI does not invent content and cite it. More precisely: with no basis on your site, it takes one from somewhere else.
Answering “how much does AEO cost?” requires a document that deals with cost. A site with only a company introduction and a service list is in the state of having documents that describe the brand but none that answer a question.
This is why a small site is at a disadvantage. A four-page site — home, about, services, contact — has exactly four possible bases for citation.
3. The site is not in the index that engine sees
An item people miss surprisingly often. The weight differs by answer engine, though.
Microsoft Copilot obtains web information from the Bing search service. Microsoft’s official documentation says Copilot builds search terms from the prompt and sends them to the Bing search service. Here the Bing index is effectively the only path.
ChatGPT is structured differently. The visibility conditions OpenAI states officially are to let OAI-SearchBot crawl the site and not to block access from the published IP ranges; Bing registration does not appear as a condition. ChatGPT does also send search queries to third-party search providers such as Bing, so it is accurate to treat the Bing index as a supporting path rather than a requirement.
So there is an order. Targeting ChatGPT means allowing OAI-SearchBot in robots.txt first; targeting Copilot means registering with Bing Webmaster Tools first. Bing registration takes a few minutes through the import-from-Google-Search-Console feature and costs nothing, so knowing the order and doing both is the better move. Registration does not guarantee indexing, but without it there is not even a way to check the status.
4. The brand is written differently on each channel
“주식회사 나비랑” on the website, “나비랑 마케팅” on the blog, “나비랑광고” on the map listing — when they differ slightly like this, AI may treat them as different subjects.
For AI to recognise a brand as one entity, the same facts have to repeat in the same notation across several places. Company name, address, main phone number, service description — it is worth checking whether those four agree across every channel.
Explicitly connecting the official channels with the sameAs property in structured data helps that judgement along.
5. The information is out of date
Answer engines rate old documents lower. Where a page last modified three years ago and one updated last month carry the same content, the latter gets cited.
What matters here is that the update date does not rise on its own. It needs an operating routine where the content is actually reviewed, the parts that need fixing get fixed, and then the date is updated. Changing only the date is not something we recommend — like resubmitting an unchanged document, it is not a good signal.
The order of checks
Working through the causes in this order is the fastest.
- Is the body text in the page source (
Ctrl+U)? - Is
robots.txtblocking the search-side AI bots (OAI-SearchBot, Claude-SearchBot, PerplexityBot)? - Is the site registered in Bing Webmaster Tools (the Copilot path)?
- Does a document that answers that question actually exist?
- Is the brand written identically across every channel?
- When were the main pages last updated?
Items 1 to 3 can usually be fixed within days. When the fix takes effect depends on how often that engine re-reads the site, so it varies case by case. Items 4 and 5 take longer but have the largest effect.
Summary
- Work through the causes in the order crawler access → missing document → index path → inconsistent notation → freshness
- A screen drawn only by JavaScript is a blank page to AI
- ChatGPT visibility starts with allowing OAI-SearchBot; Bing registration is the Copilot path
- Few pages means few possible bases for citation
If you want to find out which stage your own site is stuck at, a free AEO audit will tell you.
Frequently asked questions
Q Does ChatGPT read our site in real time?
A It depends on the question. Where web search runs, it searches and reads documents in real time; where it does not, it answers only from knowledge up to its training cutoff. Questions about current information or a specific brand usually go through web search, so being cited then requires being in a search index.
Q Why does being indexed by Bing matter?
A The weight differs by engine. Microsoft's own documentation says Copilot obtains web information from the Bing search service, so a site absent from the Bing index has effectively no path into those answers. ChatGPT, by contrast, uses an index collected by OpenAI's own crawler (OAI-SearchBot) and also sends queries to third-party search providers such as Bing, which makes Bing registration a supporting path rather than a requirement. It costs almost nothing, so we keep it as a basic check.
Q Do people have to ask for the company by name?
A A common pattern is appearing when the brand name is asked directly but not in questions like 'recommend somewhere good at X'. The first is a brand-awareness query and the second a category-recommendation query — different things. Entering the second requires the brand to be mentioned, with evidence, in the documents that explain that category.
If you need this done rather than read
This article belongs to Basics and concepts. The pages that handle the same subject as work are below.
- AI search visibility Four stages — discovery, understanding, citation, recommendation — and how SEO, AEO and GEO relate
- What is AEO? The definition, how it differs from SEO, and the six factors that decide citation
- GEO Making a brand, its facts and its sources usable as material for generative AI answers
- SEO or AEO first Deciding the order and the split rather than choosing one
- AEO glossary One-sentence definitions for 19 terms, mention and citation kept apart
Related reading
- Is your company ready to appear in AI search? A 20-point self-check A readiness checklist a company can run itself with no external tools. Twenty items across five areas — discoverability, entity, content, external trust, measurement — with the reason each one matters.
- Which websites does ChatGPT find? AEO read from OpenAI's official documentation Taking OpenAI's ChatGPT Search documentation as the primary source: how ChatGPT searches the web (query rewriting, follow-up searches, source citation), the official conditions for a site to be found, and what those facts mean in practice.
- Can AEO or GEO top placement be guaranteed? What to check before choosing an agency Can top placement in ChatGPT, Gemini or Perplexity answers be guaranteed? Starting from ZDNet Korea's August 2026 report on overselling, here is why it cannot, what to measure instead, and a checklist for choosing an agency.