SEEGEA

Schema.org Product: complete guide for e-commerce pages

Product schema is the structured data that tells Google all the characteristics of a product: price, availability, brand, reviews. Without it, your product pages appear as plain blue links in search results — missing out on rich snippets that increase CTR by 20-30%.

5 min readApril 17, 2026

Product schema (schema.org/Product) is the structured data format that allows Google to display rich information about your products directly in search results: price, availability, review stars, and product details.

Minimal Product schema in JSON-LD

{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Salomon XT-6 Women Trail Shoes Black",
  "image": "https://example.com/images/xt6-black.jpg",
  "description": "Trail running shoe for women, CONTAGRIP sole",
  "brand": { "@type": "Brand", "name": "Salomon" },
  "offers": {
    "@type": "Offer",
    "price": "149.99",
    "priceCurrency": "USD",
    "availability": "https://schema.org/InStock"
  }
}

Price rich snippet

The offers.price field displays price directly under the title in Google results. Users see the price before clicking — it increases qualified traffic and reduces bounce rate.

Review stars

Add aggregateRating to display the average rating and number of reviews in results. Review stars typically increase CTR by 15-30%.

Availability status

availability="https://schema.org/InStock" or OutOfStock lets Google display stock status in results — and removes out-of-stock products from Google Shopping automatically.
FieldRequired forExample value
nameAll rich snippets"Salomon XT-6 Women Trail Black"
offers.pricePrice display"149.99"
offers.availabilityStock status"https://schema.org/InStock"
aggregateRatingReview stars{ ratingValue: 4.7, reviewCount: 238 }
Validate your Product schema implementation at search.google.com/test/rich-results before deploying. Google's validator shows exactly what rich snippets your schema enables and any errors that prevent them from appearing.

Implement structured data at scale

30 min call · no commitment

Implement structured data at scale
Created in France (Annecy – Chantilly) · Email & Google Meet support

FAQ

Price and availability display (below the title in results), review stars (AggregateRating), product availability badge, price drop alerts, merchant listing display in Google Shopping. Each of these increases CTR compared to a standard blue link.

See Seegea in action

Book a 30-min live demo on Google Meet. No commitment.

Book a demo