The 5-Minute AI Readiness Audit: 12 Checks Every Store Owner Should Run Today
Stop reading articles. Start checking your store. 12 specific checks across 5 categories — discovery, data quality, trust, commerce capability, and growth. Each check tells you exactly what to look for, what pass and fail look like, and how to fix it. Takes 5 minutes.
Stop Reading Articles. Start Checking Your Store. This Takes 5 Minutes.
You have read enough articles about AI commerce. You understand that AI agents are changing how consumers discover and purchase products. You know that structured data matters. You know that being invisible to AI agents is costing you money.
What you probably have not done is check whether your own store is actually ready.
This is your 5-minute audit. Twelve specific checks, organized into five categories. For each check, I will tell you exactly what to look for, what "pass" looks like, what "fail" looks like, and how to fix it. No theory. No predictions. Just a diagnostic you can run right now.
Grab a pen. Open your store in one browser tab and Google's Rich Results Test (search.google.com/test/rich-results) in another. Let us start.
Category 1: Can AI Agents Find You? (Discovery)
Check 1: The AI Search Test
What to do: Open ChatGPT, Claude, or Perplexity. Ask: "What are the best [your product category] stores online?" or "Where can I buy [your specific product type]?"
Pass: Your store appears in the response, or is at least mentioned as an option.
Fail: Your store is not mentioned at all. The AI recommends competitors instead.
What this means: If AI agents do not know you exist, they cannot recommend you. This is the most fundamental test — and the most important one to fail, because it tells you everything else needs work.
How to fix it: Every other check on this list feeds into this one. Complete the audit, fix the failures, and re-test in 30 days.
Check 2: The Schema.org Markup Test
What to do: Go to Google's Rich Results Test. Enter your homepage URL, then a product page URL.
Pass: The test shows structured data detected — Product, Organization, or BreadcrumbList schemas. Your product pages show Product schema with name, price, availability, and rating.
Fail: "No structured data detected" or only basic webpage metadata.
What this means: Without Schema.org markup, AI agents cannot identify your pages as product listings. Your beautiful product page looks like an undifferentiated HTML document to a machine.
How to fix: Add JSON-LD Schema.org Product markup to every product page. At minimum: name, description, image, sku, brand, offers (price, currency, availability). If you are on Shopify, several apps can generate this automatically. On WooCommerce, use a Schema plugin. On a custom platform, you will need development work — or an infrastructure layer like ORBEXA that generates it from your product data.
Check 3: The Google Search Console Check
What to do: Log into Google Search Console. Navigate to "Enhancements" and check for Product, FAQ, or Review structured data.
Pass: You see product structured data being detected with minimal errors or warnings.
Fail: No product enhancements detected, or high error counts.
What this means: If Google cannot parse your structured data, AI agents built on top of Google's infrastructure (including Google's own AI Overview) definitely cannot.
How to fix: Fix the errors flagged by Search Console. Common issues: missing required fields (price, availability), incorrect data types, or markup that does not match visible page content.
Category 2: Can AI Agents Read Your Products? (Data Quality)
Check 4: The GTIN/UPC/EAN Check
What to do: Open your product database or CSV export. Check whether your products have GTIN (Global Trade Item Number), UPC, or EAN barcodes in their data.
Pass: 80%+ of your products have valid GTINs in their structured data.
Fail: Few or no products have GTINs, or GTINs exist in your inventory system but are not included in your structured data.
What this means: GTINs are universal product identifiers. Without them, AI agents cannot definitively match your product to reviews, comparisons, and recommendations from other sources. Products without GTINs are increasingly excluded from trust-based recommendation layers.
How to fix: If your products have GTINs from manufacturers, make sure they are included in your Schema.org Product markup. If your products do not have GTINs (handmade, custom, or white-label products), use your own SKU system and ensure it is consistently included in structured data.
Check 5: The Product Description Quality Check
What to do: Read your top 10 product descriptions. Count the specific, factual attributes mentioned (material, dimensions, weight, color, size, capacity, compatibility, etc.).
Pass: Each description includes 5+ specific, factual attributes. Descriptions are 100+ words with clear specifications.
Fail: Descriptions are primarily marketing copy ("You'll love this amazing product!") with few factual attributes. Under 50 words. Vague specifications.
What this means: AI agents match products to customer intent based on attributes. If a customer asks for "a stainless steel water bottle that fits in a car cup holder, at least 24 oz, with a wide mouth for ice," the AI needs to verify each attribute from your data. Marketing adjectives do not help.
How to fix: Rewrite product descriptions to lead with specifications and follow with benefits. Include: material, dimensions, weight, capacity, color options, compatibility, care instructions. Think data first, story second.
Check 6: The Price and Availability Check
What to do: Check your product pages' source code (View Source). Search for "offers" or "price" or "availability."
Pass: You find structured Offer data with explicit price, priceCurrency, and availability values (InStock, OutOfStock, PreOrder).
Fail: Prices exist only as rendered text on the page, not in structured data. No machine-readable availability status.
What this means: An AI agent that cannot programmatically read your prices cannot compare them with competitors. An AI agent that cannot check availability might recommend an out-of-stock product — creating a bad customer experience that damages your future recommendation score.
How to fix: Ensure every product's Schema.org markup includes an Offer with price, priceCurrency, and itemCondition. Implement real-time availability that updates the structured data when inventory changes.
Category 3: Can AI Agents Trust You? (Verification)
Check 7: The Security Basics Check
What to do: Check your website for: (a) SSL certificate (https://), (b) DMARC record for your email domain (use an online DMARC checker), (c) privacy policy page.
Pass: Valid SSL, DMARC policy in place, privacy policy page exists and is linked from footer.
Fail: Any of these are missing.
What this means: These are baseline trust signals. AI agents use security indicators as one factor in trust scoring. A store without SSL or without a privacy policy gets scored lower for trustworthiness.
How to fix: SSL: Contact your hosting provider (most offer free SSL through Let's Encrypt). DMARC: Add a DMARC TXT record to your DNS. Privacy policy: Use a generator if needed, but have one.
Check 8: The Trust Verification Check
What to do: Search for your domain on trust verification platforms. Check if your business appears on the Better Business Bureau, Trustpilot, or industry-specific verification databases.
Pass: Your business has verified presence on at least one trust platform with positive ratings.
Fail: No presence on any trust verification platform, or negative ratings.
What this means: AI agents increasingly use third-party trust signals to differentiate legitimate stores from drop-shipping operations or scam sites. The Open Trust Registry scores stores across seven dimensions — identity, technical security, compliance, policy completeness, web presence, data quality, and fulfillment.
How to fix: Register with relevant trust verification platforms. Encourage satisfied customers to leave reviews. If you have a physical business, claim your Google Business Profile.
Check 9: The Policy Completeness Check
What to do: Check whether your store has published: (a) return policy, (b) shipping policy, (c) terms of service. Then check if any of these are included in your structured data.
Pass: All three policies exist as dedicated pages. Return policy is included as MerchantReturnPolicy in structured data.
Fail: Policies are incomplete, buried in FAQ, or absent from structured data.
What this means: AI agents need to tell customers about your policies before recommending a purchase. "I don't know their return policy" is not an answer that leads to a recommendation.
How to fix: Create dedicated pages for each policy. Add MerchantReturnPolicy and ShippingDetails schema to your product pages. Be specific: return window in days, return methods, refund methods, shipping costs by region.
Category 4: Can AI Agents Transact With You? (Commerce)
Check 10: The API/Protocol Check
What to do: Check if your store has any of the following: (a) an API for product data, (b) MCP endpoint, (c) UCP endpoint, (d) ACP endpoint, (e) product feed (Google Shopping, Facebook Catalog).
Pass: You have at least one protocol endpoint or structured product feed that AI agents can query programmatically.
Fail: Your product data is only available through your website's HTML pages. No API, no feed, no protocol endpoints.
What this means: AI agents that can only scrape your HTML for product data get a degraded, unreliable view. Protocol endpoints provide clean, structured, real-time data that AI agents prefer.
How to fix: If you are on Shopify, check if MCP is enabled (it was activated by default in summer 2025). On WooCommerce, the REST API provides basic product data. For full multi-protocol access (UCP + MCP + ACP), an infrastructure layer like ORBEXA generates all three from your existing product data.
Check 11: The Checkout Capability Check
What to do: Try to imagine an AI agent processing a purchase on your behalf. Does your checkout require: (a) CAPTCHA? (b) Account creation? (c) Complex multi-step forms? (d) JavaScript-only interactions?
Pass: Your checkout supports guest checkout, has a simple flow, and does not require CAPTCHA or complex JavaScript interactions.
Fail: Your checkout requires mandatory account creation, has CAPTCHA on every step, or depends entirely on JavaScript-rendered forms.
What this means: AI agents cannot solve CAPTCHAs (by design — CAPTCHAs exist to block bots). If your checkout is a friction-heavy process designed to prevent automated purchases, you are also preventing AI-mediated purchases.
How to fix: Enable guest checkout. Minimize checkout steps. Consider payment links or hosted checkout pages that can be initiated via API. The goal is not to remove all security — it is to provide a programmatic path to purchase alongside the human path.
Category 5: Can AI Agents Learn From You? (Growth)
Check 12: The Data Freshness Check
What to do: Make a price change or inventory update in your e-commerce platform. Then check how long it takes for that change to appear in your structured data (Schema.org markup on your page) and any product feeds.
Pass: Changes appear in structured data within 1 hour. Product feeds update at least daily.
Fail: Structured data requires manual updates. Product feeds are stale (updated weekly or less).
What this means: AI agents that recommend a product at the wrong price, or recommend an out-of-stock product, damage customer trust. They learn to avoid stores with stale data. Real-time or near-real-time data freshness is a significant competitive advantage.
How to fix: Ensure your structured data is dynamically generated from your product database, not hardcoded. Set up automated product feed exports. If possible, implement webhook-based updates that push changes immediately.
Score Yourself
Count your passes:
10-12 passes: AI-Ready. Your store is well-positioned for AI-mediated commerce. Focus on monitoring and optimization. You are ahead of 95% of independent merchants.
7-9 passes: Almost There. You have a solid foundation but critical gaps. Prioritize the failed checks — each one is a specific barrier to AI agent recommendations. Fixing these could unlock significant new revenue within 60-90 days.
4-6 passes: Falling Behind. Significant infrastructure gaps. AI agents either cannot find you, cannot read your data, or cannot trust you. Without action, you will become increasingly invisible as competitors improve their AI readiness.
0-3 passes: Invisible. AI agents currently have no reliable way to discover, evaluate, or recommend your store. The gap between you and AI-ready competitors is widening every month. Immediate action required.
What to Do Next Based on Your Score
If you scored 0-6: Start with checks 2 (Schema.org markup) and 5 (product description quality). These are the highest-impact, lowest-cost improvements. Getting structured data on your pages is the single most important step.
If you scored 7-9: Focus on trust verification (checks 7-9) and protocol access (check 10). You have the basics — now you need the trust signals and programmatic access that differentiate recommended stores from merely visible ones.
If you scored 10-12: Focus on monitoring and optimization. Track which AI agents are accessing your data, what products they query most, and conversion rates from AI-referred traffic. Optimize your structured data based on what AI agents are actually looking for.
For any score: ORBEXA can take you from wherever you are to a full 12/12 score. The platform automates structured data generation, protocol endpoint activation, and trust verification from your existing product catalog. No code changes, no manual markup, no protocol expertise required.
This audit took you 5 minutes. Implementing the fixes might take a few days to a few weeks depending on your starting point. But every day you wait is a day your competitors' AI readiness compounds while yours stays flat.
Run the audit. Fix the gaps. Then run it again in 30 days. AI commerce is not waiting for anyone.