DEV TOOLBOX · SCHEMA MARKUP · NO SIGNUP
> schemapreview

Product with offers, rating, brand

A consumer product with full Offer details, stars, brand, SKU, and a review.

TYPE
02 — PROPERTIES
thumbnail preview
Offers*
Aggregate rating+
Featured review+
03 — PREVIEW
Google preview · approximate
Indie Dev Mug — 350ml
★★★★4.9 (47)
14.99· In stock
By DevToolbox
VALIDATION
✓ Eligible for rich result0 required missing · 0 recommended missing

All set. Copy the snippet below.

04 — COPY
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Indie Dev Mug — 350ml",
  "image": "https://images.unsplash.com/photo-1572119865084-43c285814d63?w=1200",
  "offers": {
    "@type": "Offer",
    "price": 14.99,
    "priceCurrency": "EUR",
    "availability": "https://schema.org/InStock",
    "url": "https://shop.example.com/mug"
  },
  "description": "Ceramic mug, dishwasher-safe, printed with the schemapreview wordmark.",
  "brand": "DevToolbox",
  "sku": "MUG-350-BLK",
  "gtin": "5601234567890",
  "aggregateRating": {
    "@type": "AggregateRating",
    "ratingValue": 4.9,
    "reviewCount": 47
  },
  "review": {
    "@type": "Review",
    "reviewRating": 5,
    "author": "A. Reviewer",
    "reviewBody": "Coffee stays hot for 30 minutes. Wordmark looks great."
  }
}
</script>