I just wanna ask if I can use meta tags to all properties in Schema.org or use it whenever I want?
Example:
<div itemscope itemtype="http://schema.org/Product">
<div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
<meta itemprop="ratingValue" content="2" />
<meta itemprop="reviewCount" content="144" />
</div>
<meta itemprop="name" content="name here">
<meta itemprop="description" content="description" />
</div>
Because I don't know if I'm already abusing the use of meta tags and also I don't wanna make those things visible to the page.