Mobile app version of vmapp.org
Login or Join
Vandalay111

: Error "Incomplete microdata with schema.org" for Review I have a product reviews on a site and I am adding Schema.org markup to the reviews. Here is the code I am using: <div class="blockquote-wrap">

@Vandalay111

Posted in: #GoogleRichSnippetsTool #Microdata #SchemaOrg

I have a product reviews on a site and I am adding Schema.org markup to the reviews. Here is the code I am using:

<div class="blockquote-wrap">
<blockquote itemprop="review" itemscope itemtype="http://schema.org/Review"><span itemprop="reviewBody">Text of the review itself.</span>
<cite><span itemprop="author">Author Name</span>, Location of Author</cite>
</blockquote>
</div>


This is all the reviews are. When I test the page using Google's Structured Data Testing Tool I receive this error:


Error: Incomplete microdata with schema.org.


My question is what data is missing that is required? I don't see which data is required on the Schema.org page for reviews.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Vandalay111

1 Comments

Sorted by latest first Latest Oldest Best

 

@Phylliss660

Because microdata is structured, Review must be contained by an object or reference to an object being reviewed, or as the result (associated with an agent) of a ReviewAction. According to the documentation at schema.org/Review, instances of Review may appear as values for the following properties:


resultReview
Organization
Product
CreativeWork
Place
Offer

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme