AI Readiness Score

How Lumio scores product data across the dimensions of AI discoverability.

The AI Readiness Score is a per-product metric from 0–100 that measures how well a product’s data is structured for discovery by AI shopping agents like ChatGPT, Perplexity, and Google AI Mode.

Why it matters

When an AI shopping agent decides which products to recommend, it evaluates the structured data available for each one. Products with rich, well-organized data get recommended. Products with thin data get skipped — no matter how good the actual product is.

The AI Readiness Score names exactly where each product stands and what to fix.

Scoring runs as a background job through Anthropic’s Message Batches API for cost-efficient bulk processing. Products are batched at 500 per request. An email arrives when scoring finishes. If a job is interrupted, the next run resumes from the last completed product — no work is lost.

Dimensions

Six core dimensions evaluate every product. A seventh dimension, Brand alignment, joins the mix when the workspace has voice rules or a brand profile populated — when it does, the other six rebalance to make room.

DimensionWeightWhat it measures
Identifier coverage15%GTINs, MPNs, brand, model numbers — the identifiers that help AI agents match products across sources
Title quality20%Structured format: brand, product type, key attribute, variant — not marketing slogans
Description density20%Attribute-rich content that answers implicit questions: materials, dimensions, use cases, compatibility
Conversational fields20%Q&A pairs, usage scenarios, and compatibility notes that match how shoppers query AI assistants
Availability precision10%Exact quantity, handling time, and replenishment date
Schema completeness15%Product, Offer, and Review JSON-LD markup quality
Brand alignment (when voice rules are set)14%How well the product data matches the workspace’s voice rules and brand profile

Score ranges

  • 0–39 (Needs attention) — Products are effectively invisible to AI agents. Critical structured data is missing.
  • 40–69 (Fair) — Partial visibility with significant gaps. AI agents may find these products but can’t confidently recommend them.
  • 70–100 (Good) — Competitive for AI-powered discovery. Products have the data density AI agents need.

How scores are calculated

Each dimension is scored independently from 0–100. The scoring model reads the product’s raw data (titles, descriptions, JSON-LD, meta tags) and evaluates it against the dimension’s criteria.

The brand profile — vertical, brand adjectives, customer persona — is included as context. A hiking boot is evaluated differently than a lipstick; the attributes that matter are vertical-specific.

The overall score is the weighted average across the active dimensions.

Gap reports

For any dimension scoring below 70, Lumio generates a gap report with:

  • Specific issues — What’s missing or weak (“No GTIN identifier found”, “Title is generic and lacks key attributes”)
  • Actionable suggestions — Exactly what to add (“Add material composition and fit information to description”)

These gaps feed directly into the enrichment engine, which generates the missing content.

Schema Health vs. AI Readiness Score

Two different reads on the same catalog:

  • AI Readiness Score is an AI-judged evaluation of how a product reads to a shopping agent. It uses tokens and runs as a batch job.
  • Schema Health is a deterministic Schema.org audit of the JSON-LD captured during scanning. It uses no tokens and runs client-side.

Both are useful — Schema Health catches mechanical issues (missing GTIN, malformed offers, duplicate Product blocks) instantly. The AI Readiness Score asks the harder question: even with valid markup, would an AI agent find this product worth recommending?

Improving scores

The fastest paths:

  1. Run enrichment — The enrichment engine targets the weakest dimensions automatically.
  2. Add structured data — Ensure product pages have valid JSON-LD Product schema. Schema Health flags exactly what’s missing.
  3. Add identifiers — GTINs/UPCs, MPNs, brand, model on every product.
  4. Write for AI, not just humans — Include the specific attributes (materials, dimensions, compatibility) that AI agents use to match products to queries.