What do AI shopping agents actually read?▾
AI agents primarily read JSON-LD schema markup, server-rendered HTML text including prices and policies, heading hierarchy, and image alt text. They cannot reliably read JavaScript-rendered content, CSS-hidden elements, or information inside iframes.
Why can AI not read JavaScript-rendered content?▾
Most AI crawlers fetch initial HTML without executing JavaScript. Content that only appears after JavaScript runs is typically not visible to AI agents. This is why prices, policies, and key product information need to be in server-rendered HTML.
What is the most impactful fix for AI readability?▾
Adding JSON-LD schema markup is typically the highest-impact change. Product schema, Organization schema, and AggregateRating schema can increase an AI Commerce Score by 15 to 20 points.