Я пытаюсь добавить itemprop="image"
к app/design/frontend/[vendor]/mytheme/Magento_Catalog/layout/catalog_product_view.xml
, добавив:
<referenceBlock name="product.info.media.image">
<arguments>
<argument name="add_base_attribute" xsi:type="string">itemprop="image" </argument>
</arguments>
</referenceBlock>
, но это не работает для меня.Что я пропускаю?