Hello everyone,
I would like to report a possible BUG regarding the snippets inserted by the yootheme/vmuikit pagebuilder module regarding the
virtuemart Product review module.
In particular, it seems that
Google Search Console does not recognize the
schema.org structure used in product detail age and insert by the file in this path:
Code:
/plugins/system/vmuikitx_override/dynamic/template/product_reviews.php
This file contains code that inserts the following snippets:
Code:
itemscope itemtype="Review" itemprop="author" itemprop="reviewRating"
I proceeded to remove them from the
product_reviews.php file and the problem is solved.
I currently use another component that completely manages Google Search Console snippets.
I attach the warning reported by Google as a reference to the error.
Can you verify and possibly fix the bug?
NB:
it might be useful to insert a control in the backend that allows you to enable/disable the schema.org code if you are not using an external plugin.
Many thanks.