🛍️
Product
E-commerce products with pricing and reviews
About Product Schema
The Product schema type is used to mark up e-commerce products with pricing and reviews. Implementing this structured data helps search engines understand your content better and may qualify your pages for rich results in Google Search.
Properties
* Required Properties
@type
Must be "Product"
Type: Text
name
The name of the product
Type: Text
⭐ Recommended Properties
image
URL of product image
Type: URL or ImageObject
description
Product description
Type: Text
offers
Pricing and availability information
Type: Offer
aggregateRating
Average rating from reviews
Type: AggregateRating
brand
The brand of the product
Type: Brand or Organization
JSON-LD Example
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Premium Wireless Headphones",
  "image": "https://example.com/headphones.jpg",
  "description": "High-quality wireless headphones with noise cancellation",
  "brand": {
    "@type": "Brand",
    "name": "AudioTech"
  },
  "offers": {
    "@type": "Offer",
    "price": "199.99",
    "priceCurrency": "USD",
    "availability": "https://schema.org/InStock"
  },
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "4.5",
    "reviewCount": "247"
  }
}Looking for more tools? TryWiFi QR Codefor generate wifi qr codes.