Reputation: 477
using review microdata is there a way to markup individual "Pros" and "Cons" outside of the review description? using schema.org or microformats no info on http://schema.org/Review
useful where there are lists of pros and cons on top of the long review description.
Upvotes: 0
Views: 580
Reputation: 96547
Well, schema.org’s http://schema.org/Review
doesn’t define such properties.
The actual review is given by the reviewBody
property, which would include both, pros and cons.
Upvotes: 2