What "appearing" actually means

There are two separate ways a brand shows up, and they need different work.

From the model's memory. The name was frequent enough in training data that the model produces it unprompted. You cannot edit this, and for most businesses it does not apply.

From live retrieval. The model runs a search, fetches pages, and composes an answer from them. This is the path that is open to a business of any size, and it is what this page is about.

The distinction matters because it sets the bar. You are not trying to change what a model believes. You are trying to be present, legible and unambiguous in the small set of documents it fetches at the moment someone asks.

The concentration problem, and why it is not hopeless

Researchers at MIT (Aral, Li, and Zuo, 2026) found that AI search refers to the top 1,000 websites by traffic significantly more than traditional search does, and to the long tail significantly less. They also measured markedly lower response variety than in classic search results: ask the same question repeatedly and AI answers converge, where ten blue links diverge.

Read carelessly, that says a small business has no chance. Read properly, it says something more useful: the answer set is small, so the question is whether you are in it for your query — not for every query. Nobody wins "best CRM". A supplier with a genuinely specific position can be the retrieved answer for the narrow question its buyers actually type.

The four gates

Every business that fails to appear fails at one of these, and usually the first.

Gate 1: The crawlers can reach you

OpenAI fetches with its own user agents, separate from Googlebot. A robots.txt written years ago for search engines, a bot filter at the CDN, or a firewall rule can block them while your Google rankings stay untouched — so nothing in your analytics tells you it happened.

Check what your robots.txt says about GPTBot, OAI-SearchBot and ChatGPT-User, and check whether your edge is returning 403s to them. This is the single most common cause of total absence, and the cheapest to fix.

Gate 2: The content survives without JavaScript

A retrieval fetch is not a browser session. If your key claims — what you do, who you serve, where you are — only exist after client-side rendering, the fetched document is an empty shell. Curl one of your own pages and read what comes back. That text, and only that text, is what the model has.

Gate 3: You resolve to one entity

This is where most technically healthy sites lose. Kargaev (2026) measured which signals actually correlate with generative-engine performance and found brand entity mentions dominant at NIS 0.918 — far ahead of anything else in the hierarchy. The same analysis found the classic technical signals close to irrelevant on their own: page speed at NIS 0.000, content length at NIS 0.043.

That is a strong claim and worth stating carefully: speed and length still matter for humans and for classic ranking. They just do not decide whether an AI names you. What decides it is whether "your company" is a single, resolvable thing — one name, one description, one address, corroborated in enough places that the model is not guessing between three plausible versions of you.

Gate 4: The text reads as statements, not atmosphere

Ubiratan de Oliveira (2026) calls this generative legibility: content that both a person and an inference process can interpret. A paragraph that says "we deliver excellence through innovative solutions" is legible to neither. A sentence that says "we install industrial flooring in food-production facilities in the Netherlands and Germany" can be extracted, attributed and repeated.

Iyappan (2026) quantifies the gap: long-form contextual content achieves a 92% citation rate in AI answers, entity-rich content 89%, structured-data-heavy pages 85%, FAQ-formatted content 67% — and keyword-focused thin content 41%. The spread between the top and bottom of that range is the difference between writing for a crawler and writing for a reader.

A test you can run this afternoon

  1. Open ChatGPT with web search on and ask the five questions your buyers ask before they contact you. Not your brand name — the problem.
  2. Record what comes back: who is named, which pages are cited, how each company is described.
  3. Fetch your own most important page with curl and read the raw HTML. Is the offer there in plain text?
  4. Check robots.txt and your CDN logs for the OpenAI agents.
  5. Search your company name and read how the model describes you. A wrong or vague description is a corroboration problem, not a content problem.

Steps 1 and 5 take ten minutes and will tell you more than any tool subscription.

What to do about each outcome

Not named, competitors are. You are eligible but not selected. That is a different problem, covered in getting recommended by ChatGPT.

Named but described wrongly. The model is assembling you from weak sources. Fix the descriptions you control, then work on corroboration elsewhere.

Nothing at all, for any question. Go back to gates 1 and 2. Absence this total is almost always access, not quality.

Named only when you use your own brand name. You exist as an entity but not as an answer to a problem. That is a content-shape problem — your pages describe the company rather than the question.

Frequently asked questions

How do I appear in ChatGPT?

Be reachable by OpenAI's crawlers, serve your key claims in server-rendered HTML, resolve to one clear business entity, and write pages that answer questions in extractable statements. Absence is usually a failure at the first of those, not the last.

How long does it take to appear in ChatGPT?

Once a blocker is removed, live retrieval can pick up a page within days, because it fetches at query time rather than waiting for a training cycle. Being chosen consistently takes longer and depends on corroboration elsewhere.

Does ChatGPT use Google's index?

ChatGPT's browsing uses its own retrieval infrastructure and its own crawlers. Overlap with Google's results exists but is partial, which is why a business can rank on Google and still be invisible in ChatGPT.

Is there any way to submit my site to ChatGPT?

No submission form decides inclusion. What you control is access, legibility and the external corroboration that makes the model confident enough to name you.

Does blocking GPTBot hurt me?

It guarantees you cannot be retrieved. Some publishers block deliberately to protect content licensing; if you want to be recommended, blocking is the opposite of the goal.

Why does ChatGPT name my competitor and not me?

Usually because they read as a specific, corroborated answer to that question and you read as a general company page. Concentration in AI answers is real (Aral, Li, and Zuo, 2026), so the margin goes to whoever is unmistakably the answer to the narrow question.

Do I need structured data?

It helps materially — structured-data-heavy pages cite at 85% against 41% for thin keyword pages (Iyappan, 2026) — but it does not rescue a page the crawler cannot reach or a business the model cannot resolve. Order matters.

Does appearing in ChatGPT bring traffic?

Fewer sessions than search, of better quality: AI-referred traffic has been measured converting at 14.2%, well above typical organic rates. The value is in who arrives, not how many.

If you want the five-question test run against your own site, with the crawler access and entity checks done properly, the free scan does exactly that and the result is yours either way.