Magento 2.2 Rich Snippets - список всех изображений для продукта - PullRequest
0 голосов
/ 17 марта 2020

Product Page Rich Snippets визуализируются с помощью \ app \ design \ frontend \ VENDOR \ THEME \ Magento_Catalog \ templates \ product \ view \ rich_snippets.p html

<meta itemprop="image" content="<?php /* @escapeNotVerified */ echo $block->stripTags($block->getImage($_product, 'product_base_image')->getImageUrl()); ?>" />

Просмотр списка всех изображений из страница продукта, разделенная запятой, например

"image": ["https://path.to/this-product-image-one.jpg","https://path.to/this-product-image-two.jpg", "https://path.to/this-product-image-three.jpg"],
...