• Resolved Robert DeVore

    (@deviodigital)


    I am currently working on a site that has had errors in a Google Report showing that the itemReviewed field is not present.

    When you look at the source for a page on the site, for instance the link to the page I need help with, you can see on line 320 there’s schema markup added to the header of the site. Then down the page further, on line 760 you can see another block of schema markup that actually adds the itemReviewed field in to it.

    So, for some reason there’s two instances of the schema markup being added to the page, the top one being the markup without the itemReviewed field, which Google is registering as missing (even with it being added to the second block further down the page).

    Any ideas on what could be causing this issue and how we can get the itemReviewed field in the top piece of code that’s added via your plugin?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author JS Morisset

    (@jsmoriss)

    The WPSSO RAR add-on (see https://www.ads-software.com/support/plugin/wpsso-ratings-and-reviews/) includes aggregate rating values as Open Graph and Schema meta tags, unless the WPSSO JSON add-on is also active, in which case the aggregate rating will be added to the Schema JSON-LD markup (which can express more than two dimensions of information). Note that the free version of the WPSSO JSON add-on does not include support for the Schema Recipe type, only Article, Blog, CreativeWork, ItemList, and Thing.

    Note that the Schema Recipe markup in your webpage is being added as microdata (from your theme templates), which is an old standard that you may want to replace by more modern (and recommended by Google) JSON-LD markup.

    js.

Viewing 1 replies (of 1 total)
  • The topic ‘Missing itemReviewed field’ is closed to new replies.