Schema.org JSON-LD Generator
FreeGenerate valid structured data for Google rich results. 100% client-side — nothing leaves your browser.
Schema looks good — all required fields are filled
🛍️
Product Fields
— Price, ratings & availabilityOffer
Aggregate Rating
Output
Paste into your page’s <head> inside a script tag
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Premium Wireless Headphones",
"description": "Industry-leading noise cancellation with 30-hour battery life and crystal-clear sound.",
"image": "https://www.example.com/headphones.jpg",
"brand": {
"@type": "Brand",
"name": "SoundPro"
},
"sku": "WH-1000XM5",
"offers": {
"@type": "Offer",
"price": "349.99",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"url": "https://www.example.com/products/headphones"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"reviewCount": "1247"
}
}⚡
Real-time output
JSON-LD updates as you type. No submit button, no page reload.
✅
Built-in validator
Required and recommended fields checked against Google's rich result guidelines.
🔍
SERP preview
See an approximate preview of how your schema will appear in Google search results.
