Jump to content

Invalid object type for field "itemReviewed"


Go to solution Solved by Marc Stridgen,

Recommended Posts

Hi,

After the improvement in Review microdata added in version 4.6.8, Google is now complaining about this:

Invalid object type for field "itemReviewed"

Sample URL: https://www.clubedohardware.com.br/livro-redes-de-computadores

Where:

"aggregateRating": {
        "@type": "AggregateRating",
        "reviewCount": 5,
        "ratingValue": 4.8,
        "bestRating": "5"
    }

If you run this URL at https://search.google.com/test/rich-results, you will see the same error being pointed out.

Please advise.

Cheers.

Link to comment
Share on other sites

The problem as far as I can see is with Google. Schema.org supports the aggregateRating property in an Article schema type - https://schema.org/Article (and many others).

However, Google is picky and they only support it in a certain types. - https://developers.google.com/search/docs/advanced/structured-data/review-snippet. You'll notice that they don't have support for reviewing 'Articles'.

It comes down to whether to leave it in place for any other search engine or platform that uses the data, or remove it to appease Google.

Link to comment
Share on other sites

@Stuart Silvester In our case,the reviews are only enabled in two databases in Pages: books (which lists our books) and courses (which lists our online courses). Maybe an option in Pages to select the kind of property, i.e. a setting that we can select the proper property (e.g., Book https://schema.org/Book or Product https://schema.org/Product), depending on the kind of database we have. I believe this would fix the issue. Just an idea. Because right now the platform lists everything as Article.

Link to comment
Share on other sites

  • 4 weeks later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...