Product schema for AI search
Updated July 1, 2026 · 6 min read
Product schema is structured data (typically JSON-LD) that describes a product's name, description, price, availability, and ratings in a machine-readable form, so search and AI engines can confidently extract and cite your product facts in shopping answers. Implement it with accurate values that match what's visible on the page, include the properties engines actually use (name, offers/price, availability, aggregateRating where genuine), and validate it - mismatched or fabricated markup can be ignored or penalized.
Key takeaways
- Product schema makes product facts (price, availability, ratings) machine-readable for AI shopping answers.
- Use JSON-LD and mirror what's visibly on the page - markup must match reality.
- Key properties: name, description, offers (price, currency, availability), and genuine aggregateRating.
- Never fake reviews or prices in markup - engines can ignore or penalize mismatched data.
- Validate the markup; invalid schema simply won't be used.
What Product schema does
Product schema is a structured-data vocabulary that tells engines 'this page is about a product, and here are its facts.' Rendered as JSON-LD in the page, it exposes name, description, price and availability (via an offers object), and ratings in a form engines can parse without guessing. For AI shopping answers - 'how much is X', 'is X in stock', 'best-rated Y' - this machine-readable clarity makes your product facts easy to extract and confidently attribute.
The properties that matter
Include the fields engines actually use for shopping answers:
- name and description: what the product is, clearly.
- offers: price, priceCurrency, and availability (in stock / out of stock).
- aggregateRating and review: only when you have genuine ratings/reviews.
- brand, sku/gtin, and image where applicable, for disambiguation.
Match markup to the page
The cardinal rule: structured data must reflect what's actually visible on the page. Marking up a price of $49 while the page shows $79, or claiming ratings you don't display, is a mismatch engines detect - and it gets the markup ignored or the page penalized. Product schema supports your on-page content; it never replaces the need for the same facts in visible text.
Validate and keep it honest
Invalid Product schema simply won't be used, so validate it with a structured-data testing tool before shipping. And never fabricate: fake reviews, invented ratings, or phantom prices in markup are both an integrity problem and a citation liability, because engines corroborate against the visible page and the wider web. Genuine, validated, page-matching Product schema is what earns the shopping-answer citation.
Frequently asked questions
Do I need Product schema to appear in AI shopping answers?
It's not strictly required, but it's high-value - it makes price, availability, and ratings machine-readable so engines can confidently extract and cite your product facts. Pair it with the same facts in visible on-page text.
What are the most important Product schema properties?
name, description, and the offers object (price, currency, availability) - plus genuine aggregateRating/review where you have them, and brand/sku/gtin for disambiguation. These are the fields shopping answers rely on.
Can I mark up ratings I don't display on the page?
No - markup must match what's visible. Claiming ratings or prices not shown on the page is a mismatch engines detect, and it gets the schema ignored or the page penalized. Only mark up genuine, displayed data.
How do I know my Product schema works?
Validate it with a structured-data testing tool before shipping - invalid markup simply won't be used. See our guide on testing and validating structured data.
Put this into practice — free.
Get your free AI-visibility audit and see where engines find you today.