positiveNotes property
dynamic
positiveNotes
getter/setter pair
Provides positive considerations regarding something, for example product
highlights or (alongside SchemanegativeNotes
) pro/con lists for
reviews.
In the case of a SchemaReview, the property describes the
SchemaitemReviewed
from the perspective of the review; in the case of a
SchemaProduct, the product itself is being described.
The property values can be expressed either as unstructured text (repeated as necessary), or if ordered, as a list (in which case the most positive is at the beginning of the list).
Supported types: SchemaItemList, SchemaListItem, String, SchemaWebContent
Implementation
dynamic positiveNotes;