Product
ProductRich Result Eligible
Product
A product being sold. Enables rich results with price, availability, ratings, and merchant listing appearance.
Rich Result: Product
Required Properties
name
Recommended Properties
image
description
sku
offers
aggregateRating
brand
mpn
JSON-LD Example
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Product",
"name": "SEO Audit Tool Pro",
"description": "Advanced SEO auditing tool",
"image": "https://example.com/product.jpg",
"brand": {
"@type": "Brand",
"name": "SEOCheckPilot"
},
"offers": {
"@type": "Offer",
"price": "29.99",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"reviewCount": "127"
}
}
</script>Test your Product markup
Validate and generate Product JSON-LD for your site