Answer engines like ChatGPT, Perplexity and Google AI can only recommend a site they can fetch, parse and trust. If any one of those breaks, you become invisible to them, even with strong traditional SEO. The good news is that each cause below is concrete and fixable, and you can usually find the one holding you back in about a minute.
1. An AI crawler is blocked. The most common own-goal: your robots.txt quietly disallows the bots that feed the answer engines (GPTBot, OAI-SearchBot, ChatGPT-User, ClaudeBot, PerplexityBot, Google-Extended), so the engine never even fetches you. Fix: allow them. Check yours free, and see the AI crawler reference.
2. Your content only loads with JavaScript. If the real content of your site renders client-side (common with single-page apps and some app-style builders), most AI crawlers see a nearly empty page. Fix: server-render the substance so it is present in the HTML on first load.
3. You have no structured data. Without schema.org JSON-LD, an engine has to guess what your page is, and it is far less likely to quote you with confidence. Fix: add JSON-LD such as Organization, Product or FAQPage. See what AEO is.
4. Your content is not answer-ready. A wall of marketing copy with no clear headings or direct answers is hard to lift a clean quote from. Fix: add clear H2 questions and concise, factual answers that map to how people actually ask.
5. You are new, or not yet trusted. Models lean on sources they already trust, like Reddit, Wikipedia and established industry coverage. A brand-new site with no mentions gives them nothing to corroborate. Fix: earn credible mentions over time. This is the slowest lever, and it compounds. More in how to show up in ChatGPT.
Guessing wastes time, and fixing the wrong thing first is common. Run your URL through Oraql and it checks all of the above at once, then tells you exactly which signals are failing and which to fix first. We ran the same audit on 154 leading sites for our 2026 State of AI Search Readiness report: the average scored 80 out of 100, and even strong brands usually had one or two of these five quietly costing them.
Paste your URL and Oraql returns a 0-100 AI Search Readiness score, an A-F grade, and a prioritized fix list across the seven signals that decide whether AI can read and recommend you. No signup.
Related: how to show up in ChatGPT · AI crawler reference · robots.txt checker