Can I Change typeof=”Blog” into typeof=”Review”?
-
This is the code generated by kk Star Ratings plugin
<div vocab="https://schema.org/" typeof="Blog"> <div property="name" class="kksr-title">Resort Name</div> <div property="aggregateRating" typeof="AggregateRating"> <span property="ratingValue">4</span> (80%) <span property="ratingCount">1</span> vote <meta property="bestRating" content="5"> <meta property="worstRating" content="1"> </div> </div>
Can I change it into something like this –>
<div vocab="https://schema.org/" typeof="Review"> <div property="name" class="kksr-title" typeof="LocalBusiness">Resort Name</div> <div property="aggregateRating" typeof="AggregateRating"> <span property="ratingValue">4</span> (80%) <span property="ratingCount">1</span> vote <meta property="bestRating" content="5"> <meta property="worstRating" content="1"> </div> </div>
- The topic ‘Can I Change typeof=”Blog” into typeof=”Review”?’ is closed to new replies.