@OlegsIf I am correct, it is just warning and recommendation, if listing does not have any rating, what you want to show there, what kind of rating?
@OlegsSo set there some fake values for rating if you think it's going to help you
Quote from: MB Themes on June 10, 2019, 04:42:57 PM@OlegsSo set there some fake values for rating if you think it's going to help youYou can google about it.
<span itemscope itemtype="http://schema.org/Product"> <meta itemprop="name" content="<?php echo osc_esc_html(osc_item_title()); ?>" /> <meta itemprop="description" content="<?php echo osc_esc_html(osc_highlight(osc_item_description(), 500)); ?>" /> <?php if(osc_count_item_resources() > 0) { ?><meta itemprop="image" content="<?php echo osc_resource_url(); ?>" /><?php } ?> </span>