Commit bc3a0c0075def67370fb4c910f849e2067a824a0

Authored by Alex Savenko
1 parent bab0e82d

микроразметка каталога

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
frontend/views/catalog/_product_item.php
... ... @@ -5,8 +5,11 @@
5 5 use yii\helpers\Html;
6 6 use yii\helpers\Url;
7 7 ?>
  8 +<?php
  9 +//микроразметка отключена по просьбе сео 16.02.17
  10 +//<div class="catalog_item" itemscope itemtype="http://schema.org/Product">
  11 +?>
8 12 <div class="catalog_item">
9   -<!--<div class="catalog_item" itemscope itemtype="http://schema.org/Product">-->
10 13 <div class="wrapper">
11 14 <div class="item_container" >
12 15 <input class="prodInfo" type="hidden" value="[]">
... ...