Shopping

Product snippet (Product, Review, Offer) structured data

product snippet presentation in search results

When you add Product markup to your page, it can be eligible for display as a product
snippet, which is a text result
that includes additional product information such as ratings, review information, price,
and availability.

This guide focuses on the Product structured data requirements for
product snippets. If you’re not sure which markup to use, read our
intro to Product markup.

How to add structured data

Structured data is a standardized format for providing information about a page and classifying the page
content. If you’re new to structured data, you can learn more about
how structured data works.

Here’s an overview of how to build, test, and release structured data.

  1. Add the required properties. Based on the
    format you’re using, learn where to insert structured data on the page.
  2. Follow the guidelines.
  3. Validate your code using the
    Rich Results Test
    and fix any critical errors. Consider also fixing any non-critical issues that may be flagged
    in the tool, as they can help improve the quality of your structured data (however, this isn’t necessary to be eligible for rich results).
  4. Deploy a few pages that include your structured data and use the URL Inspection tool to test how Google sees the page. Be sure that your page is
    accessible to Google and not blocked by a robots.txt file, the noindex tag, or
    login requirements. If the page looks okay, you can
    ask Google to recrawl your URLs.
  5. To keep Google informed of future changes, we recommend that you
    submit a sitemap. You can automate this with the
    Search Console Sitemap API.

Examples

The following examples illustrate how to include structured data on your web pages for different
situations.

Product review page

Here’s an example of structured data on a product review page for product snippets treatment in search results.

JSON-LD

RDFa

Microdata

Pros and cons

Here’s an example of an editorial product review page with pros and cons for product snippets
treatment in search results.

Example of visual appearance of pros and cons in search results

JSON-LD

RDFa

Microdata

Shopping aggregator page

Here’s an example of a shopping aggregator page for product snippets treatment in search results.

JSON-LD

RDFa

Microdata

Guidelines

For your Product markup to be eligible for product snippets, you must follow these guidelines:

Technical guidelines

  • Currently, product rich results only support pages that focus on a single product (or
    multiple variants of the same product). For example, “shoes in our shop” is not a specific product.
    This includes product variants where each product variant has a distinct URL.
    We recommend focusing on adding markup to product pages instead of pages that list products or a category of products.
  • For details about how to mark up product variants, refer to product variant structured data documentation.
  • When offering products for sale in multiple currencies, have a distinct URL per currency.
    For example, if a product is available for sale in Canadian and US dollars, use two
    distinct URLs, one per currency.
  • Car
    isn’t supported automatically as a subtype of Product. For now, include
    both Car and
    Product types if you
    want to attach ratings to it and be eligible for the Search feature. For example in JSON-LD:
  • For pros and cons structured data:
    Only editorial product review pages are eligible for the pros and cons appearance in
    Search, not merchant product pages or customer product reviews.
  • If you’re a merchant optimizing for all types of shopping results, we recommend putting
    Product structured data in the initial HTML for best results.
  • For JavaScript-generated Product markup: Be aware that dynamically-generated markup
    can make Shopping crawls less frequent and less reliable, which can be an issue for
    fast-changing content like product availability and price. If you’re using JavaScript to
    generate Product markup, make sure your server has enough computing resources to
    handle increased traffic from Google.

Content guidelines

  • We don’t allow content that promotes widely prohibited or regulated goods, services, or
    information that may facilitate serious, immediate, or long term harm to people. This
    includes content related to firearms and weapons, recreational drugs, tobacco and vaping
    products, and gambling-related products.

Structured data type definitions

You must include the required properties for your content to be eligible for display as a
rich result. You can also include the recommended properties to add more information to your
structured data, which could provide a better user experience.

Product

The full definition of Product is available at
schema.org/Product. When you mark up
your content for product information, use the following properties of the
Product type:

Required properties
name

Text

The name of the product.

Product snippets require either review ou aggregateRating ou offers

You must include one of the following properties:

  • review
  • aggregateRating
  • offers
Recommended properties
aggregateRating

AggregateRating

A nested aggregateRating of the product. Follow the
Review snippet
guidelines
and the list of required and recommended
AggregateRating
properties
.

offers

Offer ou AggregateOffer

A nested Offer ou
AggregateOffer to sell the product. Include the required and
recommended properties for either Offer
ou AggregateOffer (whichever
is applicable to your content).

To be eligible for the price drop enhancement, use Offer,
not AggregateOffer.

review

Review

A nested Review of the product. Follow the
Review snippet
guidelines
and the list of required and recommended
review
properties
.

If you add a review for the product, the reviewer’s name must be a valid name for a Person ou
Équipe.

Not recommended: 50% off on Black Friday

Recommended: “James Smith” or “CNET Reviewers”

To manually tell Google about the pros and cons of an editorial product review page,
add the positiveNotes and/or negativeNotes properties to your nested product review.

Product Reviews

Review

As reviews are shared by multiple structured data types (such as
Recipe and
Movie), the
Review type is described separately in the
review snippet documentation.

The following properties are additional properties for the Review type to help people
see a high-level summary of the pros and cons of an editorial product review.
The pros and cons experience is available in Dutch, English, French, German, Italian,
Japanese, Polish, Portuguese, Spanish, and Turkish in all countries where Google Search
is available.

While Google tries to automatically understand the pros and cons of an editorial product
review, you can explicitly provide this information by adding the positiveNotes and/or
negativeNotes properties to your nested product review. Be sure to follow the
pros and cons guidelines.

Required properties
Two statements about the productYou must provide at least two statements about the product in any combination of
positive or negative statements (for example, ItemList markup with two
positive statements is valid):
Recommended properties
negativeNotes

ItemList
(see ItemList for Positive and Negative Notes
on usage of ItemList in this context)

An optional nested list of negative statements about the product (cons).

To list multiple negative statements, specify multiple ListItem
properties in an itemListElement array. For example:

positiveNotes

ItemList
(see ItemList for Positive and Negative Notes
on usage of ItemList in this context)

An optional nested list of positive statements about the product (pros).

To list multiple positive statements, specify multiple ListItem
properties in an itemListElement array. For example:

ItemList for Positive and Negative Notes

Positive and negative notes (pros and cons) inside the Review type make use
of the generic ItemList and ListItem types.
This section describes how to use these types for positive and negative notes.

The following properties are used to capture pros and cons in a review.

Required properties
itemListElement

ListItem

A list of statements about the product, listed in a specific order.
Specify each statement with a ListItem.

itemListElement.name

Text

The key statement of the review.

Recommended properties
itemListElement.position

Integer

The position of the review. Position 1 signifies the first statement in the list.

Offer details

Offer

The full definition of Offer is available at
schema.org/Offer. When marking up
offers within a product, use the following properties of the schema.org
Offer type.

Required properties
price ou priceSpecification.price

Number

The offer price of a product. Follow
schema.org usage guidelines.

Here’s an example of the price property (the value can be a JSON string
or number):

Here’s an example of how to specify that a product is available without payment:

Alternatively, the offer price may be nested inside a priceSpecification
property instead of being provided at the Offer level.

Recommended properties
availability

ItemAvailability

Use the single most appropriate product availability option from the following list.

  • https://schema.org/BackOrder: The item is on back order.
  • https://schema.org/Discontinued: The item has been discontinued.
  • https://schema.org/InStock: The item is in stock.
  • https://schema.org/InStoreOnly: The item is only available for purchase in store.
  • https://schema.org/LimitedAvailability: The item has limited availability.
  • https://schema.org/OnlineOnly: The item is available online only.
  • https://schema.org/OutOfStock: The item is currently out of stock.
  • https://schema.org/PreOrder: The item is available for pre-order.
  • https://schema.org/PreSale: The item is available for ordering and delivery before general availability.
  • https://schema.org/SoldOut: The item has been sold out.

The short names without the URL prefix are also supported (for example, BackOrder).

priceCurrency ou priceSpecification.priceCurrency

Text

The currency used to describe the product price, in three-letter
ISO 4217
format.

This property is currently recommended for product snippets to help Google
determine the currency more accurately, but required for merchant listing experiences.
It is therefore best to always provide this property.

priceValidUntil

Date

The date (in ISO 8601
date format) after which the price will no longer be available, if applicable. Your product snippet
may not display if the priceValidUntil property indicates a past date.

UnitPriceSpecification

The full definition of UnitPriceSpecification is available at
schema.org/UnitPriceSpecification.
Use the following properties to capture more complex pricing schemes.

Required properties
price

Number

The offer price of a product. See also the price property of Offer.

Recommended properties
priceCurrency

Text

The currency used to describe the product price, in three-letter
ISO 4217 format.
See also the priceCurrency property of Offer.

While this property is optional for product snippets, it’s strongly recommended because
it avoids pricing ambiguities and it’s required for merchant
listing experiences.

AggregateOffer

The full definition of AggregateOffer is available at
schema.org/AggregateOffer.
An AggregateOffer is a kind of Offer representing an aggregation of
other offers. For example, it can be used for a product that is being sold by multiple merchants.
Don’t use AggregateOffer to describe a set of product variants.
When marking up aggregate offers within a product, use the following properties of the schema.org
AggregateOffer type:

Required properties
lowPrice

Number

The lowest price of all offers available. Use a decimal separator (.) when
expressing fractions of a currency unit, such as 1.23 for $1.23 US dollars.

priceCurrency

Text

The currency used to describe the product price, in three-letter
ISO 4217 format.

Recommended properties
highPrice

Number

The highest price of all offers available. Use a floating point number if necessary.

offerCount

Number

The number of offers for the product.

Monitor rich results with Search Console

Search Console is a tool that helps you monitor how your pages perform in Google Search.
You don’t have to sign up for Search Console to be included in Google Search results,
but it can help you understand and improve how Google sees your site. We
recommend checking Search Console in the following cases:

  1. After deploying structured data for the first time
  2. After releasing new templates or updating your code
  3. Analyzing traffic periodically

After deploying structured data for the first time

After Google has indexed your pages, look for issues using the relevant
Rich result status report.
Ideally, there will be an increase of valid items, and no increase in invalid items. If you find issues
in your structured data:

  1. Fix the invalid items.
  2. Inspect a live URL to check if the issue persists.
  3. Request validation using the status report.

After releasing new templates or updating your code

When you make significant changes to your website, monitor for increases in structured data invalid items.

  • If you see an increase in invalid items, perhaps you rolled out a new template that doesn’t work, or your site interacts with the existing
    template in a new and bad way.
  • If you see a decrease in valid items (not matched by an increase in invalid items), perhaps you are
    no longer embedding structured data in your pages. Use the
    URL Inspection tool
    to learn what is causing the issue.

Analyzing traffic periodically

Analyze your Google Search traffic using the Performance Report.
The data will show you how often your page appears as a rich result in Search, how often users click on it and what is
the average position you appear on search results. You can also automatically pull these
results with the Search Console API.

There are two Search Console reports related to Product structured data:

Both reports provide warnings and errors related to Product structured data, but
are separate due to the different requirements for the associated experiences. For example, the
Merchant listings report
includes checks for product snippets that include Offer
structured data, so the
Product snippets
report only needs to be consulted for non-merchant listing pages.

Troubleshooting

If you’re having trouble implementing or debugging structured data, here are some resources that
may help you.

  • If you’re using a content management system (CMS) or someone else is taking care of your site,
    ask them to help you. Make sure to forward any Search Console message that details the issue to them.
  • Google does not guarantee that features that consume structured data will show up in search results.
    For a list of common reasons why Google may not show your content in a rich result, see the
    General Structured Data Guidelines.
  • You might have an error in your structured data. Check the
    list of structured data errors
    and the Unparsable structured data report.
  • If you received a structured data manual action against your page, the structured data on
    the page will be ignored (although the page can still appear in Google Search results). To fix
    structured data issues, use the Manual Actions report.
  • Review the guidelines again to identify if your content isn’t compliant
    with the guidelines. The problem can be caused by either spammy content or spammy markup usage.
    However, the issue may not be a syntax issue, and so the Rich Results Test won’t be able to
    identify these issues.
  • Troubleshoot missing rich results / drop in total rich results.
  • Allow time for re-crawling and re-indexing. Remember that it may take several days after
    publishing a page for Google to find and crawl it. For general questions about crawling and indexing, check the
    Google Search crawling and indexing FAQ.
  • Post a question in the Google Search Central forum.
Alien Road

Comment nous l'appliquons

Product snippets show price, availability and rating in results. Keeping availability accurate is the hard part, and inaccurate stock data damages click-through quality more than the snippet helps.

Services associés

Partager

© Copyright 2026 Alien Road. All rights reserved.