Product Schema
Structured data describing a product's name, price, availability, and attributes.
Product Schema
Structured data describing a product's name, price, availability, and attributes.
Product Schema is a standardized block of code — typically written in JSON-LD — that you add to a product page to tell search engines and AI systems exactly what that page contains. Instead of making a crawler guess that "$49.99" means a price and "In Stock" means availability, you spell it out in a format every major platform already understands.
Why It Matters for AI Search and Ecommerce
Search engines and AI-powered shopping tools pull product details from two places: the visible page content and the structured data underneath it. When your schema is clean and complete, your product becomes easier to index, cite, and surface in results — including AI-generated answers, shopping panels, and voice queries.
Without schema, a product page is just text. With schema, it's a structured record that systems can read with confidence. That completeness is what gets your store into the conversation.
Key fields that carry the most weight:
- name — the exact product title
- price and priceCurrency — numeric value plus the currency code (USD, EUR, etc.)
- availability — in stock, out of stock, or pre-order, using standard vocabulary
- description — a concise, accurate summary of what the product is
- sku — your internal identifier, useful for inventory and feed matching
- brand — the manufacturer or label name
- image — a direct URL to the primary product photo
- aggregateRating — review score and count, when you have them
A Concrete Example
Say you sell a 12-oz bag of single-origin coffee for $18. Without schema, a search engine sees a page with some text and a photo. With schema, it sees: product name "Ethiopia Yirgacheffe Whole Bean," price $18 USD, availability in stock, brand "Ridgeline Roasters," rating 4.8 out of 5 from 214 reviews. That's a complete record — citable, indexable, and trustworthy.
How to Act on It
- Use Google's Rich Results Test to check whether your current pages have valid schema.
- Most major ecommerce platforms (Shopify, WooCommerce, BigCommerce) generate basic product schema automatically — verify it's actually firing and that key fields aren't blank.
- For custom or headless storefronts, add JSON-LD manually in the page head or use a schema plugin.
- Audit your highest-revenue products first, then work down the catalog.