I noticed that the schema markup for comments on my site is wrong. Here is one example on my site that I have come across.
<h2 class="h-comments-title"><span>Comments <small>2</small></span></h2>
<ol class="x-comments-list">
<li id="li-comment-1310" itemprop="review" itemscope itemtype="http://schema.org/Review"class="comment even thread-even depth-1">
Comments are being marked up as “reviews” and they are simply comments on blog posts and pages of my site. So I’m getting errors in google search console, specifically: “The review has no reviewed item specified.” I have no idea why Wordpress/xtheme would add “review” schema markup for what is obviously visitor comments.
How do I correct this?
Edited to add that I just installed Snippet today to see if there was a way to change the comment markup (there isn’t) and I do not have any other plugins whose specific purposes is to add schema markup to pages.