Skip to content
AEO Canon · the reference for answer-engine optimization

Why Isn't My Site Being Cited by AI?

Your site usually isn't cited by AI because of a broken gate in the cascade — AI crawlers can't read it, your answer is buried, or the wider web doesn't vouch for you. Diagnose top-down and fix the highest break first.

BBurke Atkerson3 min read

Your site usually isn't cited by AI because of one broken gate — AI crawlers can't read it, your answer is buried, or the web doesn't vouch for you — not because of vague "low quality." AEO failures are specific and locatable, and the fix is to diagnose top-down and repair the highest break first.

Quick answer

Find your one broken gate, in order: Access (can an AI crawler read your raw HTML?), Alignment (are you answering the real question?), Extractability (is the answer in the first sentence?), then Authority (does the web mention you?). The first failure is what's keeping you uncited.

What's the most common reason AI doesn't cite a site?

The most common reason is that AI crawlers literally can't read the page. Most AI crawlers fetch raw HTML and don't run JavaScript — Vercel found GPTBot executed zero JavaScript across more than 500 million requests. If your content is assembled client-side, the crawler sees an empty shell, and nothing downstream can save you. Serving server-rendered or static HTML, and allowing AI crawlers in robots.txt, is the precondition for everything else — the Access pillar.

How do I diagnose the real problem?

Diagnose it as a cascade, because the gates depend on each other and the first break is the one that matters. Work down in order and stop at your first "no":

  1. 1

    Access — can a crawler read your raw HTML?

    Fetch your page with JavaScript off. If the content isn't there, this is your problem. Fix it before anything else.

  2. 2

    Alignment — are you answering the real question?

    If your page targets a keyword nobody asks AI, you'll never be retrieved for the real question. Write for the actual query.

  3. 3

    Extractability — is the answer first?

    If the answer is buried mid-article, the engine can't lift it. Lead each section with a complete, self-contained answer.

  4. 4

    Authority — does the web vouch for you?

    If you're retrieved but never chosen, the reranker likely trusts competitors more. Build off-site brand mentions.

Our interactive AEO Canon diagnostic walks this exact cascade and points you to the deep-dive for your first broken gate.

Why do I rank in Google but get ignored by AI?

If you rank but AI ignores you, your foundation is fine and the missing piece is the extraction-and-trust layer. Google can read and rank a page whose best answer is buried; an answer engine can't lift it. Likewise, links may earn you rankings while thin off-site mentions leave you under-trusted for citation. The fix is answer-first rewriting plus genuine brand mentions — not more of what already got you ranked.

What should I fix first?

Fix the highest broken gate, then re-check — don't spread effort across all of them. If access is broken, no amount of great content reaches an engine; if the answer is buried, no amount of authority gets it quoted. One decisive fix at the binding constraint beats ten diffuse tweaks. Start from what is AEO for the full model.

How do I get cited by ChatGPT?

Answer-first, evidenced passages on a crawlable page, plus off-site authority.

Read the full answer →
How do I show up in Google AI Overviews?

Be retrievable in Google's index and the most liftable, credible answer for the query.

Read the full answer →
How do I know if AI is citing my competitors?

Run your priority prompts across engines on a fixed schedule and log who gets named.

Read the full answer →

Frequently asked questions

Why is my content not showing up in AI answers?
Almost always because of one specific broken gate, not a vague quality problem. The common causes, in order — AI crawlers can't read your page (client-side rendering or blocked bots), you're answering the wrong question, your answer is buried instead of answer-first, or the wider web doesn't vouch for you. Fix the highest break first.
How do I know which problem I have?
Walk the AEO Canon as a cascade. Check access first (can an AI crawler read your raw HTML?), then alignment (are you answering the real question?), then extractability (is the answer in the first sentence?), then authority (does the web mention you?). The first gate you fail is your fix.
I rank well in Google but AI ignores me. Why?
Ranking means Google can read and rank your page, but AI citation also requires an extractable, liftable answer and trusted off-site signals. The usual culprit is a buried answer or thin off-site authority — your foundation is fine, but the extraction-and-trust layer is missing.
Could JavaScript be the reason I'm not cited?
Often, yes. Most AI crawlers don't execute JavaScript — Vercel found GPTBot ran zero JavaScript across 500 million requests. If your content is assembled client-side, AI crawlers may see an empty shell, so serving server-rendered or static HTML is essential.

Last updated .

Related reading

Not rigorously — AI engines don't verify each claim like a fact-checker; instead they lean toward sources that look credible and corroborated, and toward claims that agree across multiple references. That's why being verifiable and consistent with trusted sources matters more than simply asserting something true.

2 min read

Retrieval-augmented generation (RAG) works by retrieving relevant passages from an external source, then having a language model generate an answer grounded in them. It is the architecture behind every AI answer engine.

7 min read

Generative Engine Optimization (GEO) is the practice of optimizing content to be surfaced and cited in generative AI engine responses. Coined in a 2023 Princeton-led study, it measured visibility lifts of up to 40%.

5 min read