Score Factor · 0 to 20 Points

AI Readability

AI Readability measures how cleanly AI shopping agents can extract and parse content from your store. It is the highest-weighted factor in the AI Commerce Score. Most stores fail it silently.

What it measures

The highest-weighted factor in the score

0 to 20
AI Readability™ Highest point value of all 8 factors. Average across 6,789 scanned stores: 9 out of 20. 44% of stores score below 8.

AI Readability is the starting point for everything else. If AI cannot extract your content cleanly, your schema markup, pricing, and trust signals cannot do their job. A store with perfect schema markup but JavaScript-rendered content scores low on AI Readability because the extraction layer fails before the signal evaluation begins.

✗ Low AI Readability
<!-- Price loaded via React -->
<div id="price-root"></div>
<!-- FAQ in accordion -->
<div class="faq-accordion">
  [JS rendered content]
</div>
<!-- H1 is missing -->
<div class="hero-title">
  Premium Skincare
</div>
AI sees: empty price, hidden FAQ, no H1. Readability: 3/20
✓ High AI Readability
<!-- Price in HTML -->
<span itemprop="price">48.00</span>
<!-- FAQ in HTML -->
<details><summary>Is this fragrance-free?</summary>
<p>Yes, 100% fragrance-free.</p></details>
<!-- H1 semantic -->
<h1>Organic Skincare for Sensitive Skin</h1>
AI reads: price $48, FAQ answers, semantic H1. Readability: 17/20
What AI Readability covers

The five components AI Readability measures

📋
Heading hierarchy
Clear H1 for the page topic, H2 for major sections, H3 for supporting detail. AI uses heading structure to build a map of page content. Missing or broken hierarchy makes extraction unreliable.
Up to 4 pts
FAQ structure in HTML
FAQ sections with questions and answers in server-rendered HTML. AI extracts FAQ content to answer buyer queries directly. JavaScript-rendered accordions are invisible. Native HTML details/summary or static divs work best.
Up to 4 pts
💻
Server-side rendering quality
How much critical content is in the initial HTML response versus loaded via JavaScript. Prices, policies, product descriptions, and trust signals all need to be in the HTML source. The more that is JavaScript-dependent, the lower this component scores.
Up to 6 pts
📖
Paragraph clarity and density
Short, focused paragraphs that contain one clear idea each are easier for AI to extract and attribute to a semantic concept. Wall-of-text descriptions and long paragraphs reduce extraction reliability.
Up to 3 pts
🏠
Semantic HTML element usage
Using the right HTML elements for the right content. Article, section, main, nav, aside all give AI structural context. Divs used for everything provide no semantic signal. Proper HTML5 semantics improve extraction accuracy.
Up to 3 pts
The fastest win: Server-side rendering quality is worth up to 6 points and fails in more stores than any other AI Readability component. Check your page source with Cmd+U. If your price, main product description, or return policy is not in the raw HTML, that is your first fix.
FAQ

AI Readability: common questions

What is AI Readability?
AI Readability is the factor in the AI Commerce Score measuring how well AI shopping agents can extract and parse content from an ecommerce store. It is scored from 0 to 20 points and covers heading hierarchy, FAQ structure in HTML, server-side rendering quality, paragraph clarity, and semantic HTML element usage.
Why does JavaScript hurt AI Readability?
Most AI crawlers fetch the initial HTML of a page without executing JavaScript. Content that only appears after JavaScript runs is not visible to AI agents. This affects prices, reviews, policies, product descriptions loaded dynamically, and any content inside JavaScript-rendered components like React or Vue.
How do I check my store's AI Readability?
Open your store in Chrome and press Cmd+U (or Ctrl+U on Windows) to view page source. Search for your product price, your return policy text, and your main product description. If they are not in the raw HTML source, they are likely JavaScript-rendered and invisible to AI. Run a free scan at atomfoundry.dev to get a precise AI Readability score from 0 to 20.
Does AI Readability affect SEO?
Some AI Readability factors overlap with SEO. Server-side rendering and heading hierarchy both help Google as well as AI agents. FAQ schema markup benefits both. But the AI Readability scoring is specifically calibrated for AI shopping agent extraction, not Google crawling, so improvements are primarily GEO-focused.

Get your AI Readability score free

See your exact AI Readability score from 0 to 20 and find out which components you are failing. Free scan in 30 seconds.

Free. No credit card. Results in 30 seconds.