SSchemaGens/Templates/product
TemplateFree

🛍️ E-commerce Product Schema

Product schema unlocks price, availability, and star-rating rich snippets in Google Search. Shopify and WooCommerce stores that implement Product schema see up to 30% higher click-through rates on search results.

product.jsonldJSON-LD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Organic Cotton T-Shirt",
  "description": "Soft, sustainable, and made from 100% organic cotton.",
  "url": "https://example.com/products/organic-cotton-tshirt",
  "image": "https://example.com/images/tshirt-front.jpg",
  "brand": {
    "@type": "Brand",
    "name": "EcoWear"
  },
  "offers": {
    "@type": "Offer",
    "price": "29.99",
    "priceCurrency": "USD",
    "availability": "https://schema.org/InStock",
    "url": "https://example.com/products/organic-cotton-tshirt"
  },
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": "4.7",
    "ratingCount": "128"
  }
}

Tips for this schema

✓Include aggregateRating to show stars in search results — minimum 1 review required.
✓Set offers.availability to InStock / OutOfStock / PreOrder for real-time accuracy.
✓Add multiple image URLs (front, back, detail) for carousel rich results.
✓Use brand.name to help Google match your product to Shopping listings.
READY TO GENERATE?

Generate this schema for your URL

Paste any URL and we'll write a custom Product schema in ~2 seconds.

Generate Product schema →
schemagens.com / templates / product