How AI engines work
Do AI engines read JavaScript-rendered content?
The failure mode is silent
Nothing warns you. Your page looks complete, your analytics show traffic, and the content simply never appears in AI answers because the crawler received an empty shell.
Test it the way a crawler sees it: fetch your page with JavaScript disabled, or use curl and read the raw HTML. If the answer text is not in that response, an AI crawler did not see it either.
What to do about it
Server-render or statically generate anything that carries meaning — pricing, comparisons, specifications, FAQs, and the answer paragraphs you want quoted. Modern frameworks do this by default; the risk is usually in a component that opted out.
Watch for content hidden behind interaction as well. Text inside an accordion or tab is usually present in the HTML and fine, but text fetched only after a click is not there at all.
See where you actually stand
We ask AI engines the questions your buyers ask and show you whether you were named, who was named instead, and which sources they cited. Free.
Related questions
Not if you want to appear in AI answers. Blocking GPTBot, ClaudeBot, PerplexityBot, or Google-Extended removes your pages from the retrieval pool those engines draw on, which removes you from the answers. Blocking is a defensible choice for publishers protecting licensable archives, and a self-inflicted wound for almost everyone else.
Pages that answer one question directly, near the top, under a heading that matches how the question is asked. Comparison tables, specification lists, dated statistics, and short definitional passages are extracted most often, because each can be lifted whole and remain true without the surrounding page.
Indirectly, yes. No major AI engine has confirmed that structured data is a ranking input, but schema makes a page's facts unambiguous — what it is, who published it, what it is about, and which entities it refers to. That resolves the reconciliation problem engines face, and unambiguous pages get misread less often.
More on how ai engines work
Last reviewed 2026-07-30.