outeredge / magento-structured-data-module

Magento Structured Data Module by outer/edge
MIT License
46 stars 13 forks source link

Product review schema missing "itemReviewed" #37

Closed vseager closed 1 year ago

vseager commented 1 year ago

Product review schema missing "itemReviewed":

screenshot-search google com-2022 12 06-15_15_48

davidwindell commented 1 year ago

Suggest we add an after plugin on https://github.com/magento/magento2/blob/7c6b6365a3c099509d6f6e6c306cb1821910aab0/app/code/Magento/Review/Block/Product/ReviewRenderer.php#L101 that uses dom manipulation to delete the inline schema (itemProp etc):

https://github.com/magento/magento2/blob/2.4-develop/app/code/Magento/Review/view/frontend/templates/helper/summary.phtml#L17