Google added structured data support for pros and cons on product markup

Google added structured data support for pros and cons on product markup

Google has added structured data support to read and potentially use pros and cons for product review snippet in the Google Search results. Google said you can now “tell Google about your pros and cons by supplying pros and cons structured data on editorial review pages.”

Pros and cons look like:- Here is a screenshot of pros and cons showing in the Google Search results snippets:

Example search results snippet highlighting pros and cons from an editorial review
Even if you don't use this markup, Google may still show pros and cons in the product search result snippets.

Documentation

Google added a new section to the documentation over here that reads “Pros and cons: Help people see a high-level summary of the pros and cons of an editorial product review. The pros and cons appearance 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.”

<html>
  <head>
    <title>Cheese Knife Pro review</title>
    <script type="application/ld+json">
      {
        "@context": "http://schema.org",
        "@type": "Product",
        "name": "Cheese Knife Pro",
        "review": {
          "@type": "Review",
          "name": "Cheese Knife Pro review",
          "author": {
            "@type": "Person",
            "name": "Pascal Van Cleeff"
          },
          "positiveNotes": {
            "@type": "ItemList",
            "itemListElement": [
              {
                "@type": "ListItem",
                "position": 1,
                "name": "Consistent results"
              },
              {
                "@type": "ListItem",
                "position": 2,
                "name": "Still sharp after many uses"
              }
            ]
          },
          "negativeNotes": {
            "@type": "ItemList",
            "itemListElement": [
              {
                "@type": "ListItem",
                "position": 1,
                "name": "No child protection"
              },
              {
                "@type": "ListItem",
                "position": 2,
                "name": "Lacking advanced features"
              }
            ]
          }
        }
      }
    </script>
  </head>
  <body>
    . . .
    <p>Pros:</p>
    <ul>
      <li>Consistent results</li>
      <li>Still sharp after many uses</li>
    </ul>
    <p>Cons:</p>
    <ul>
      <li>No child protection</li>
      <li>Lacking advanced features</li>
    </ul>
    . . .
  </body>
</html>

Test tool

Google updated the Rich Results Test to check for pros and cons structured data in addition to all the other structured data types supported by Google Search, the company said. Google said you can use this tool to validate and confirm your structured data is proper and Google can read it.

Guidelines

Google added that if you add pros and cons structured data, you must follow these guidelines:

  • Currently, only editorial product review pages are eligible for the pros and cons appearance in Search, not merchant product pages or customer product reviews.
  • There must be at least two statements about the product. It can be any combination of positive and/or negative statements (for example, ItemList markup with two positive statements is valid).
  • The pros and cons must be visible to users on the page.

Structured data not required

Google said even if you do not add structured data, Google may still show pros and cons. I actually spotted this about a month ago in the wild. Google wrote, “If you do not provide structured data, Google may try to automatically identify pros and cons listed on the web page.”

Google did say it “will prioritize supplied structured data provided by you over automatically extracted data.” So it is probably best you do add the structured data, if you have it.

Why we care: Anything you can do to improve your click-through rate from Google Search to your website is a good thing. Adding more elements and rich results to your search snippet may help you improve clicks. So give it a try and test it out.

Read Also: Which smartphone should you choose if you want new Android and updates?

Source:- Google Search Central, SearchEngineland

About Post Author

Leave a Reply

Your email address will not be published. Required fields are marked *