Is My Website AI-Ready? 7 Signs ChatGPT Can't Find You
7 concrete signs ChatGPT, Perplexity, and AI Overviews can't find or cite your website — and the free two-minute scan that checks all of them.
Most websites were built to be read by a person scrolling a browser, not by an AI system deciding whether to cite a source. That gap shows up as a specific, checkable set of problems: pages that never state plainly what the business does, content hidden behind JavaScript a crawler can't render, missing structured data that would otherwise let a machine verify basic facts, and copy that never quite answers the question a visitor — human or AI — actually came with. None of these are exotic. A site owner can miss them for years, because a human visitor fills the gaps in automatically from layout and context. An AI system does none of that: it reads what's actually there, decides in seconds whether the page answers cleanly, and moves on to a competitor's page if it doesn't.
7 Signs Your Website Isn't AI-Ready
- Your homepage never states what you sell in a plain sentence — visitors have to infer it from images or navigation labels.
- Key content loads only via JavaScript, so a non-browser fetch sees a blank or near-empty page.
- There's no FAQ section, and no page directly answers the questions people ask before buying.
- robots.txt blocks or throttles AI crawlers like GPTBot, ClaudeBot, or PerplexityBot, intentionally or by accident.
- The site has no JSON-LD — no Organization, LocalBusiness, or FAQPage schema a machine could verify.
- There's no llms.txt file summarizing what the site is and where the useful pages live.
- Reviews, credentials, or years-in-business are mentioned nowhere a crawler can find them.
Why This Happens
Each sign traces back to one of six areas AI systems weigh before citing a source: business clarity, answer readiness, technical access, structured data, trust signals, and competitive visibility. A site can be strong in one area and invisible in another — a well-designed local bakery site might state its hours and address clearly (strong business clarity) while burying its actual menu inside a JavaScript-only carousel a non-browser fetch can't read (weak technical access). That unevenness is why a general sense of 'our website looks fine' doesn't tell you much. The only way to know which area is actually holding a specific site back is to check each one against real crawled evidence, not how the site looks in a browser.
| Sign | Pillar it affects |
|---|---|
| No plain-language statement of what you sell | Business clarity |
| Content hidden behind JavaScript | Technical access |
| No FAQ or direct answers | Answer readiness |
| robots.txt blocks AI crawlers | Technical access |
| No JSON-LD anywhere | Structured data |
| No llms.txt file | Technical access |
| No visible reviews or credentials | Trust signals |