i got the solution
try to use string locator plugin or just open plugin editor
edit this file wp-content/plugins/wp-postratings/wp-postratings.php
let say you have a movies site
change this
<div style="display: none;" itemprop="aggregateRating" itemscope itemtype="https://schema.org/AggregateRating">
become this
<div style="display: none;" itemprop="movie" itemscope itemtype="https://schema.org/movie">
here is the list of structure data that you can use
https://developers.google.com/search/docs/data-types/review-snippet
hope it helps
-
This reply was modified 4 years, 6 months ago by Vio.
-
This reply was modified 4 years, 6 months ago by Vio.