Do AI crawlers render JavaScript?
As a working assumption: no. Unlike Googlebot—which maintains an expensive two-pass rendering pipeline—most AI crawlers fetch the HTML your server returns and move on. Rendering JavaScript at the scale of the open web is slow and costly, so retrieval and training bots overwhelmingly read raw HTML.
Design for the lowest common denominator: if your important content isn’t in the raw HTML response, treat it as invisible to AI.
