Why Isn't My Site Showing Up in AI? A Troubleshooting Guide
You asked ChatGPT or Perplexity about your topic, and your site wasn’t mentioned. Before assuming the AI has something against you, it helps to know that most invisibility comes from a handful of fixable, mechanical causes. Here they are in order of likelihood — work down the list.
1. Your content isn’t in the raw HTML (most common)
If your text only appears after JavaScript runs, most AI crawlers see a blank page. This single issue causes more invisibility than everything else combined.
Check: open your page, right-click, choose “View Source,” and search for a sentence you can see on screen. If it isn’t in the source, AI probably can’t see it either. → JavaScript and AI crawlers
2. You’re blocking the AI crawlers
A line in robots.txt may be turning AI crawlers away — sometimes added by a plugin or host without you knowing.
Check: open yoursite.com/robots.txt and look for Disallow rules aimed at bots like GPTBot, ClaudeBot, or PerplexityBot. → robots.txt for AI · the AI crawler list
3. A stray noindex is hiding the page
A noindex meta tag or X-Robots-Tag header tells search and AI indexes to skip the page. It’s easy to leave one on by accident after a launch or migration.
Check: view source and search for noindex. → noindex and AI crawlers
4. The page is unclear to a machine
No <title>, no real headings, no structure — and the AI can’t tell what the page is about, so it won’t confidently cite it.
Check: does the page have exactly one <h1>, a meta description, and headings in order? → semantic HTML · heading structure
5. Your content doesn’t clearly answer the question
AI cites pages that answer what was asked. If your page is thin, vague, or buries the answer, a clearer source wins. This isn’t a bug to fix — it’s content to improve.
6. The AI just doesn’t know your page yet
This one isn’t your fault, and it’s worth understanding. “Showing up in AI” actually happens two ways:
- Live web answers (Perplexity, ChatGPT’s search mode) fetch pages in real time. Fix items 1–5 and you can appear here quickly.
- The model’s built-in knowledge comes from training data with a long lag. A brand-new page simply may not be known yet — that catches up over time, and being cited and linked elsewhere speeds it up.
An honest note
Even with everything above fixed, citation isn’t guaranteed. For a competitive question, the AI may still prefer a larger or more authoritative source. GEO improves your odds and removes the mechanical blockers — it isn’t an on/off switch. The good news: items 1–4 are pure mechanics, and fixing them is entirely in your control.
Check all of this in one pass
Items 1, 2, 3, and 4 are exactly what an automated check is good at. A free AI-visibility check fetches your page the way an AI would and shows you which of these is the problem — no manual source-digging required.
The bottom line
Most “why isn’t my site in AI” cases come down to four mechanical issues: content hidden behind JavaScript, blocked crawlers, a stray noindex, or unclear structure. Fix those and you’ve removed the reasons AI can’t see you. For the full picture, start with the GEO overview; to make your pages answer-worthy, see how to appear in ChatGPT.