← All types
JSON-LD Output
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Executive Anvil",
"image": [
"https://example.com/photos/1x1/anvil.jpg",
"https://example.com/photos/4x3/anvil.jpg",
"https://example.com/photos/16x9/anvil.jpg"
],
"description": "Sleek and deadly, this anvil is the epitome of executive style.",
"sku": "0446310786",
"offers": [
{
"@type": "Offer",
"url": "https://example.com/anvil",
"priceCurrency": "USD",
"price": 119.99,
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition",
"priceValidUntil": "2026-12-31",
"hasMerchantReturnPolicy": {
"@type": "MerchantReturnPolicy",
"applicableCountry": "US",
"returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow",
"merchantReturnDays": 30,
"returnMethod": "https://schema.org/ReturnByMail",
"returnFees": "https://schema.org/FreeReturn"
}
}
],
"brand": {
"@type": "Brand",
"name": "ACME"
},
"mpn": "925872",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": 4.4,
"bestRating": 5,
"worstRating": 1,
"ratingCount": 89,
"reviewCount": 12
},
"review": [
{
"@type": "Review",
"author": {
"@type": "Person",
"name": "Fred Benson"
},
"reviewRating": {
"@type": "Rating",
"ratingValue": 5,
"bestRating": 5,
"worstRating": 1
},
"reviewBody": "This is the best anvil I have ever used. Heavy duty and well built.",
"datePublished": "2025-04-01",
"name": "Best anvil ever"
},
{
"@type": "Review",
"author": {
"@type": "Person",
"name": "Sara Mitchell"
},
"reviewRating": {
"@type": "Rating",
"ratingValue": 4,
"bestRating": 5,
"worstRating": 1
},
"reviewBody": "Great quality but a bit pricey for what you get.",
"datePublished": "2025-05-10",
"name": "Good but expensive"
}
],
"color": "Slate Gray",
"material": "Hardened Steel",
"pattern": "Solid",
"size": "Standard",
"inProductGroupWithID": "pg-executive-tools",
"gtin": "0012345678905",
"isVariantOf": {
"@type": "ProductGroup",
"name": "Executive Tools Collection",
"productGroupID": "pg-executive-tools"
},
"audience": {
"@type": "PeopleAudience",
"suggestedGender": "unisex",
"suggestedMinAge": 18
},
"hasCertification": [
{
"@type": "Certification",
"name": "ACME Safety Certified",
"issuedBy": {
"@type": "Organization",
"name": "ACME Safety Council"
},
"certificationIdentification": "ASC-2025-0042"
}
],
"subjectOf": "https://example.com/product-review-video"
}