Looking at the WooCommerce code repository, WooCommerce itself doesn’t any any markup relating to itemprop="description". The closest to that, that I could find, can be seen at https://github.com/woocommerce/woocommerce/blob/dec792b731dbbea6d34aa3ddcd6a3bf05bf43077/templates/single-product/review-meta.php#L33
So that file is located at woocommerce/templates/single-product/review-meta.php
Have you checked that that is caused by a template override from you theme?
Thread Starter
dos659
(@dos659)
It’s not in there for sure, i know it because i already deleted the schema markup from the review meta.
It drives me crazy that i cannot find it.
no, my template doesn’t have anything related to reviews. everything comes from woocomerce.
Thread Starter
dos659
(@dos659)
its inside here:
/woocommerce/includes/wc-template-functions.php
thanks