{"id":25525,"date":"2026-09-05T02:44:50","date_gmt":"2026-09-04T23:44:50","guid":{"rendered":"https:\/\/alienroad.com\/google-bilgi-bankasi\/product-snippet-product-review-offer-structured-data\/"},"modified":"2026-09-05T02:44:50","modified_gmt":"2026-09-04T23:44:50","slug":"product-snippet-product-review-offer-structured-data","status":"publish","type":"ar_kb","link":"https:\/\/alienroad.com\/google-bilgi-bankasi\/product-snippet-product-review-offer-structured-data\/","title":{"rendered":"Product snippet (Product, Review, Offer) structured data"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/alienroad.com\/wp-content\/uploads\/kb-gorsel\/g-eb34e0b09139.png\" loading=\"lazy\" class=\"attempt-right\" alt=\"product snippet presentation in search results\"><\/p>\n<p>\n  When you add <code>Product<\/code> markup to your page, it can be eligible for display as a product<br \/>\n  snippet, which is a <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/visual-elements-gallery-of-google-search\/#text-result\">text result<\/a><br \/>\n  that includes additional product information such as ratings, review information, price,<br \/>\n  and availability.\n<\/p>\n<p>\n  This guide focuses on the <code>Product<\/code> structured data requirements for<br \/>\n  product snippets. If you&#8217;re not sure which markup to use, read our<br \/>\n  <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/introduction-to-product-structured-data\/\">intro to <code>Product<\/code> markup<\/a>.\n<\/p>\n<aside class=\"important\"><b>Can customers purchase products from you?<\/b> Consider adding<br \/>\n  <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/merchant-listing-product-offer-structured-data\/\">merchant listing markup<\/a>.<br \/>\n<\/aside>\n<h2 id=\"add-structured-data\" tabindex=\"-1\">\n    How to add structured data<br \/>\n  <\/h2>\n<p>\n    Structured data is a standardized format for providing information about a page and classifying the page<br \/>\n    content. If you&#8217;re new to structured data, you can learn more about<br \/>\n    <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/structured-data-intro\/\">how structured data works<\/a>.\n    <\/p>\n<p>\n    Here&#8217;s an overview of how to build, test, and release structured data.<\/p>\n<ol>\n<li>Add the <a href=\"#structured-data-type-definitions\">required properties<\/a>. Based on the<br \/>\n      format you&#8217;re using, learn where to <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/structured-data-intro\/#format-placement\">insert structured data on the page<\/a>.<\/p>\n<aside class=\"note\">\n      <b>Using a CMS?<\/b> It may be easier to use a plugin that&#8217;s integrated into your CMS.<br \/>\n      <br \/>\n      <b>Using JavaScript?<\/b> Learn how to<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/generate-structured-data-with-javascript\/\">generate structured data with JavaScript<\/a>.<\/aside>\n<\/li>\n<li>Follow the <a href=\"#guidelines\">guidelines<\/a>.<\/li>\n<li>Validate your code using the<br \/>\n      <a href=\"https:\/\/search.google.com\/test\/rich-results\" class=\"external-link\">Rich Results Test<\/a><br \/>\n      and fix any critical errors. Consider also fixing any non-critical issues that may be flagged<br \/>\n      in the tool, as they can help improve the quality of your structured data (however, this isn&#8217;t necessary to be eligible for rich results). <\/li>\n<li>Deploy a few pages that include your structured data and use the <a href=\"https:\/\/support.google.com\/webmasters\/answer\/9012289\" class=\"external-link\">URL Inspection tool<\/a> to test how Google sees the page. Be sure that your page is<br \/>\n      accessible to Google and not blocked by a robots.txt file, the <code>noindex<\/code> tag, or<br \/>\n      login requirements. If the page looks okay, you can<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/recrawl-request\/\" class=\"external-link\">ask Google to recrawl your URLs<\/a>.<\/p>\n<aside class=\"note\"><b>Note<\/b>: Allow time for re-crawling and re-indexing. Remember that it<br \/>\n      may take several days after publishing a page for Google to find and crawl it.<\/aside>\n<\/li>\n<li>To keep Google informed of future changes, we recommend that you<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/build-submit-sitemap\/\" class=\"external-link\">submit a sitemap<\/a>. You can automate this with the<br \/>\n      <a href=\"https:\/\/developers.google.com\/webmaster-tools\/v1\/sitemaps\" class=\"external-link\">Search Console Sitemap API<\/a>.<\/li>\n<\/ol>\n<h2 id=\"examples\" tabindex=\"-1\">Examples<\/h2>\n<p>\n  The following examples illustrate how to include structured data on your web pages for different<br \/>\n  situations.\n<\/p>\n<h3 id=\"product-review-page-example\" tabindex=\"-1\">Product review page<\/h3>\n<p>Here&#8217;s an example of structured data on a product review page for product snippets treatment in search results.<\/p>\n<div class=\"ds-selector-tabs\">\n<section>\n<h4 id=\"json-ld\" tabindex=\"-1\">JSON-LD<\/h4>\n<form method=\"post\" target=\"_blank\" action=\"https:\/\/search.google.com\/test\/rich-results?utm_campaign=devsite&#038;utm_medium=jsonld&#038;utm_source=product\"><input type=\"submit\" value=\"Try it out in the Rich Results Test\"\/><textarea name=\"code_snippet\" style=\"display:none\"> &lt;html&gt;<br \/>\n  &lt;head&gt;<br \/>\n    &lt;title&gt;Executive Anvil&lt;\/title&gt;<br \/>\n    &lt;script type=&#8221;application\/ld+json&#8221;&gt;<br \/>\n    {<br \/>\n      &#8220;@context&#8221;: &#8220;https:\/\/schema.org\/&#8221;,<br \/>\n      &#8220;@type&#8221;: &#8220;Product&#8221;,<br \/>\n      &#8220;name&#8221;: &#8220;Executive Anvil&#8221;,<br \/>\n      &#8220;image&#8221;: [<br \/>\n        &#8220;https:\/\/example.com\/photos\/1&#215;1\/photo.jpg&#8221;,<br \/>\n        &#8220;https:\/\/example.com\/photos\/4&#215;3\/photo.jpg&#8221;,<br \/>\n        &#8220;https:\/\/example.com\/photos\/16&#215;9\/photo.jpg&#8221;<br \/>\n       ],<br \/>\n      &#8220;description&#8221;: &#8220;Sleeker than ACME&#8217;s Classic Anvil, the Executive Anvil is perfect for the business traveler looking for something to drop from a height.&#8221;,<br \/>\n      &#8220;sku&#8221;: &#8220;0446310786&#8221;,<br \/>\n      &#8220;mpn&#8221;: &#8220;925872&#8221;,<br \/>\n      &#8220;brand&#8221;: {<br \/>\n        &#8220;@type&#8221;: &#8220;Brand&#8221;,<br \/>\n        &#8220;name&#8221;: &#8220;ACME&#8221;<br \/>\n      },<br \/>\n      &#8220;review&#8221;: {<br \/>\n        &#8220;@type&#8221;: &#8220;Review&#8221;,<br \/>\n        &#8220;reviewRating&#8221;: {<br \/>\n          &#8220;@type&#8221;: &#8220;Rating&#8221;,<br \/>\n          &#8220;ratingValue&#8221;: 4,<br \/>\n          &#8220;bestRating&#8221;: 5<br \/>\n        },<br \/>\n        &#8220;author&#8221;: {<br \/>\n          &#8220;@type&#8221;: &#8220;Person&#8221;,<br \/>\n          &#8220;name&#8221;: &#8220;Fred Benson&#8221;<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;aggregateRating&#8221;: {<br \/>\n        &#8220;@type&#8221;: &#8220;AggregateRating&#8221;,<br \/>\n        &#8220;ratingValue&#8221;: 4.4,<br \/>\n        &#8220;reviewCount&#8221;: 89<br \/>\n      },<br \/>\n      &#8220;offers&#8221;: {<br \/>\n        &#8220;@type&#8221;: &#8220;Offer&#8221;,<br \/>\n        &#8220;url&#8221;: &#8220;https:\/\/example.com\/anvil&#8221;,<br \/>\n        &#8220;priceCurrency&#8221;: &#8220;USD&#8221;,<br \/>\n        &#8220;price&#8221;: 119.99,<br \/>\n        &#8220;priceValidUntil&#8221;: &#8220;2024-11-20&#8221;,<br \/>\n        &#8220;itemCondition&#8221;: &#8220;https:\/\/schema.org\/UsedCondition&#8221;,<br \/>\n        &#8220;availability&#8221;: &#8220;https:\/\/schema.org\/InStock&#8221;<br \/>\n      }<br \/>\n    }<br \/>\n    &lt;\/script&gt;<br \/>\n  &lt;\/head&gt;<br \/>\n  &lt;body&gt;<br \/>\n  &lt;\/body&gt;<br \/>\n&lt;\/html&gt;<\/textarea><\/form>\n<p><\/p>\n<div><\/div>\n<\/section>\n<section>\n<h4 id=\"rdfa\" tabindex=\"-1\">RDFa<\/h4>\n<form method=\"post\" target=\"_blank\" action=\"https:\/\/search.google.com\/test\/rich-results?utm_campaign=devsite&#038;utm_medium=rdfa&#038;utm_source=product\"><input type=\"submit\" value=\"Try it out in the Rich Results Test\"\/><textarea name=\"code_snippet\" style=\"display:none\"> &lt;html&gt;<br \/>\n  &lt;head&gt;<br \/>\n    &lt;title&gt;Executive Anvil&lt;\/title&gt;<br \/>\n  &lt;\/head&gt;<br \/>\n  &lt;body&gt;<br \/>\n    &lt;div typeof=&#8221;schema:Product&#8221;&gt;<br \/>\n        &lt;div rel=&#8221;schema:review&#8221;&gt;<br \/>\n          &lt;div typeof=&#8221;schema:Review&#8221;&gt;<br \/>\n            &lt;div rel=&#8221;schema:reviewRating&#8221;&gt;<br \/>\n              &lt;div typeof=&#8221;schema:Rating&#8221;&gt;<br \/>\n                &lt;div property=&#8221;schema:ratingValue&#8221; content=&#8221;4&#8243;&gt;&lt;\/div&gt;<br \/>\n                &lt;div property=&#8221;schema:bestRating&#8221; content=&#8221;5&#8243;&gt;&lt;\/div&gt;<br \/>\n              &lt;\/div&gt;<br \/>\n            &lt;\/div&gt;<br \/>\n            &lt;div rel=&#8221;schema:author&#8221;&gt;<br \/>\n              &lt;div typeof=&#8221;schema:Person&#8221;&gt;<br \/>\n                &lt;div property=&#8221;schema:name&#8221; content=&#8221;Fred Benson&#8221;&gt;&lt;\/div&gt;<br \/>\n              &lt;\/div&gt;<br \/>\n            &lt;\/div&gt;<br \/>\n          &lt;\/div&gt;<br \/>\n        &lt;\/div&gt;<br \/>\n        &lt;div rel=&#8221;schema:image&#8221; resource=&#8221;https:\/\/example.com\/photos\/4&#215;3\/photo.jpg&#8221;&gt;&lt;\/div&gt;<br \/>\n        &lt;div property=&#8221;schema:mpn&#8221; content=&#8221;925872&#8243;&gt;&lt;\/div&gt;<br \/>\n        &lt;div property=&#8221;schema:name&#8221; content=&#8221;Executive Anvil&#8221;&gt;&lt;\/div&gt;<br \/>\n        &lt;div property=&#8221;schema:description&#8221; content=&#8221;Sleeker than ACME&#8217;s Classic Anvil, the Executive Anvil is perfect for the business traveler looking for something to drop from a height.&#8221;&gt;&lt;\/div&gt;<br \/>\n        &lt;div rel=&#8221;schema:image&#8221; resource=&#8221;https:\/\/example.com\/photos\/1&#215;1\/photo.jpg&#8221;&gt;&lt;\/div&gt;<br \/>\n        &lt;div rel=&#8221;schema:brand&#8221;&gt;<br \/>\n          &lt;div typeof=&#8221;schema:Brand&#8221;&gt;<br \/>\n            &lt;div property=&#8221;schema:name&#8221; content=&#8221;ACME&#8221;&gt;&lt;\/div&gt;<br \/>\n          &lt;\/div&gt;<br \/>\n        &lt;\/div&gt;<br \/>\n        &lt;div rel=&#8221;schema:aggregateRating&#8221;&gt;<br \/>\n          &lt;div typeof=&#8221;schema:AggregateRating&#8221;&gt;<br \/>\n            &lt;div property=&#8221;schema:reviewCount&#8221; content=&#8221;89&#8243;&gt;&lt;\/div&gt;<br \/>\n            &lt;div property=&#8221;schema:ratingValue&#8221; content=&#8221;4.4&#8243;&gt;&lt;\/div&gt;<br \/>\n          &lt;\/div&gt;<br \/>\n        &lt;\/div&gt;<br \/>\n        &lt;div rel=&#8221;schema:offers&#8221;&gt;<br \/>\n          &lt;div typeof=&#8221;schema:Offer&#8221;&gt;<br \/>\n            &lt;div property=&#8221;schema:price&#8221; content=&#8221;119.99&#8243;&gt;&lt;\/div&gt;<br \/>\n            &lt;div property=&#8221;schema:availability&#8221; content=&#8221;https:\/\/schema.org\/InStock&#8221;&gt;&lt;\/div&gt;<br \/>\n            &lt;div property=&#8221;schema:priceCurrency&#8221; content=&#8221;USD&#8221;&gt;&lt;\/div&gt;<br \/>\n            &lt;div property=&#8221;schema:priceValidUntil&#8221; datatype=&#8221;xsd:date&#8221; content=&#8221;2024-11-20&#8243;&gt;&lt;\/div&gt;<br \/>\n            &lt;div rel=&#8221;schema:url&#8221; resource=&#8221;https:\/\/example.com\/anvil&#8221;&gt;&lt;\/div&gt;<br \/>\n            &lt;div property=&#8221;schema:itemCondition&#8221; content=&#8221;https:\/\/schema.org\/UsedCondition&#8221;&gt;&lt;\/div&gt;<br \/>\n          &lt;\/div&gt;<br \/>\n        &lt;\/div&gt;<br \/>\n        &lt;div rel=&#8221;schema:image&#8221; resource=&#8221;https:\/\/example.com\/photos\/16&#215;9\/photo.jpg&#8221;&gt;&lt;\/div&gt;<br \/>\n        &lt;div property=&#8221;schema:sku&#8221; content=&#8221;0446310786&#8243;&gt;&lt;\/div&gt;<br \/>\n      &lt;\/div&gt;<br \/>\n  &lt;\/body&gt;<br \/>\n&lt;\/html&gt;<\/textarea><\/form>\n<p><\/p>\n<div><\/div>\n<\/section>\n<section>\n<h4 id=\"microdata\" tabindex=\"-1\">Microdata<\/h4>\n<form method=\"post\" target=\"_blank\" action=\"https:\/\/search.google.com\/test\/rich-results?utm_campaign=devsite&#038;utm_medium=microdata&#038;utm_source=product\"><input type=\"submit\" value=\"Try it out in the Rich Results Test\"\/><textarea name=\"code_snippet\" style=\"display:none\"> &lt;html&gt;<br \/>\n  &lt;head&gt;<br \/>\n    &lt;title&gt;Executive Anvil&lt;\/title&gt;<br \/>\n  &lt;\/head&gt;<br \/>\n  &lt;body&gt;<br \/>\n  &lt;div&gt;<br \/>\n    &lt;div itemtype=&#8221;https:\/\/schema.org\/Product&#8221; itemscope&gt;<br \/>\n      &lt;meta itemprop=&#8221;mpn&#8221; content=&#8221;925872&#8243; \/&gt;<br \/>\n      &lt;meta itemprop=&#8221;name&#8221; content=&#8221;Executive Anvil&#8221; \/&gt;<br \/>\n      &lt;link itemprop=&#8221;image&#8221; href=&#8221;https:\/\/example.com\/photos\/16&#215;9\/photo.jpg&#8221; \/&gt;<br \/>\n      &lt;link itemprop=&#8221;image&#8221; href=&#8221;https:\/\/example.com\/photos\/4&#215;3\/photo.jpg&#8221; \/&gt;<br \/>\n      &lt;link itemprop=&#8221;image&#8221; href=&#8221;https:\/\/example.com\/photos\/1&#215;1\/photo.jpg&#8221; \/&gt;<br \/>\n      &lt;meta itemprop=&#8221;description&#8221; content=&#8221;Sleeker than ACME&#8217;s Classic Anvil, the Executive Anvil is perfect for the business traveler looking for something to drop from a height.&#8221; \/&gt;<br \/>\n      &lt;div itemprop=&#8221;offers&#8221; itemtype=&#8221;https:\/\/schema.org\/Offer&#8221; itemscope&gt;<br \/>\n        &lt;link itemprop=&#8221;url&#8221; href=&#8221;https:\/\/example.com\/anvil&#8221; \/&gt;<br \/>\n        &lt;meta itemprop=&#8221;availability&#8221; content=&#8221;https:\/\/schema.org\/InStock&#8221; \/&gt;<br \/>\n        &lt;meta itemprop=&#8221;priceCurrency&#8221; content=&#8221;USD&#8221; \/&gt;<br \/>\n        &lt;meta itemprop=&#8221;itemCondition&#8221; content=&#8221;https:\/\/schema.org\/UsedCondition&#8221; \/&gt;<br \/>\n        &lt;meta itemprop=&#8221;price&#8221; content=&#8221;119.99&#8243; \/&gt;<br \/>\n        &lt;meta itemprop=&#8221;priceValidUntil&#8221; content=&#8221;2024-11-20&#8243; \/&gt;<br \/>\n      &lt;\/div&gt;<br \/>\n      &lt;div itemprop=&#8221;aggregateRating&#8221; itemtype=&#8221;https:\/\/schema.org\/AggregateRating&#8221; itemscope&gt;<br \/>\n        &lt;meta itemprop=&#8221;reviewCount&#8221; content=&#8221;89&#8243; \/&gt;<br \/>\n        &lt;meta itemprop=&#8221;ratingValue&#8221; content=&#8221;4.4&#8243; \/&gt;<br \/>\n      &lt;\/div&gt;<br \/>\n      &lt;div itemprop=&#8221;review&#8221; itemtype=&#8221;https:\/\/schema.org\/Review&#8221; itemscope&gt;<br \/>\n        &lt;div itemprop=&#8221;author&#8221; itemtype=&#8221;https:\/\/schema.org\/Person&#8221; itemscope&gt;<br \/>\n          &lt;meta itemprop=&#8221;name&#8221; content=&#8221;Fred Benson&#8221; \/&gt;<br \/>\n        &lt;\/div&gt;<br \/>\n        &lt;div itemprop=&#8221;reviewRating&#8221; itemtype=&#8221;https:\/\/schema.org\/Rating&#8221; itemscope&gt;<br \/>\n          &lt;meta itemprop=&#8221;ratingValue&#8221; content=&#8221;4&#8243; \/&gt;<br \/>\n          &lt;meta itemprop=&#8221;bestRating&#8221; content=&#8221;5&#8243; \/&gt;<br \/>\n        &lt;\/div&gt;<br \/>\n      &lt;\/div&gt;<br \/>\n      &lt;meta itemprop=&#8221;sku&#8221; content=&#8221;0446310786&#8243; \/&gt;<br \/>\n      &lt;div itemprop=&#8221;brand&#8221; itemtype=&#8221;https:\/\/schema.org\/Brand&#8221; itemscope&gt;<br \/>\n        &lt;meta itemprop=&#8221;name&#8221; content=&#8221;ACME&#8221; \/&gt;<br \/>\n      &lt;\/div&gt;<br \/>\n    &lt;\/div&gt;<br \/>\n  &lt;\/div&gt;<br \/>\n  &lt;\/body&gt;<br \/>\n&lt;\/html&gt;<\/textarea><\/form>\n<p><\/p>\n<div><\/div>\n<\/section>\n<\/div>\n<h3 id=\"pros-cons-example\" tabindex=\"-1\">Pros and cons<\/h3>\n<p>Here&#8217;s an example of an editorial product review page with pros and cons for product snippets<br \/>\n  treatment in search results.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/alienroad.com\/wp-content\/uploads\/kb-gorsel\/g-578c7f9b3e8b.png\" loading=\"lazy\"\n      alt=\"Example of visual appearance of pros and cons in search results\"\n      width=\"50%\"><\/p>\n<div class=\"ds-selector-tabs\">\n<section>\n<h4 id=\"json-ld_1\" tabindex=\"-1\">JSON-LD<\/h4>\n<form method=\"post\" target=\"_blank\" action=\"https:\/\/search.google.com\/test\/rich-results?utm_campaign=devsite&#038;utm_medium=jsonld&#038;utm_source=product\"><input type=\"submit\" value=\"Try it out in the Rich Results Test\"\/><textarea name=\"code_snippet\" style=\"display:none\"> &lt;html&gt;<br \/>\n  &lt;head&gt;<br \/>\n    &lt;title&gt;Cheese Knife Pro review&lt;\/title&gt;<br \/>\n    &lt;script type=&#8221;application\/ld+json&#8221;&gt;<br \/>\n      {<br \/>\n        &#8220;@context&#8221;: &#8220;https:\/\/schema.org&#8221;,<br \/>\n        &#8220;@type&#8221;: &#8220;Product&#8221;,<br \/>\n        &#8220;name&#8221;: &#8220;Cheese Grater Pro&#8221;,<br \/>\n        &#8220;review&#8221;: {<br \/>\n          &#8220;@type&#8221;: &#8220;Review&#8221;,<br \/>\n          &#8220;name&#8221;: &#8220;Cheese Knife Pro review&#8221;,<br \/>\n          &#8220;author&#8221;: {<br \/>\n            &#8220;@type&#8221;: &#8220;Person&#8221;,<br \/>\n            &#8220;name&#8221;: &#8220;Pascal Van Cleeff&#8221;<br \/>\n          },<br \/>\n          &#8220;positiveNotes&#8221;: {<br \/>\n            &#8220;@type&#8221;: &#8220;ItemList&#8221;,<br \/>\n            &#8220;itemListElement&#8221;: [<br \/>\n              {<br \/>\n                &#8220;@type&#8221;: &#8220;ListItem&#8221;,<br \/>\n                &#8220;position&#8221;: 1,<br \/>\n                &#8220;name&#8221;: &#8220;Consistent results&#8221;<br \/>\n              },<br \/>\n              {<br \/>\n                &#8220;@type&#8221;: &#8220;ListItem&#8221;,<br \/>\n                &#8220;position&#8221;: 2,<br \/>\n                &#8220;name&#8221;: &#8220;Still sharp after many uses&#8221;<br \/>\n              }<br \/>\n            ]<br \/>\n          },<br \/>\n          &#8220;negativeNotes&#8221;: {<br \/>\n            &#8220;@type&#8221;: &#8220;ItemList&#8221;,<br \/>\n            &#8220;itemListElement&#8221;: [<br \/>\n              {<br \/>\n                &#8220;@type&#8221;: &#8220;ListItem&#8221;,<br \/>\n                &#8220;position&#8221;: 1,<br \/>\n                &#8220;name&#8221;: &#8220;No child protection&#8221;<br \/>\n              },<br \/>\n              {<br \/>\n                &#8220;@type&#8221;: &#8220;ListItem&#8221;,<br \/>\n                &#8220;position&#8221;: 2,<br \/>\n                &#8220;name&#8221;: &#8220;Lacking advanced features&#8221;<br \/>\n              }<br \/>\n            ]<br \/>\n          }<br \/>\n        }<br \/>\n      }<br \/>\n    &lt;\/script&gt;<br \/>\n  &lt;\/head&gt;<br \/>\n  &lt;body&gt;<br \/>\n  &lt;\/body&gt;<br \/>\n&lt;\/html&gt;<\/textarea><\/form>\n<p><\/p>\n<div><\/div>\n<\/section>\n<section>\n<h4 id=\"rdfa_1\" tabindex=\"-1\">RDFa<\/h4>\n<form method=\"post\" target=\"_blank\" action=\"https:\/\/search.google.com\/test\/rich-results?utm_campaign=devsite&#038;utm_medium=rdfa&#038;utm_source=product\"><input type=\"submit\" value=\"Try it out in the Rich Results Test\"\/><textarea name=\"code_snippet\" style=\"display:none\"> &lt;html&gt;<br \/>\n  &lt;head&gt;<br \/>\n    &lt;title&gt;Cheese Knife Pro review&lt;\/title&gt;<br \/>\n  &lt;\/head&gt;<br \/>\n  &lt;body&gt;<br \/>\n    &lt;div typeof=&#8221;schema:Product&#8221;&gt;<br \/>\n      &lt;div property=&#8221;schema:name&#8221; content=&#8221;Cheese Knife Pro review&#8221;&gt;&lt;\/div&gt;<br \/>\n        &lt;div rel=&#8221;schema:review&#8221;&gt;<br \/>\n          &lt;div typeof=&#8221;schema:Review&#8221;&gt;<br \/>\n            &lt;div rel=&#8221;schema:positiveNotes&#8221;&gt;<br \/>\n              &lt;div typeof=&#8221;schema:ItemList&#8221;&gt;<br \/>\n                &lt;div rel=&#8221;schema:itemListElement&#8221;&gt;<br \/>\n                  &lt;div typeof=&#8221;schema:ListItem&#8221;&gt;<br \/>\n                    &lt;div property=&#8221;schema:position&#8221; content=&#8221;1&#8243;&gt;&lt;\/div&gt;<br \/>\n                    &lt;div property=&#8221;schema:name&#8221; content=&#8221;Consistent results&#8221;&gt;&lt;\/div&gt;<br \/>\n                  &lt;\/div&gt;<br \/>\n                  &lt;div typeof=&#8221;schema:ListItem&#8221;&gt;<br \/>\n                    &lt;div property=&#8221;schema:position&#8221; content=&#8221;2&#8243;&gt;&lt;\/div&gt;<br \/>\n                    &lt;div property=&#8221;schema:name&#8221; content=&#8221;Still sharp after many uses&#8221;&gt;&lt;\/div&gt;<br \/>\n                  &lt;\/div&gt;<br \/>\n                &lt;\/div&gt;<br \/>\n              &lt;\/div&gt;<br \/>\n            &lt;\/div&gt;<br \/>\n            &lt;div rel=&#8221;schema:negativeNotes&#8221;&gt;<br \/>\n              &lt;div typeof=&#8221;schema:ItemList&#8221;&gt;<br \/>\n                &lt;div rel=&#8221;schema:itemListElement&#8221;&gt;<br \/>\n                  &lt;div typeof=&#8221;schema:ListItem&#8221;&gt;<br \/>\n                    &lt;div property=&#8221;schema:position&#8221; content=&#8221;1&#8243;&gt;&lt;\/div&gt;<br \/>\n                    &lt;div property=&#8221;schema:name&#8221; content=&#8221;No child protection&#8221;&gt;&lt;\/div&gt;<br \/>\n                  &lt;\/div&gt;<br \/>\n                  &lt;div typeof=&#8221;schema:ListItem&#8221;&gt;<br \/>\n                    &lt;div property=&#8221;schema:position&#8221; content=&#8221;2&#8243;&gt;&lt;\/div&gt;<br \/>\n                    &lt;div property=&#8221;schema:name&#8221; content=&#8221;Lacking advanced features&#8221;&gt;&lt;\/div&gt;<br \/>\n                  &lt;\/div&gt;<br \/>\n                &lt;\/div&gt;<br \/>\n              &lt;\/div&gt;<br \/>\n            &lt;\/div&gt;<br \/>\n            &lt;div rel=&#8221;schema:author&#8221;&gt;<br \/>\n              &lt;div typeof=&#8221;schema:Person&#8221;&gt;<br \/>\n                &lt;div property=&#8221;schema:name&#8221; content=&#8221;Pascal Van Cleeff&#8221;&gt;&lt;\/div&gt;<br \/>\n              &lt;\/div&gt;<br \/>\n            &lt;\/div&gt;<br \/>\n          &lt;\/div&gt;<br \/>\n        &lt;\/div&gt;<br \/>\n      &lt;\/div&gt;<br \/>\n  &lt;\/body&gt;<br \/>\n&lt;\/html&gt;<\/textarea><\/form>\n<p><\/p>\n<div><\/div>\n<\/section>\n<section>\n<h4 id=\"microdata_1\" tabindex=\"-1\">Microdata<\/h4>\n<form method=\"post\" target=\"_blank\" action=\"https:\/\/search.google.com\/test\/rich-results?utm_campaign=devsite&#038;utm_medium=microdata&#038;utm_source=product\"><input type=\"submit\" value=\"Try it out in the Rich Results Test\"\/><textarea name=\"code_snippet\" style=\"display:none\"> &lt;html&gt;<br \/>\n  &lt;head&gt;<br \/>\n    &lt;title&gt;Cheese Knife Pro review&lt;\/title&gt;<br \/>\n  &lt;\/head&gt;<br \/>\n  &lt;body&gt;<br \/>\n    &lt;div itemtype=&#8221;https:\/\/schema.org\/Product&#8221; itemscope&gt;<br \/>\n      &lt;meta itemprop=&#8221;name&#8221; content=&#8221;Cheese Knife Pro&#8221; \/&gt;<br \/>\n      &lt;div itemprop=&#8221;review&#8221; itemtype=&#8221;https:\/\/schema.org\/Review&#8221; itemscope&gt;<br \/>\n        &lt;div itemprop=&#8221;author&#8221; itemtype=&#8221;https:\/\/schema.org\/Person&#8221; itemscope&gt;<br \/>\n          &lt;meta itemprop=&#8221;name&#8221; content=&#8221;Pascal Van Cleeff&#8221; \/&gt;<br \/>\n        &lt;\/div&gt;<br \/>\n        &lt;div itemprop=&#8221;positiveNotes&#8221; itemtype=&#8221;https:\/\/schema.org\/ItemList&#8221; itemscope&gt;<br \/>\n          &lt;div itemprop=&#8221;itemListElement&#8221; itemtype=&#8221;https:\/\/schema.org\/ListItem&#8221; itemscope&gt;<br \/>\n            &lt;meta itemprop=&#8221;position&#8221; content=&#8221;1&#8243; \/&gt;<br \/>\n            &lt;meta itemprop=&#8221;name&#8221; content=&#8221;Consistent results&#8221; \/&gt;<br \/>\n          &lt;\/div&gt;<br \/>\n          &lt;div itemprop=&#8221;itemListElement&#8221; itemtype=&#8221;https:\/\/schema.org\/ListItem&#8221; itemscope&gt;<br \/>\n            &lt;meta itemprop=&#8221;position&#8221; content=&#8221;2&#8243; \/&gt;<br \/>\n            &lt;meta itemprop=&#8221;name&#8221; content=&#8221;Still sharp after many uses&#8221; \/&gt;<br \/>\n          &lt;\/div&gt;<br \/>\n        &lt;\/div&gt;<br \/>\n        &lt;div itemprop=&#8221;negativeNotes&#8221; itemtype=&#8221;https:\/\/schema.org\/ItemList&#8221; itemscope&gt;<br \/>\n          &lt;div itemprop=&#8221;itemListElement&#8221; itemtype=&#8221;https:\/\/schema.org\/ListItem&#8221; itemscope&gt;<br \/>\n            &lt;meta itemprop=&#8221;position&#8221; content=&#8221;1&#8243; \/&gt;<br \/>\n            &lt;meta itemprop=&#8221;name&#8221; content=&#8221;No child protection&#8221; \/&gt;<br \/>\n          &lt;\/div&gt;<br \/>\n          &lt;div itemprop=&#8221;itemListElement&#8221; itemtype=&#8221;https:\/\/schema.org\/ListItem&#8221; itemscope&gt;<br \/>\n            &lt;meta itemprop=&#8221;position&#8221; content=&#8221;2&#8243; \/&gt;<br \/>\n            &lt;meta itemprop=&#8221;name&#8221; content=&#8221;Lacking advanced features&#8221; \/&gt;<br \/>\n          &lt;\/div&gt;<br \/>\n        &lt;\/div&gt;<br \/>\n      &lt;\/div&gt;<br \/>\n    &lt;\/div&gt;<br \/>\n  &lt;\/body&gt;<br \/>\n&lt;\/html&gt;<\/textarea><\/form>\n<p><\/p>\n<div><\/div>\n<\/section>\n<\/div>\n<h3 id=\"shopping-aggregator-page-example\" tabindex=\"-1\">Shopping aggregator page<\/h3>\n<p>Here&#8217;s an example of a shopping aggregator page for product snippets treatment in search results.<\/p>\n<div class=\"ds-selector-tabs\">\n<section>\n<h4 id=\"json-ld_2\" tabindex=\"-1\">JSON-LD<\/h4>\n<form method=\"post\" target=\"_blank\" action=\"https:\/\/search.google.com\/test\/rich-results?utm_campaign=devsite&#038;utm_medium=jsonld&#038;utm_source=product\"><input type=\"submit\" value=\"Try it out in the Rich Results Test\"\/><textarea name=\"code_snippet\" style=\"display:none\">&lt;html&gt;<br \/>\n  &lt;head&gt;<br \/>\n    &lt;title&gt;Executive Anvil&lt;\/title&gt;<br \/>\n    &lt;script type=&#8221;application\/ld+json&#8221;&gt;<br \/>\n      {<br \/>\n        &#8220;@context&#8221;: &#8220;https:\/\/schema.org\/&#8221;,<br \/>\n        &#8220;@type&#8221;: &#8220;Product&#8221;,<br \/>\n        &#8220;name&#8221;: &#8220;Executive Anvil&#8221;,<br \/>\n        &#8220;image&#8221;: [<br \/>\n          &#8220;https:\/\/example.com\/photos\/1&#215;1\/photo.jpg&#8221;,<br \/>\n          &#8220;https:\/\/example.com\/photos\/4&#215;3\/photo.jpg&#8221;,<br \/>\n          &#8220;https:\/\/example.com\/photos\/16&#215;9\/photo.jpg&#8221;<br \/>\n         ],<br \/>\n        &#8220;description&#8221;: &#8220;Sleeker than ACME&#8217;s Classic Anvil, the Executive Anvil is perfect for the business traveler looking for something to drop from a height.&#8221;,<br \/>\n        &#8220;sku&#8221;: &#8220;0446310786&#8221;,<br \/>\n        &#8220;mpn&#8221;: &#8220;925872&#8221;,<br \/>\n        &#8220;brand&#8221;: {<br \/>\n          &#8220;@type&#8221;: &#8220;Brand&#8221;,<br \/>\n          &#8220;name&#8221;: &#8220;ACME&#8221;<br \/>\n        },<br \/>\n        &#8220;review&#8221;: {<br \/>\n          &#8220;@type&#8221;: &#8220;Review&#8221;,<br \/>\n          &#8220;reviewRating&#8221;: {<br \/>\n            &#8220;@type&#8221;: &#8220;Rating&#8221;,<br \/>\n            &#8220;ratingValue&#8221;: 4,<br \/>\n            &#8220;bestRating&#8221;: 5<br \/>\n          },<br \/>\n          &#8220;author&#8221;: {<br \/>\n            &#8220;@type&#8221;: &#8220;Person&#8221;,<br \/>\n            &#8220;name&#8221;: &#8220;Fred Benson&#8221;<br \/>\n          }<br \/>\n        },<br \/>\n        &#8220;aggregateRating&#8221;: {<br \/>\n          &#8220;@type&#8221;: &#8220;AggregateRating&#8221;,<br \/>\n          &#8220;ratingValue&#8221;: 4.4,<br \/>\n          &#8220;reviewCount&#8221;: 89<br \/>\n        },<br \/>\n        &#8220;offers&#8221;: {<br \/>\n          &#8220;@type&#8221;: &#8220;AggregateOffer&#8221;,<br \/>\n          &#8220;offerCount&#8221;: 5,<br \/>\n          &#8220;lowPrice&#8221;: 119.99,<br \/>\n          &#8220;highPrice&#8221;: 199.99,<br \/>\n          &#8220;priceCurrency&#8221;: &#8220;USD&#8221;<br \/>\n        }<br \/>\n      }<br \/>\n    &lt;\/script&gt;<br \/>\n  &lt;\/head&gt;<br \/>\n  &lt;body&gt;<br \/>\n  &lt;\/body&gt;<br \/>\n&lt;\/html&gt;<\/textarea><\/form>\n<p><\/p>\n<div><\/div>\n<\/section>\n<section>\n<h4 id=\"rdfa_2\" tabindex=\"-1\">RDFa<\/h4>\n<form method=\"post\" target=\"_blank\" action=\"https:\/\/search.google.com\/test\/rich-results?utm_campaign=devsite&#038;utm_medium=rdfa&#038;utm_source=product\"><input type=\"submit\" value=\"Try it out in the Rich Results Test\"\/><textarea name=\"code_snippet\" style=\"display:none\"> &lt;html&gt;<br \/>\n  &lt;head&gt;<br \/>\n    &lt;title&gt;Executive Anvil&lt;\/title&gt;<br \/>\n  &lt;\/head&gt;<br \/>\n  &lt;body&gt;<br \/>\n    &lt;div typeof=&#8221;schema:Product&#8221;&gt;<br \/>\n      &lt;div rel=&#8221;schema:review&#8221;&gt;<br \/>\n        &lt;div typeof=&#8221;schema:Review&#8221;&gt;<br \/>\n          &lt;div rel=&#8221;schema:reviewRating&#8221;&gt;<br \/>\n            &lt;div typeof=&#8221;schema:Rating&#8221;&gt;<br \/>\n              &lt;div property=&#8221;schema:ratingValue&#8221; content=&#8221;4&#8243;&gt;&lt;\/div&gt;<br \/>\n              &lt;div property=&#8221;schema:bestRating&#8221; content=&#8221;5&#8243;&gt;&lt;\/div&gt;<br \/>\n            &lt;\/div&gt;<br \/>\n          &lt;\/div&gt;<br \/>\n          &lt;div rel=&#8221;schema:author&#8221;&gt;<br \/>\n            &lt;div typeof=&#8221;schema:Person&#8221;&gt;<br \/>\n              &lt;div property=&#8221;schema:name&#8221; content=&#8221;Fred Benson&#8221;&gt;&lt;\/div&gt;<br \/>\n            &lt;\/div&gt;<br \/>\n          &lt;\/div&gt;<br \/>\n        &lt;\/div&gt;<br \/>\n      &lt;\/div&gt;<br \/>\n      &lt;div rel=&#8221;schema:aggregateRating&#8221;&gt;<br \/>\n        &lt;div typeof=&#8221;schema:AggregateRating&#8221;&gt;<br \/>\n          &lt;div property=&#8221;schema:reviewCount&#8221; content=&#8221;89&#8243;&gt;&lt;\/div&gt;<br \/>\n          &lt;div property=&#8221;schema:ratingValue&#8221; content=&#8221;4.4&#8243;&gt;&lt;\/div&gt;<br \/>\n        &lt;\/div&gt;<br \/>\n      &lt;\/div&gt;<br \/>\n      &lt;div rel=&#8221;schema:image&#8221; resource=&#8221;https:\/\/example.com\/photos\/4&#215;3\/photo.jpg&#8221;&gt;&lt;\/div&gt;<br \/>\n      &lt;div property=&#8221;schema:mpn&#8221; content=&#8221;925872&#8243;&gt;&lt;\/div&gt;<br \/>\n      &lt;div property=&#8221;schema:name&#8221; content=&#8221;Executive Anvil&#8221;&gt;&lt;\/div&gt;<br \/>\n      &lt;div property=&#8221;schema:description&#8221; content=&#8221;Sleeker than ACME&#8217;s Classic Anvil, the Executive Anvil is perfect for the business traveler looking for something to drop from a height.&#8221;&gt;&lt;\/div&gt;<br \/>\n      &lt;div rel=&#8221;schema:image&#8221; resource=&#8221;https:\/\/example.com\/photos\/1&#215;1\/photo.jpg&#8221;&gt;<br \/>\n      &lt;\/div&gt;<br \/>\n      &lt;div rel=&#8221;schema:brand&#8221;&gt;<br \/>\n        &lt;div typeof=&#8221;schema:Brand&#8221;&gt;<br \/>\n          &lt;div property=&#8221;schema:name&#8221; content=&#8221;ACME&#8221;&gt;&lt;\/div&gt;<br \/>\n        &lt;\/div&gt;<br \/>\n      &lt;\/div&gt;<br \/>\n      &lt;div rel=&#8221;schema:offers&#8221;&gt;<br \/>\n        &lt;div typeof=&#8221;schema:AggregateOffer&#8221;&gt;<br \/>\n          &lt;div property=&#8221;schema:offerCount&#8221; content=&#8221;5&#8243;&gt;&lt;\/div&gt;<br \/>\n          &lt;div property=&#8221;schema:lowPrice&#8221; content=&#8221;119.99&#8243;&gt;&lt;\/div&gt;<br \/>\n          &lt;div property=&#8221;schema:highPrice&#8221; content=&#8221;199.99&#8243;&gt;&lt;\/div&gt;<br \/>\n          &lt;div property=&#8221;schema:priceCurrency&#8221; content=&#8221;USD&#8221;&gt;&lt;\/div&gt;<br \/>\n          &lt;div rel=&#8221;schema:url&#8221; resource=&#8221;https:\/\/example.com\/anvil&#8221;&gt;&lt;\/div&gt;<br \/>\n        &lt;\/div&gt;<br \/>\n      &lt;\/div&gt;<br \/>\n      &lt;div rel=&#8221;schema:image&#8221; resource=&#8221;https:\/\/example.com\/photos\/16&#215;9\/photo.jpg&#8221;&gt;&lt;\/div&gt;<br \/>\n      &lt;div property=&#8221;schema:sku&#8221; content=&#8221;0446310786&#8243;&gt;&lt;\/div&gt;<br \/>\n    &lt;\/div&gt;<br \/>\n  &lt;\/body&gt;<br \/>\n&lt;\/html&gt;<\/textarea><\/form>\n<p><\/p>\n<div><\/div>\n<\/section>\n<section>\n<h4 id=\"microdata_2\" tabindex=\"-1\">Microdata<\/h4>\n<form method=\"post\" target=\"_blank\" action=\"https:\/\/search.google.com\/test\/rich-results?utm_campaign=devsite&#038;utm_medium=microdata&#038;utm_source=product\"><input type=\"submit\" value=\"Try it out in the Rich Results Test\"\/><textarea name=\"code_snippet\" style=\"display:none\"> &lt;html&gt;<br \/>\n  &lt;head&gt;<br \/>\n    &lt;title&gt;Executive Anvil&lt;\/title&gt;<br \/>\n  &lt;\/head&gt;<br \/>\n  &lt;body&gt;<br \/>\n  &lt;div&gt;<br \/>\n    &lt;div itemtype=&#8221;https:\/\/schema.org\/Product&#8221; itemscope&gt;<br \/>\n      &lt;meta itemprop=&#8221;mpn&#8221; content=&#8221;925872&#8243; \/&gt;<br \/>\n      &lt;meta itemprop=&#8221;name&#8221; content=&#8221;Executive Anvil&#8221; \/&gt;<br \/>\n      &lt;link itemprop=&#8221;image&#8221; href=&#8221;https:\/\/example.com\/photos\/16&#215;9\/photo.jpg&#8221; \/&gt;<br \/>\n      &lt;link itemprop=&#8221;image&#8221; href=&#8221;https:\/\/example.com\/photos\/4&#215;3\/photo.jpg&#8221; \/&gt;<br \/>\n      &lt;link itemprop=&#8221;image&#8221; href=&#8221;https:\/\/example.com\/photos\/1&#215;1\/photo.jpg&#8221; \/&gt;<br \/>\n      &lt;meta itemprop=&#8221;description&#8221; content=&#8221;Sleeker than ACME&#8217;s Classic Anvil, the Executive Anvil is perfect for the business traveler looking for something to drop from a height.&#8221; \/&gt;<br \/>\n      &lt;div itemprop=&#8221;offers&#8221; itemtype=&#8221;https:\/\/schema.org\/AggregateOffer&#8221; itemscope&gt;<br \/>\n        &lt;meta itemprop=&#8221;lowPrice&#8221; content=&#8221;119.99&#8243; \/&gt;<br \/>\n        &lt;meta itemprop=&#8221;highPrice&#8221; content=&#8221;199.99&#8243; \/&gt;<br \/>\n        &lt;meta itemprop=&#8221;offerCount&#8221; content=&#8221;6&#8243; \/&gt;<br \/>\n        &lt;meta itemprop=&#8221;priceCurrency&#8221; content=&#8221;USD&#8221; \/&gt;<br \/>\n      &lt;\/div&gt;<br \/>\n      &lt;div itemprop=&#8221;aggregateRating&#8221; itemtype=&#8221;https:\/\/schema.org\/AggregateRating&#8221; itemscope&gt;<br \/>\n        &lt;meta itemprop=&#8221;reviewCount&#8221; content=&#8221;89&#8243; \/&gt;<br \/>\n        &lt;meta itemprop=&#8221;ratingValue&#8221; content=&#8221;4.4&#8243; \/&gt;<br \/>\n      &lt;\/div&gt;<br \/>\n      &lt;div itemprop=&#8221;review&#8221; itemtype=&#8221;https:\/\/schema.org\/Review&#8221; itemscope&gt;<br \/>\n        &lt;div itemprop=&#8221;author&#8221; itemtype=&#8221;https:\/\/schema.org\/Person&#8221; itemscope&gt;<br \/>\n          &lt;meta itemprop=&#8221;name&#8221; content=&#8221;Fred Benson&#8221; \/&gt;<br \/>\n        &lt;\/div&gt;<br \/>\n        &lt;div itemprop=&#8221;reviewRating&#8221; itemtype=&#8221;https:\/\/schema.org\/Rating&#8221; itemscope&gt;<br \/>\n          &lt;meta itemprop=&#8221;ratingValue&#8221; content=&#8221;4&#8243; \/&gt;<br \/>\n          &lt;meta itemprop=&#8221;bestRating&#8221; content=&#8221;5&#8243; \/&gt;<br \/>\n        &lt;\/div&gt;<br \/>\n      &lt;\/div&gt;<br \/>\n      &lt;meta itemprop=&#8221;sku&#8221; content=&#8221;0446310786&#8243; \/&gt;<br \/>\n      &lt;div itemprop=&#8221;brand&#8221; itemtype=&#8221;https:\/\/schema.org\/Brand&#8221; itemscope&gt;<br \/>\n        &lt;meta itemprop=&#8221;name&#8221; content=&#8221;ACME&#8221; \/&gt;<br \/>\n      &lt;\/div&gt;<br \/>\n    &lt;\/div&gt;<br \/>\n  &lt;\/div&gt;<br \/>\n  &lt;\/body&gt;<br \/>\n&lt;\/html&gt;<\/textarea><\/form>\n<p><\/p>\n<div><\/div>\n<\/section>\n<\/div>\n<h2 id=\"guidelines\" tabindex=\"-1\">Guidelines<\/h2>\n<p>For your <code>Product<\/code> markup to be eligible for product snippets, you must follow these guidelines:<\/p>\n<ul>\n<li><a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/structured-data-guidelines\/\">General structured data guidelines<\/a><\/li>\n<li><a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/search-essentials-overview\/\">Search Essentials<\/a><\/li>\n<li><a href=\"#technical-guidelines\">Technical guidelines<\/a><\/li>\n<li><a href=\"#content-guidelines\">Content guidelines<\/a><\/li>\n<\/ul>\n<h3 id=\"technical-guidelines\" tabindex=\"-1\">Technical guidelines<\/h3>\n<ul>\n<li>Currently, product rich results only support pages that focus on a single product (or<br \/>\n    multiple variants of the same product). For example, &#8220;shoes in our shop&#8221; is not a specific product.<br \/>\n    This includes product variants where <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/designing-a-url-structure-for-ecommerce-websites\/#how-google-understands-urls-for-product-variants\">each product variant has a distinct URL<\/a>.<br \/>\n    We recommend focusing on adding markup to product pages instead of pages that list products or a category of products.\n  <\/li>\n<li>For details about how to mark up product variants, refer to <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/product-variant-structured-data-productgroup-product\/\">product variant structured data documentation<\/a>.<\/li>\n<li>When offering products for sale in multiple currencies, have a distinct URL per currency.<br \/>\n    For example, if a product is available for sale in Canadian and US dollars, use two<br \/>\n    distinct URLs, one per currency.\n  <\/li>\n<li><a href=\"https:\/\/schema.org\/Car\" class=\"external-link\"><code>Car<\/code><\/a><br \/>\n    isn&#8217;t supported automatically as a subtype of <code>Product<\/code>. For now, include<br \/>\n    both <a href=\"https:\/\/schema.org\/Car\" class=\"external-link\"><code>Car<\/code><\/a> and<br \/>\n    <a href=\"https:\/\/schema.org\/Product\" class=\"external-link\"><code>Product<\/code><\/a> types if you<br \/>\n    want to attach ratings to it and be eligible for the Search feature. For example in JSON-LD:<\/p>\n<div><\/div>\n<\/li>\n<li id=\"pros-cons-guidelines\"><b>For <a href=\"#pros-cons\">pros and cons<\/a> structured data<\/b>:<br \/>\n    Only editorial product review pages are eligible for the pros and cons appearance in<br \/>\n    Search, not merchant product pages or customer product reviews.<\/li>\n<li>If you&#8217;re a merchant optimizing for all types of shopping results, we recommend putting<br \/>\n    <code>Product<\/code> structured data in the initial HTML for best results.<\/li>\n<li><b>For JavaScript-generated <code>Product<\/code> markup<\/b>: Be aware that <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/generate-structured-data-with-javascript\/\">dynamically-generated markup<\/a><br \/>\n    can make Shopping crawls less frequent and less reliable, which can be an issue for<br \/>\n    fast-changing content like product availability and price. If you&#8217;re using JavaScript to<br \/>\n    generate <code>Product<\/code> markup, make sure your server has enough computing resources to<br \/>\n    handle increased traffic from Google.<\/li>\n<\/ul>\n<h3 id=\"content-guidelines\" tabindex=\"-1\">Content guidelines<\/h3>\n<ul>\n<li>We don&#8217;t allow content that promotes widely prohibited or regulated goods, services, or<br \/>\n    information that may facilitate serious, immediate, or long term harm to people. This<br \/>\n    includes content related to firearms and weapons, recreational drugs, tobacco and vaping<br \/>\n    products, and gambling-related products.<\/li>\n<\/ul>\n<h2 id=\"structured-data-type-definitions\" tabindex=\"-1\">Structured data type definitions<\/h2>\n<p>You must include the required properties for your content to be eligible for display as a<br \/>\n  rich result. You can also include the recommended properties to add more information to your<br \/>\n  structured data, which could provide a better user experience.<\/p>\n<h3 id=\"product-properties\" tabindex=\"-1\"><code>Product<\/code><\/h3>\n<p>The full definition of <code>Product<\/code> is available at<br \/>\n  <a href=\"https:\/\/schema.org\/Product\" class=\"external-link\">schema.org\/Product<\/a>. When you mark up<br \/>\n  your content for product information, use the following properties of the<br \/>\n  <code>Product<\/code> type:\n<\/p>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"30%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Required properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>name<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Text\" class=\"external-link\">Text<\/a><\/code><\/p>\n<p>The name of the product.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td>Product snippets require either <code>review<\/code> oder <code>aggregateRating<\/code> oder <code>offers<\/code><\/td>\n<td>\n<p>You must include one of the following properties:<\/p>\n<ul>\n<li><code>review<\/code><\/li>\n<li><code>aggregateRating<\/code><\/li>\n<li><code>offers<\/code><\/li>\n<\/ul>\n<aside class=\"note\">You only need to provide one of <code>review<\/code>,<br \/>\n          <code>aggregateRating<\/code>, and <code>offers<\/code>, but the product snippets<br \/>\n          section of the Rich Results Test may report a warning if you provide<br \/>\n          <code>offers<\/code> without <code>review<\/code> oder <code>aggregateRating<\/code><br \/>\n          properties.<\/aside>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"30%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Recommended properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>aggregateRating<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/AggregateRating\" class=\"external-link\">AggregateRating<\/a><\/code><\/p>\n<p>A nested <code>aggregateRating<\/code> of the product. Follow the<br \/>\n          <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/review-snippet-review-aggregaterating-structured-data\/#guidelines\">Review snippet<br \/>\n            guidelines<\/a> and the list of required and recommended<br \/>\n          <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/review-snippet-review-aggregaterating-structured-data\/#aggregated-rating-type-definition\"><code>AggregateRating<\/code><br \/>\n            properties<\/a>.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>offers<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Offer\" class=\"external-link\">Offer<\/a><\/code> oder <code><a href=\"https:\/\/schema.org\/AggregateOffer\" class=\"external-link\">AggregateOffer<\/a><\/code><\/p>\n<p>A nested <code>Offer<\/code> oder<br \/>\n          <code>AggregateOffer<\/code> to sell the product. Include the required and<br \/>\n          recommended properties for either <a href=\"#offer-properties\"><code>Offer<\/code><\/a><br \/>\n          oder <a href=\"#aggregate-offer-properties\"><code>AggregateOffer<\/code><\/a> (whichever<br \/>\n          is applicable to your content).<\/p>\n<p>\n          To be eligible for the <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/introduction-to-product-structured-data\/#price-drop\">price drop enhancement<\/a>, use <a href=\"#offer-properties\"><code>Offer<\/code><\/a>,<br \/>\n          not <code>AggregateOffer<\/code>.\n        <\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>review<\/code><\/td>\n<td>\n<p><a href=\"https:\/\/schema.org\/Review\" class=\"external-link\"><code>Review<\/code><\/a><\/p>\n<p>A nested <code>Review<\/code> of the product. Follow the<br \/>\n          <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/review-snippet-review-aggregaterating-structured-data\/#guidelines\">Review snippet<br \/>\n            guidelines<\/a> and the list of required and recommended<br \/>\n          <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/review-snippet-review-aggregaterating-structured-data\/#review-properties\">review<br \/>\n            properties<\/a>.<\/p>\n<p>If you add a review for the product, the reviewer&#8217;s name must be a valid name for a <code>Person<\/code> oder<br \/>\n          <code>Team<\/code>.<\/p>\n<p><span class=\"compare-no\" aria-hidden=\"true\"><\/span><b>Not recommended<\/b>: 50% off on Black Friday<\/p>\n<p><span class=\"compare-yes\" aria-hidden=\"true\"><\/span><b>Recommended<\/b>: &#8220;James Smith&#8221; or &#8220;CNET Reviewers&#8221;<\/p>\n<p>\n          To manually tell Google about the <a href=\"#pros-cons\">pros and cons<\/a> of an editorial product review page,<br \/>\n          add the <code>positiveNotes<\/code> and\/or <code>negativeNotes<\/code> properties to your nested product review.\n        <\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3 id=\"product-reviews\" tabindex=\"-1\">Product Reviews<\/h3>\n<h4 id=\"review-properties\" tabindex=\"-1\"><code>Review<\/code><\/h4>\n<p id=\"pros-cons\">\n  As reviews are shared by multiple structured data types (such as<br \/>\n  <code><a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/recipe-recipe-howto-itemlist-structured-data\/\">Recipe<\/a><\/code> and<br \/>\n  <code><a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/movie-carousel-movie-structured-data\/\">Movie<\/a><\/code>), the<br \/>\n  <code>Review<\/code> type is described separately in the<br \/>\n  <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/review-snippet-review-aggregaterating-structured-data\/\">review snippet documentation<\/a>.\n<\/p>\n<p>\n  The following properties are additional properties for the Review type to help people<br \/>\n  see a high-level summary of the pros and cons of an editorial product review.<br \/>\n  The pros and cons experience is available in Dutch, English, French, German, Italian,<br \/>\n  Japanese, Polish, Portuguese, Spanish, and Turkish in all countries where Google Search<br \/>\n  is available.\n<\/p>\n<p>\n  While Google tries to automatically understand the pros and cons of an editorial product<br \/>\n  review, you can explicitly provide this information by adding the <code>positiveNotes<\/code> and\/or<br \/>\n  <code>negativeNotes<\/code> properties to your nested product review. Be sure to follow the<br \/>\n  <a href=\"#pros-cons-guidelines\">pros and cons guidelines<\/a>.\n<\/p>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"30%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Required properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Two statements about the product<\/td>\n<td>You must provide at least two statements about the product in any combination of<br \/>\n        positive or negative statements (for example, <code>ItemList<\/code> markup with two<br \/>\n        positive statements is valid):<\/p>\n<ul>\n<li><a href=\"#negative-notes\"><code>negativeNotes<\/code><\/a><\/li>\n<li><a href=\"#positive-notes\"><code>positiveNotes<\/code><\/a><\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"30%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Recommended properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr id=\"negative-notes\">\n<td><code>negativeNotes<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/ItemList\" class=\"external-link\">ItemList<\/a><\/code><br \/>\n          (see <a href=\"#pros-cons-item-list\"><code>ItemList<\/code> for Positive and Negative Notes<\/a><br \/>\n          on usage of <code>ItemList<\/code> in this context)\n        <\/p>\n<p>\n          An optional nested list of negative statements about the product (cons).\n        <\/p>\n<p>\n          To list multiple negative statements, specify multiple <code>ListItem<\/code><br \/>\n          properties in an <code>itemListElement<\/code> array. For example:\n        <\/p>\n<div><\/div>\n<\/td>\n<\/tr>\n<tr id=\"positive-notes\">\n<td><code>positiveNotes<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/ItemList\" class=\"external-link\">ItemList<\/a><\/code><br \/>\n        (see <a href=\"#pros-cons-item-list\"><code>ItemList<\/code> for Positive and Negative Notes<\/a><br \/>\n        on usage of <code>ItemList<\/code> in this context)\n      <\/p>\n<p>\n        An optional nested list of positive statements about the product (pros).\n      <\/p>\n<p>\n        To list multiple positive statements, specify multiple <code>ListItem<\/code><br \/>\n        properties in an <code>itemListElement<\/code> array. For example:\n      <\/p>\n<div><\/div>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h4 id=\"pros-cons-item-list\" tabindex=\"-1\"><code>ItemList<\/code> for Positive and Negative Notes<\/h4>\n<p>\n  Positive and negative notes (pros and cons) inside the <code>Review<\/code> type make use<br \/>\n  of the generic <code>ItemList<\/code> and <code>ListItem<\/code> types.<br \/>\n  This section describes how to use these types for positive and negative notes.\n<\/p>\n<p>\n  The following properties are used to capture pros and cons in a review.\n<\/p>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"30%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Required properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>itemListElement<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/ListItem\" class=\"external-link\">ListItem<\/a><\/code><\/p>\n<p>\n          A list of statements about the product, listed in a specific order.<br \/>\n          Specify each statement with a <code>ListItem<\/code>.\n        <\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>itemListElement.name<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Text\" class=\"external-link\">Text<\/a><\/code><\/p>\n<p>\n          The key statement of the review.\n        <\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"30%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Recommended properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>itemListElement.position<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Integer\" class=\"external-link\">Integer<\/a><\/code><\/p>\n<p>\n          The position of the review. Position 1 signifies the first statement in the list.\n        <\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3 id=\"offer-details\" tabindex=\"-1\">Offer details<\/h3>\n<h4 id=\"offer-properties\" tabindex=\"-1\"><code>Offer<\/code><\/h4>\n<p>The full definition of <code>Offer<\/code> is available at<br \/>\n  <a href=\"https:\/\/schema.org\/Offer\" class=\"external-link\">schema.org\/Offer<\/a>. When marking up<br \/>\n  offers within a product, use the following properties of the <code>schema.org<\/code><br \/>\n  <a href=\"https:\/\/schema.org\/Offer\" class=\"external-link\"><code>Offer<\/code><\/a> type.\n<\/p>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"30%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Required properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>price<\/code> oder <code>priceSpecification.price<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Number\" class=\"external-link\">Number<\/a><\/code><\/p>\n<p>The offer price of a product. Follow<br \/>\n          <a href=\"https:\/\/schema.org\/price\" class=\"external-link\">schema.org usage guidelines<\/a>.<\/p>\n<p>\n          Here&#8217;s an example of the <code>price<\/code> property (the value can be a JSON string<br \/>\n          or number):\n        <\/p>\n<div><\/div>\n<p>\n          Here&#8217;s an example of how to specify that a product is available without payment:\n        <\/p>\n<div><\/div>\n<p>\n          Alternatively, the offer price may be nested inside a <code>priceSpecification<\/code><br \/>\n          property instead of being provided at the <code>Offer<\/code> level.\n        <\/p>\n<div><\/div>\n<aside class=\"note\">\n      If you use both the <code>offers.price<\/code> and <code>offers.priceSpecification<\/code><br \/>\n      properties to encode an active price, Google will use the price provided through<br \/>\n      the <code>offers.price<\/code> property and ignore the <code>offers.priceSpecification<\/code><br \/>\n      property.<br \/>\n    <\/aside>\n<aside class=\"note\">If you have complex pricing, check out the <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/merchant-listing-product-offer-structured-data\/#pricing-example\">pricing examples<\/a> and<br \/>\n          supported <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/merchant-listing-product-offer-structured-data\/#offer-details\">pricing properties<\/a> in the merchant listing documentation.<br \/>\n        <\/aside>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"30%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Recommended properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>availability<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/ItemAvailability\" class=\"external-link\">ItemAvailability<\/a><\/code><\/p>\n<p>Use the single most appropriate product availability option from the following list.<\/p>\n<ul>\n<li><code>https:\/\/schema.org\/BackOrder<\/code>: The item is on back order.<\/li>\n<li><code>https:\/\/schema.org\/Discontinued<\/code>: The item has been discontinued.<\/li>\n<li><code>https:\/\/schema.org\/InStock<\/code>: The item is in stock.<\/li>\n<li><code>https:\/\/schema.org\/InStoreOnly<\/code>: The item is only available for purchase in store.<\/li>\n<li><code>https:\/\/schema.org\/LimitedAvailability<\/code>: The item has limited availability.<\/li>\n<li><code>https:\/\/schema.org\/OnlineOnly<\/code>: The item is available online only.<\/li>\n<li><code>https:\/\/schema.org\/OutOfStock<\/code>: The item is currently out of stock.<\/li>\n<li><code>https:\/\/schema.org\/PreOrder<\/code>: The item is available for pre-order.<\/li>\n<li><code>https:\/\/schema.org\/PreSale<\/code>: The item is available for ordering and delivery before general availability.<\/li>\n<li><code>https:\/\/schema.org\/SoldOut<\/code>: The item has been sold out.<\/li>\n<\/ul>\n<p>The short names without the URL prefix are also supported (for example, <code>BackOrder<\/code>).<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>priceCurrency<\/code> oder <code>priceSpecification.priceCurrency<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Text\" class=\"external-link\">Text<\/a><\/code><\/p>\n<p>The currency used to describe the product price, in three-letter<br \/>\n          <a href=\"https:\/\/en.wikipedia.org\/wiki\/ISO_4217\" class=\"external-link\">ISO 4217<\/a><br \/>\n          format.<\/p>\n<p>This property is currently recommended for product snippets to help Google<br \/>\n          determine the currency more accurately, but required for merchant listing experiences.<br \/>\n          It is therefore best to always provide this property.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>priceValidUntil<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Date\" class=\"external-link\">Date<\/a><\/code><\/p>\n<p>The date (in <a href=\"https:\/\/en.wikipedia.org\/wiki\/ISO_8601\" class=\"external-link\">ISO 8601<\/a><br \/>\n          date format) after which the price will no longer be available, if applicable. Your product snippet<br \/>\n          may not display if the <code>priceValidUntil<\/code> property indicates a past date.<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h4 id=\"unit-price-specification-properties\" tabindex=\"-1\"><code>UnitPriceSpecification<\/code><\/h4>\n<p>\n  The full definition of <code>UnitPriceSpecification<\/code> is available at<br \/>\n  <code><a href=\"https:\/\/schema.org\/UnitPriceSpecification\" class=\"external-link\">schema.org\/UnitPriceSpecification<\/a><\/code>.<br \/>\n  Use the following properties to capture more complex pricing schemes.\n<\/p>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"30%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Required properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>price<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Number\" class=\"external-link\">Number<\/a><\/code><\/p>\n<p>\n          The offer price of a product. See also the <code>price<\/code> property of <code>Offer<\/code>.\n        <\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"30%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Recommended properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>priceCurrency<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Text\" class=\"external-link\">Text<\/a><\/code><\/p>\n<p>The currency used to describe the product price, in three-letter<br \/>\n          <a href=\"https:\/\/en.wikipedia.org\/wiki\/ISO_4217\" class=\"external-link\">ISO 4217<\/a> format.<br \/>\n          See also the <code>priceCurrency<\/code> property of <code>Offer<\/code>.<\/p>\n<p>While this property is optional for product snippets, it&#8217;s strongly recommended because<br \/>\n          it avoids pricing ambiguities and it&#8217;s required for merchant<br \/>\n          listing experiences.<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h4 id=\"aggregate-offer-properties\" tabindex=\"-1\"><code>AggregateOffer<\/code><\/h4>\n<p>\n  The full definition of <code>AggregateOffer<\/code> is available at<br \/>\n  <code><a href=\"https:\/\/schema.org\/AggregateOffer\" class=\"external-link\">schema.org\/AggregateOffer<\/a><\/code>.<br \/>\n  An <code>AggregateOffer<\/code> is a kind of <code>Offer<\/code> representing an aggregation of<br \/>\n  other offers. For example, it can be used for a product that is being sold by multiple merchants.<br \/>\n  Don&#8217;t use <code>AggregateOffer<\/code> to describe a set of product variants.<br \/>\n  When marking up aggregate offers within a product, use the following properties of the <code>schema.org<\/code><br \/>\n  <a href=\"https:\/\/schema.org\/AggregateOffer\" class=\"external-link\"><code>AggregateOffer<\/code><\/a> type:\n<\/p>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"30%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Required properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>lowPrice<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Number\" class=\"external-link\">Number<\/a><\/code><\/p>\n<p>\n          The lowest price of all offers available. Use a decimal separator (<code>.<\/code>) when<br \/>\n          expressing fractions of a currency unit, such as 1.23 for $1.23 US dollars.\n        <\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>priceCurrency<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Text\" class=\"external-link\">Text<\/a><\/code><\/p>\n<p>The currency used to describe the product price, in three-letter<br \/>\n          <a href=\"https:\/\/en.wikipedia.org\/wiki\/ISO_4217\" class=\"external-link\">ISO 4217<\/a> format.<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table class=\"responsive fixed\">\n<colgroup>\n<col width=\"30%\"><\/colgroup>\n<thead>\n<tr>\n<th colspan=\"2\">Recommended properties<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>highPrice<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Number\" class=\"external-link\">Number<\/a><\/code><\/p>\n<p>The highest price of all offers available. Use a floating point number if necessary.<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td><code>offerCount<\/code><\/td>\n<td>\n<p><code><a href=\"https:\/\/schema.org\/Number\" class=\"external-link\">Number<\/a><\/code><\/p>\n<p>The number of offers for the product.<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"monitor\" tabindex=\"-1\">Monitor rich results with Search Console<\/h2>\n<p>\n   Search Console is a tool that helps you monitor how your pages perform in Google Search.<br \/>\n   You don&#8217;t have to sign up for Search Console to be included in Google Search results,<br \/>\n   but it can help you understand and improve how Google sees your site. We<br \/>\n   recommend checking Search Console in the following cases:<\/p>\n<ol>\n<li><a href=\"#after-deploying\">After deploying structured data for the first time<\/a><\/li>\n<li><a href=\"#after-releasing\">After releasing new templates or updating your code<\/a><\/li>\n<li><a href=\"#analyzing-periodically\">Analyzing traffic periodically<\/a><\/li>\n<\/ol>\n<div class=\"video-wrapper-full-width\"><\/div>\n<h3 id=\"after-deploying\" tabindex=\"-1\">\n    After deploying structured data for the first time<br \/>\n  <\/h3>\n<p>\n    After Google has indexed your pages, look for issues using the relevant<br \/>\n    <a href=\"https:\/\/support.google.com\/webmasters\/answer\/7552505\" class=\"external-link\">Rich result status report<\/a>.<br \/>\n    Ideally, there will be an increase of valid items, and no increase in invalid items. If you find issues<br \/>\n    in your structured data:<\/p>\n<ol>\n<li><a href=\"#troubleshooting\">Fix the invalid items<\/a>.<\/li>\n<li><a href=\"https:\/\/support.google.com\/webmasters\/answer\/9012289#test_live_page\" class=\"external-link\">Inspect a live URL<\/a> to check if the issue persists.<\/li>\n<li><a href=\"https:\/\/support.google.com\/webmasters\/answer\/13300208\" class=\"external-link\">Request validation<\/a> using the status report.<\/li>\n<\/ol>\n<h3 id=\"after-releasing\" tabindex=\"-1\">\n    After releasing new templates or updating your code<br \/>\n  <\/h3>\n<p>     When you make significant changes to your website, monitor for increases in structured data invalid items.<\/p>\n<ul>\n<li>If you see an <b>increase in invalid items<\/b>, perhaps you rolled out a new template that doesn&#8217;t work, or your site interacts with the existing<br \/>\n    template in a new and bad way.<\/li>\n<li>If you see a <b>decrease in valid items<\/b> (not matched by an increase in invalid items), perhaps you are<br \/>\n      no longer embedding structured data in your pages. Use the <a href=\"https:\/\/support.google.com\/webmasters\/answer\/9012289\" class=\"external-link\"><br \/>\n      URL Inspection tool<\/a> to learn what is causing the issue.<\/li>\n<\/ul>\n<h3 id=\"analyzing-periodically\" tabindex=\"-1\">\n    Analyzing traffic periodically<br \/>\n  <\/h3>\n<p>    Analyze your Google Search traffic using the <a href=\"https:\/\/support.google.com\/webmasters\/answer\/7576553\" class=\"external-link\">Performance Report<\/a>.<br \/>\n      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<br \/>\n      the average position you appear on search results. You can also automatically pull these<br \/>\n      results with the <a href=\"https:\/\/developers.google.com\/webmaster-tools\/search-console-api-original\/v3\/how-tos\/search_analytics\" class=\"external-link\">Search Console API<\/a>.<\/p>\n<p>\n      There are two Search Console reports related to <code>Product<\/code> structured data:\n    <\/p>\n<ul>\n<li><b><a href=\"https:\/\/search.google.com\/search-console\/r\/merchant-listings\" class=\"external-link\">Merchant listings report<\/a><\/b>:<br \/>\n        For pages where shoppers can buy products.<\/li>\n<li><b><a href=\"https:\/\/search.google.com\/search-console\/r\/product\" class=\"external-link\">Product snippets report<\/a><\/b>:<br \/>\n        For other product related pages such as product reviews and aggregator sites.<\/li>\n<\/ul>\n<p>\n      Both reports provide warnings and errors related to <code>Product<\/code> structured data, but<br \/>\n      are separate due to the different requirements for the associated experiences. For example, the<br \/>\n      <a href=\"https:\/\/search.google.com\/search-console\/r\/merchant-listings\" class=\"external-link\">Merchant listings report<\/a><br \/>\n      includes checks for product snippets that include <code>Offer<\/code><br \/>\n      structured data, so the<br \/>\n      <a href=\"https:\/\/search.google.com\/search-console\/r\/product\" class=\"external-link\">Product snippets<\/a><br \/>\n      report only needs to be consulted for non-merchant listing pages.\n    <\/p>\n<h2 id=\"troubleshooting\" tabindex=\"-1\">Troubleshooting<\/h2>\n<p>\n    If you&#8217;re having trouble implementing or debugging structured data, here are some resources that<br \/>\n    may help you.\n  <\/p>\n<ul>\n<li>If you&#8217;re using a content management system (CMS) or someone else is taking care of your site,<br \/>\n      ask them to help you. Make sure to forward any Search Console message that details the issue to them.<\/li>\n<li>Google does not guarantee that features that consume structured data will show up in search results.<br \/>\n      For a list of common reasons why Google may not show your content in a rich result, see the<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/structured-data-guidelines\/\">General Structured Data Guidelines<\/a>.<\/li>\n<li>You might have an error in your structured data. Check the<br \/>\n      <a href=\"https:\/\/support.google.com\/webmasters\/answer\/13300873\" class=\"external-link\">list of structured data errors<\/a><br \/>\n      and the <a href=\"https:\/\/support.google.com\/webmasters\/answer\/9166415\" class=\"external-link\">Unparsable structured data report<\/a>.<\/li>\n<li>If you received a structured data manual action against your page, the structured data on<br \/>\n      the page will be ignored (although the page can still appear in Google Search results). To fix<br \/>\n      <a href=\"https:\/\/support.google.com\/webmasters\/answer\/9044175#zippy=%2Cstructured-data-issue\" class=\"external-link\">structured data issues<\/a>, use the <a href=\"https:\/\/support.google.com\/webmasters\/answer\/9044175\" class=\"external-link\">Manual Actions report<\/a>.\n    <\/li>\n<li>Review the <a href=\"#guidelines\">guidelines<\/a> again to identify if your content isn&#8217;t compliant<br \/>\n      with the guidelines. The problem can be caused by either spammy content or spammy markup usage.<br \/>\n        However, the issue may not be a syntax issue, and so the Rich Results Test won&#8217;t be able to<br \/>\n        identify these issues.\n    <\/li>\n<li><a href=\"https:\/\/support.google.com\/webmasters\/answer\/13300208\" class=\"external-link\">Troubleshoot missing rich results \/ drop in total rich results<\/a>.<\/li>\n<li>Allow time for re-crawling and re-indexing. Remember that it may take several days after<br \/>\n      publishing a page for Google to find and crawl it. For general questions about crawling and indexing, check the<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/google-search-crawling-and-indexing-faq\/\" class=\"external-link\">Google Search crawling and indexing FAQ<\/a>.\n    <\/li>\n<li>Post a question in the <a href=\"https:\/\/support.google.com\/webmasters\/community\" class=\"external-link\">Google Search Central forum<\/a>.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to add product snippet structured data to attract potential buyers while they are searching for products on Google.<\/p>\n","protected":false},"menu_order":99,"template":"","meta":{"footnotes":""},"ar_kb_kategori":[680],"ar_kb_etiket":[],"class_list":["post-25525","ar_kb","type-ar_kb","status-publish","has-post-thumbnail","hentry","ar_kb_kategori-shopping"],"_links":{"self":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb\/25525","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb"}],"about":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/types\/ar_kb"}],"version-history":[{"count":0,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb\/25525\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/media\/27557"}],"wp:attachment":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/media?parent=25525"}],"wp:term":[{"taxonomy":"ar_kb_kategori","embeddable":true,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb_kategori?post=25525"},{"taxonomy":"ar_kb_etiket","embeddable":true,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb_etiket?post=25525"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}