A marketing director I spoke with last month spent eighteen months and roughly $60K building out her content library. Her site ranks on page one for almost every keyword her team targets. Demos, comparison pages, the whole funnel. Clean.
Then a prospect told her he'd asked ChatGPT for the best tools in her category. Her brand wasn't mentioned. Not in the first answer. Not in the follow-up. Three of her competitors were.
She did everything right by the old rules. And the old rules quietly stopped covering a growing slice of how people actually find things.
Here's the part most people get backwards. They assume a strong Google ranking carries over to AI search. It doesn't. Ranking #1 on Google and being cited by ChatGPT are two different games with two different referees. Google rewards a page that earns clicks. An answer engine doesn't hand out clicks at all. It reads, synthesizes, and decides which sources are worth naming inside a generated answer. Those are not the same signal, and optimizing hard for one tells you almost nothing about the other.
The gap exists because of how these systems get their information. Some pull from a live index at the moment you ask. Others lean on what they absorbed during training, which can be a year or more stale. A few do both. When an answer engine builds a response, it isn't looking for the page with the most backlinks. It's looking for sources it can extract a clean, quotable, factual statement from, and sources it already understands as entities. If a model doesn't "know" your brand as a distinct thing in its world, it won't reach for you, no matter where you sit on Google.
This is also why Reddit threads and old forum posts get cited so often. They state things plainly. "I used X for six months, here's what broke." That's extractable. A glossy landing page that opens with "Reimagine your workflow" gives a model nothing to quote.
So what's actually happening when ChatGPT skips you? A few mechanical things, usually all at once.
Your pages may not be crawlable by AI bots. GPTBot, ClaudeBot, PerplexityBot, and Google-Extended are separate crawlers from the standard Googlebot. Plenty of sites block them in robots.txt without realizing it, sometimes because a security plugin or a default CDN rule did it for them. Open yoursite.com/robots.txt right now and look for User-agent: GPTBot. If you see Disallow: / under it, you've been invisible to OpenAI's crawler the entire time and nobody flagged it.
Your content may not contain a clean answer. Models prefer to quote a direct, self-contained statement. If the answer to "what does this product do" is spread across a hero banner, three feature cards, and a video, there's nothing for a model to lift cleanly.
Your brand may not exist as an entity. Answer engines build a mental map of who's who in a space. If your name only appears on your own domain and nowhere structured, you're a stranger. Competitors who show up in comparison articles, directories, and third-party roundups get understood as real players.
Here's what I'd do this week, in order.
Check your robots.txt for AI crawlers first. It's the cheapest fix and the most common silent killer. Unblock GPTBot, ClaudeBot, Google-Extended, and PerplexityBot unless you have a deliberate reason not to.
Add a direct answer block to your key pages. Fifty to eighty words, plain language, near the top: what the product is, who it's for, what it replaces. Write it so a stranger could quote one sentence and be correct.
Add FAQPage schema with five to eight real question-and-answer pairs on your important pages. Structured Q&A is some of the most extractable content you can publish, and it maps directly to how people phrase prompts. Here's the shape:
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "What is [Product]?",
"acceptedAnswer": {
"@type": "Answer",
"text": "A 40-60 word plain answer a model can quote verbatim."
}
}]
}
Then go get mentioned off your own domain. Comparison posts, niche directories, genuine community threads, podcast show notes. Every structured, third-party reference makes you more legible as an entity.
Last, actually test it. Open ChatGPT, Perplexity, Claude, and Gemini and ask the questions your buyers ask. "Best [category] tools for [use case]." Write down who gets named and who doesn't. That list is your real scoreboard now, and most teams have never once looked at it.
I've been building XeniVue to close exactly this loop. It tracks where your brand shows up across ChatGPT, Perplexity, Claude, and Gemini, shows your Share of Voice against the competitors who keep getting cited instead of you, and audits your pages to explain why. If you want to see where you actually stand in AI search right now, that's the thing it was built to answer.
Top comments (0)