Product Schema Generator
Generate valid Product JSON-LD structured data for Google Rich Results and AI shopping agents — free, no signup.
Core details
Price & availability
Ratings & reviews optional
FAQ schema optional
Breadcrumb schema optional
Schema readiness
0 of 6 required fields ready
Export code
Magento doesn't support a single copy-paste snippet the way Shopify/WooCommerce do — it needs a small module (a block class, a template, and layout XML, plus the registration files Magento requires to recognize any module). This generates all five, pre-filled, as a ready-to-install zip.
Fill in the required fields to enable download.
Install: unzip into app/code/CommerceAI/ProductSchema/ in your Magento root, then run:bin/magento module:enable CommerceAI_ProductSchema && bin/magento setup:upgrade && bin/magento cache:clean
Fill in the required fields to enable copy.
Test this page on Google Rich Results ↗Field mapping reference
Which API field feeds which schema property, so you can wire up your own data fetch.
| Schema field | Shopify Storefront API | WooCommerce (WPGraphQL) | Magento GraphQL |
|---|---|---|---|
| name | product.title | product.name | products.items[].name |
| url | product.onlineStoreUrl | product.uri | products.items[].url_key |
| image | product.featuredImage.url | product.image.sourceUrl | products.items[].image.url |
| price | product.priceRange.minVariantPrice.amount | product.price | products.items[].price_range.minimum_price.final_price.value |
| currency | ...priceRange.minVariantPrice.currencyCode | site default (no per-product field) | ...final_price.currency |
| availability | product.availableForSale | product.stockStatus | products.items[].stock_status |
| sku | product.variants.edges[0].node.sku | product.sku | products.items[].sku |
What is Product Schema?
Structured data that tells search engines and AI shopping agents exactly what you're selling.
Google Rich Results
Valid Product schema makes your listing eligible for price, availability, and rating snippets directly in Google Search results.
AI Shopping Agents
AI agents increasingly read structured data instead of rendered pages to understand what a store sells and at what price.
Platform-agnostic
The output is standard JSON-LD — it works on Shopify, WooCommerce, Magento, or a fully custom / headless storefront.
Frequently Asked Questions
Everything you need to know about Product schema and this tool.
<head> or <body> of your product page's HTML. Placement varies by platform — Shopify uses a Liquid snippet, WooCommerce uses a PHP hook, and Magento requires a template override.