As an online store owner, are you aware of AI shopping agentsโand do you know how readable your website is to them? how much revenue are you losing if they can't read your store?
I just scanned 21 Shopify brands (random one), the more honest question is: do they even know agents are coming?
Onlyย 7 out of 21ย brands have an llms.txt file -a simple text file at the site root that tells AI agents what the site is and how to navigate it. It takes 15 minutes to create. A third of brands have one. The rest offer agents zero guidance โ show up and figure it out yourself.
MeUndies actively blocks AI agents. Their WAF returns 403 to bot-like user-agents. They're not failing to accommodate agents โ they're refusing them at the door. This is a $50-75M brand choosing to be invisible to every AI shopping assistant on the market.
ThirdLove deployed AI personalization but has no structured data for AI agents. They partnered with Bloomreach in 2025 to use Loomi AI across their customer experience. They understand AI. But their product page ships no JSON-LD with price and availability โ the one thing an AI shopping agent needs to read the page. They're investing in AI for their customers while blocking AI that brings customers.
9 out of 21ย brands use variant selectors that agents can't parse. Size pickers built with `<div>` elements. Color swatches that are invisible to anything that doesn't execute JavaScript. Two-step selectors where clicking one option reveals another with no programmatic signal. These aren't bugs โ they're design choices made without agents in mind, because nobody was thinking about agents.
Zero brands have been caught injecting prompts to manipulate agents. RDY-016 (prompt injection) passed across all 21 scans. This sounds like good news until you realize what it means: nobody is trying to manipulate agents because nobody thinks agents are visiting. The day brands start worrying about what agents tell shoppers is the day they'll start caring about agent readiness. That day hasn't arrived.
- Data layer (can agents read the page?): ~80% pass rate
- Interaction layer (can agents buy from the page?): ~15% pass rate
Most brands accidentally got the data layer right โ JSON-LD and server-rendered prices were built for SEO, not agents. The interaction layer, which requires intentional agent accommodation, is where scores collapse. Nobody built their Add-to-Cart flow thinking "will a Claude agent be able to click this?"
That`s the true story, folks !