我正在尝试将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>
但是它对我不起作用。我错过了什么?