Invalid/Outdated Markup
-
After adding the shortcodes to a page, I ran the page through Google’s Structured Data testing tool.
The results came back with two errors for AggregateReview.
- rating: The property Rating/rating is not recognized by Google for an object of type Rating.
- votes: The property Rating/votes is not recognized by Google for an object of type Rating.
Looking at the code generated for this page, this is the AggregateReview
<div itemscope itemtype="https://data-vocabulary.org/AggregateReview">Overall rating: <span itemprop="reviewRating" itemscope itemtype="https://data-vocabulary.org/Rating"><strong><span class="value" itemprop="rating">0</span></strong> out of <strong>5</strong> based on <span class="votes" itemprop="votes">0</span> reviews</div>
According to the data-vocabulary.org website,
Since June 2011, several major search engines have been collaborating on a new common data vocabulary called schema.org.
.
Shouldn’t the reviews be updated to match the schema.org review markup found here https://schema.org/Review ?
- The topic ‘Invalid/Outdated Markup’ is closed to new replies.