I am considering adding a subject field to the data object of the review. It is fairly common on most sites to have a single line subject to represent the overall sentiment of the review. Amazon is the king in this department.
Also it would correlate to the schema that is the standard for representing reviews:
The field is "name" which is inherited from Thing object.
http://schema.org/Review
This effects SEO. What I do now is fill that field with N characters snippet from the review body.
I am considering adding a subject field to the data object of the review. It is fairly common on most sites to have a single line subject to represent the overall sentiment of the review. Amazon is the king in this department.
Also it would correlate to the schema that is the standard for representing reviews:
The field is "name" which is inherited from Thing object.
http://schema.org/Review
This effects SEO. What I do now is fill that field with N characters snippet from the review body.