• Resolved omarcopolo

    (@omarcopolo)


    Hi !

    Since few days I got an error message in Google Search Console due to the Review Block :

    “Either “offers”, “review”, or “aggregateRating” should be specified”

    It’s new and it happened on all my websites with Ultimate Block.

    Do you have an idea of this issue ?

    Thanks a lot ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Imtiaz Rayhan

    (@imtiazrayhan)

    Hi @omarcopolo ,

    Thanks for reporting the issue.

    We can see the same error for our page too. We are working on a fix right away.

    Hopefully we will bring the fix on the next update. We are planning to release it next week.

    We are sorry for the inconvenience.

    Regards.

    Hey, had the same problem so as far as I can tell, the fix would be this:
    In the file ..wp-content/plugins/ultimate-blocks/src/blocks/review/block.php
    you need to replace the code inside the <script> tags along lines 70-74 with:

        {
       "@context":"https://schema.org/",
       "@type":"Review",
       "itemReviewed":{
          "@type":"Product",
          "name":"'.$itemName.'",
    	  "review":{"@type":"Review",
    	     "reviewBody":"'.$summaryDescription.'",
    	  "reviewRating":{
          "@type":"Rating",
          "ratingValue":'.$average.',
          "bestRating":'.$starCount.'
       },
       "author":{
          "@type":"Person",
          "name":"'.$authorName.'"
       }}
    	     
       },
       "author":{
          "@type":"Person",
          "name":"'.$authorName.'"
       }
    }

    That should be it. Kindly test it before going live with this. I did test with the Google structured data testing tool and the error is gone ??

    Plugin Author Ultimate Blocks

    (@ultimateblocks)

    Hi Sorin,

    Thank you so much for the input.

    We have also come up with a fix that will be available in the next update.

    We are sorry that you had to go through the code and come up with a fix yourself. But we are really glad that you posted the fix here.

    Thanks again.

    Regards.

    Great news! Looking forward to the next update. Cheers! ??

    Plugin Author Imtiaz Rayhan

    (@imtiazrayhan)

    Hi @omarcopolo & @sinners ,

    We have released an update today where the issue was fixed.

    Please update the plugin to the latest version.

    Let us know if you come across any issues.

    Regards.

    Thread Starter omarcopolo

    (@omarcopolo)

    Hello

    thanks for the update, it looks good now.

    Just to give you the information, I also have 6 or 7 warnings in Search console about review (just warning, not error but knowing Google it will become error in few months….)

    thanks for you great support ??

    Great! It works!

    I wouldn’t worry that much about those warnings…

    But I must say that as I am using the plugin on a tech-blog for product reviews, I think customers would indeed benefit from two of the warnings outputted by Google: the brand and the sku fields. It would be awesome if we could have someplace to fill them out – the current way of handling the review block is amazingly awesome. (okay, maybe just for those users that scroll right to the review conclusions and stars, as everyone should talk about the product specs in the content)

    Thread Starter omarcopolo

    (@omarcopolo)

    Hi

    I think there is an other issue since the update : rich snippets in google serp give a number of votes but not the name of the reviewer.

    Here is a screenshot : https://zupimages.net/up/19/44/dzn3.png

    thanks ??

    Plugin Author Imtiaz Rayhan

    (@imtiazrayhan)

    @sinners ,

    Thank you very much for the suggestions. We will look into it and see how we can include that in the schema.

    @omarcopolo ,

    Thanks for reporting that issue.

    We are looking into it. We will let you know as soon as we have something.

    Regards.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Review Block : search console error’ is closed to new replies.