Hello all, In my website i implemented "Review-aggregate" structured data. Here every time i need to modify the review ratings and the counts manually. Is it possible that it can be make automate ? <div itemscope itemtype="ex.com"> <span itemprop="name">Example</span> <div itemprop="aggregateRating" itemscope itemtype="ex.com/AggregateRating"> Rated <span itemprop="ratingValue">4.75</span>/5 based on <span itemprop="reviewCount">100</span> reviews </div>