AI Commerce University

What AI agents actually read

AI shopping agents visit your store and see something completely different from what your customers see. Understanding that gap is the foundation of AI Commerce Intelligence.

The core insight

Two completely different experiences

What humans see
✓ Premium lifestyle photography
✓ Compelling brand story
✓ Beautiful typography
✓ Emotional product copy
✓ Trust-building design
What AI agents see
✗ image_product_hero_v3.jpg
✗ Generic H1 with no semantic value
✗ Price rendered via JavaScript
✗ No Product schema detected
✗ Return policy in JS modal
What AI reads well

Signals that AI agents can read

1
JSON-LD Schema Markup
Product schema, Organization schema, AggregateRating schema. The highest-value signals AI reads. Tells AI exactly what you sell, what it costs, and how customers rate it.
2
Server-Rendered HTML Text
Any text in the HTML source without JavaScript. Prices, policies, descriptions, FAQ answers. If it only appears after JavaScript runs, AI typically cannot read it.
3
Heading Hierarchy (H1, H2, H3)
AI uses heading structure to understand page organization. A clear hierarchy gives AI a structural map of content. Missing hierarchy makes extraction harder.
4
Image Alt Text
AI reads alt text, not images. "image_2847.jpg" tells AI nothing. "Organic cotton crew-neck sweatshirt in navy, 100% GOTS-certified" is rich semantic signal.
5
llms.txt and agents.md
Explicit structured information for AI visitors via Shopify Agentic Dashboard. Quality matters more than existence.
What AI cannot read

Where most stores lose AI visibility

JavaScript-rendered prices
Common fail
Modal-based return policies
Common fail
Image-only trust badges
Common fail
Reviews in iframes
Common fail
Most common AI visibility failure: Prices rendered via JavaScript. More than 60% of stores Atom Foundry scans have prices that AI agents cannot reliably read.
FAQ

Common questions

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.

See your store's AI Commerce Score free

Apply what you just learned. Get your real AI Commerce Score across 8 factors in 30 seconds.

Free. No credit card. Results in 30 seconds.
Continue reading

Up next