Commit bab0e82d28131e482725b3af22dbd57c1a3a9e6b
1 parent
f42abee0
микроразметка каталога
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
frontend/views/catalog/_product_item.php
... | ... | @@ -5,7 +5,8 @@ |
5 | 5 | use yii\helpers\Html; |
6 | 6 | use yii\helpers\Url; |
7 | 7 | ?> |
8 | -<div class="catalog_item" itemscope itemtype="http://schema.org/Product"> | |
8 | +<div class="catalog_item"> | |
9 | +<!--<div class="catalog_item" itemscope itemtype="http://schema.org/Product">--> | |
9 | 10 | <div class="wrapper"> |
10 | 11 | <div class="item_container" > |
11 | 12 | <input class="prodInfo" type="hidden" value="[]"> | ... | ... |