By Steve Merrill, Founder of WRKNG Digital | September 22, 2026
An AI shopping assistant reads your structured data before it reads a single word of your copy. If that data is missing or wrong, the assistant guesses. And it usually guesses in favor of a store it can actually confirm.
I ran an ecommerce business to $10M a year. For most of that time I obsessed over the words on the page. The headline, the bullets, the reviews. None of that is the first thing a machine reads. The schema is.
What is structured data, in plain terms?
Structured data is a small block of code that tells a machine exactly what your page is about. Not through paragraphs. Through labeled facts.
Price is price. Availability is availability. Brand is brand. An AI assistant reads those labels and trusts them, because they don't require interpretation. Google's own docs describe it the same way: a machine-readable format for the facts on a page.
Which schema types does a Shopify product page actually need?
Three, at minimum. Product, Offer, and a review or rating type if you have reviews.
Product carries the name, brand, description, GTIN, and image. Offer carries price, currency, and availability. That's the core. Miss the Offer block and the assistant knows what you sell but not whether it can buy it right now.
What specific fields decide whether AI recommends you?
Price. Availability. GTIN or MPN. Brand. Shipping details. Return policy. Those six do most of the work.
Here's the bottom line: an assistant comparing two stores will pick the one that answered every one of those questions in its data. The Google Merchant Center spec already treats these as required or strongly recommended. AI shopping runs on the same facts.
Why does Shopify make this harder than it should be?
Most Shopify themes render some product data through JavaScript that loads after the page. A person waits for it. A machine often doesn't.
So your price shows up fine to a human and shows up as blank to an agent. That's the gap that quietly costs you recommendations. The fix is making sure your Product structured data is in the raw HTML, not painted on afterward.
How do you check and fix it this week?
Start with your ten best sellers. Pull each product URL through Google's Rich Results Test and read what it reports. Missing price. Missing availability. Broken Offer. Write it down.
Then fix the theme or app that generates the schema so those fields are complete and present on load. I've seen this movie before. In 2013 a platform changed under me and I refused to adapt until my sales fell off a cliff. Fix the data before the next gate opens, not after.
Further reading
- Schema.org Product reference
- Schema.org Offer reference
- Google product structured data guidelines
- Google Merchant Center product data spec
- Google intro to structured data
Frequently Asked Questions
What structured data does a Shopify product page need for AI shopping?
At minimum, Product schema (name, brand, description, GTIN or MPN, image), Offer schema (price, currency, availability), and review or aggregate rating markup if you have reviews. AI shopping assistants read these labeled facts before your page copy, so missing an Offer block or an availability field can quietly cost you recommendations.
Does Shopify add product structured data automatically?
Some of it, depending on your theme, but not reliably or completely. Many themes render price and availability through JavaScript that loads after the page, which machines may not wait for. Check your product URLs in Google's Rich Results Test and confirm price, availability, and GTIN are present in the raw HTML.
Is structured data the same as a product feed?
No. A product feed is a file you send to a platform like Google Merchant Center. Structured data lives in the HTML of your live product page. AI assistants pull from both, so you want them consistent. If your feed says one price and your page schema says another, the assistant sees conflicting facts and trusts you less.
Want to know if AI assistants can actually find and recommend your store? Get a free AI-visibility read on your Shopify store at WRKNG Digital. We show you exactly what ChatGPT, Perplexity, and Google AI see when they look at your products.

