I've been tracking a fixed prompt set across 200+ articles I've audited for clients. The question: which pages get cited by ChatGPT, Claude, and Perplexity, and which don't. then I cross-referenced that with Google rankings using Ahrefs and GSC. The gap between top-3 Google positions and AI citations was wider than I expected. five patterns kept surfacing.
1. The page is a JS shell or blocked at the CDN.
Most AI crawlers I see in server logs still don't render JavaScript the way Googlebot does. a client-side SPA can ship an empty div to OAI-SearchBot or ClaudeBot while Google indexes the content eventually. separate failure mode: CDN-level bot blocking. Pages where the content is technically fine, but the bot gets challenged or blocked before it reaches the text.
2. The answer is buried under 400 words of intro.
Google can tolerate a lot of setup when the page satisfies intent overall. LLMs seem to prefer the first dense, structured answer block. If your H1 is followed by a brand story before the actual definition, the page can rank and still never get quoted.
3. Weak off-site corroboration.
This one's speculative, but it keeps showing up in audits. Pages with strong backlinks but few topical mentions across the broader web can rank fine and still rarely surface in AI answers. Models seem to weight third-party reinforcement separately from link authority. not proven, just a pattern.
4. a long-form guide where a short comparison would do.
A 4,000-word pillar can outrank a 600-word "X vs Y" page on Google while the comparison page gets cited noticeably more often in LLM answers. makes sense when you think about the query shape - people ask chatbots comparative questions constantly.
5. No explicit definition.
Pages that explain a concept conversationally without ever writing "X is Y" rarely get pulled as citations. the models seem to like clean, extractable sentences. not just good writing - quotable writing.
What worked in my audits:
Server-side rendering critical content, rewriting opening paragraphs as direct answers, and adding short comparison pages next to long-form guides. I've seen pages move from zero citations to being cited in multiple AI tools within a few weeks after those changes. Directional, not causal.
What didn't work:
Schema-only fixes. Adding FAQ schema to a page that still buries the answer in paragraph 4 didn't move anything.
Anyone seeing the opposite? Pages getting cited by ChatGPT or Perplexity without ranking well in Google? I'd love to hear what patterns show up on your side