Commit 56682f3356ca0885cab4ad23b46a60e3a9f5ed0d

Authored by Dima
1 parent f04f50bc

правки микророзметки )

src/app/frontend/views/index.php
... ... @@ -61,27 +61,7 @@ $page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : '';
61 61 <?php endif; ?>
62 62 <div id="wrapper" class="clearfix">
63 63 <div id="header" class="clearfix">
64   - <div style="display: none" itemscope itemtype="http://schema.org/LocalBusiness">
65   - <meta itemprop="name" content="Semena.in.ua - інтернет-магазин. ТМ «Професійне насіння»">
66   - <meta itemprop="logo" content="http://semena.in.ua/images/logo.png">
67   - <img itemprop="image" src="http://semena.in.ua/images/logo.png" alt="Semena.in.ua - інтернет-магазин. ТМ «Професійне насіння»">
68   - <span itemprop="priceRange">UAH</span>
69   - <span style="display: none">
70   - <link itemprop="url" href="http://semena.in.ua/ru">
71   - <a itemprop="sameAs" href="https://www.facebook.com/Professionalseeds">FB</a>
72   - </span>
73   - <meta itemprop="telephone" content="+38 (044) 392 43 17 ">
74   - <meta itemprop="telephone" content="+38 (093) 026 86 64">
75   - <meta itemprop="telephone" content="+38 (067) 464 48 59">
76   - <meta itemprop="telephone" content="+38 (050) 464 48 59">
77   - <meta itemprop="telephone" content="+38 (093) 170 18 29">
78   - <span itemprop="email">info@hs.kiev.ua</span>
79   - <div style="display: none" itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
80   - <span itemprop="streetAddress">вул. Садова 95</span>
81   - <span itemprop="addressLocality">м. Київ</span>
82   - <span itemprop="postalCode">02002 а/с 115</span>
83   - </div>
84   - </div>
  64 +
85 65 <div style="display: none" itemscope itemtype="http://schema.org/WebSite">
86 66 <meta itemprop="url" content="http://semena.in.ua/ru"/>
87 67 <form itemprop="potentialAction" itemscope itemtype="http://schema.org/SearchAction">
... ... @@ -97,6 +77,28 @@ $page_title = isset( $page_title ) &amp;&amp; !empty( $page_title ) ? $page_title : &#39;&#39;;
97 77 <div class="float"><?php if($lang_id==1):?>Українською<?php else: ?><a href="<?= isset($change_lang_url['1']) && !empty($change_lang_url['1']) ? $change_lang_url['1'] : '/' ?>" title="" <?php if($lang_id==1):?>class="active"<?php endif; ?>>Українською</a><?php endif; ?></div>
98 78 <div class="float"><?php if($lang_id==2):?>По-русски<?php else: ?><a href="<?= isset($change_lang_url['2']) && !empty($change_lang_url['2']) ? $change_lang_url['2'] : '/ru' ?>" title="" <?php if($lang_id==2):?>class="active"<?php endif; ?>>По-русски</a><?php endif; ?></div>
99 79 </div>
  80 + <div itemscope itemtype="http://schema.org/LocalBusiness">
  81 + <meta itemprop="name" content="Semena.in.ua - інтернет-магазин. ТМ «Професійне насіння»">
  82 + <meta itemprop="logo" content="http://semena.in.ua/images/logo.png">
  83 + <img itemprop="image" src="http://semena.in.ua/images/logo.png" alt="Semena.in.ua - інтернет-магазин. ТМ «Професійне насіння»">
  84 + <span itemprop="priceRange">UAH</span>
  85 + <span style="display: none">
  86 + <link itemprop="url" href="http://semena.in.ua/ru">
  87 + <a itemprop="sameAs" href="https://www.facebook.com/Professionalseeds">FB</a>
  88 + </span>
  89 + <meta itemprop="telephone" content="+38 (044) 392 43 17 ">
  90 + <meta itemprop="telephone" content="+38 (093) 026 86 64">
  91 + <meta itemprop="telephone" content="+38 (067) 464 48 59">
  92 + <meta itemprop="telephone" content="+38 (050) 464 48 59">
  93 + <meta itemprop="telephone" content="+38 (093) 170 18 29">
  94 + <meta itemprop="email" content="info@hs.kiev.ua">
  95 + <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
  96 + <meta itemprop="streetAddress" content="вул. Садова 95">
  97 + <meta itemprop="addressLocality" content="м. Київ">
  98 + <meta itemprop="postalCode" content="02002 а/с 115">
  99 + </div>
  100 + </div>
  101 +
100 102 <div class="contact_phones">
101 103 <span class="small_digits">(044)</span><span> 392-43-17</span>
102 104 <span class="small_digits">(093)</span><span> 170-18-29</span>
... ...
src/app/frontend/views/page/item.php
... ... @@ -258,7 +258,7 @@
258 258 <li class="float active_tab first_tab" data-change_item_description="tabs_description"><a href="#" title=""><?= $t->_("description")?></a></li>
259 259 <li class="float not_active" data-change_item_description="tabs_properties"><a href="#" title=""><?= $t->_("features")?></a></li>
260 260 <?php if(!empty($item['content_video'])):?><li class="float not_active" data-change_item_description="tabs_video"><a href="#" title=""><?= $t->_("video")?></a></li><?php endif;?>
261   - <li class="float last_tab not_active" data-change_item_description="tabs_comments"><a href="#" title=""><?= $t->_("reviews")?></a></li>
  261 + <?php /*<li class="float last_tab not_active" data-change_item_description="tabs_comments"><a href="#" title=""><?= $t->_("reviews")*/?><?php /*</a></li>*/?>
262 262 </ul>
263 263 </div>
264 264 </div>
... ... @@ -306,6 +306,7 @@
306 306 <?php endforeach;
307 307 }?>
308 308 </div>
  309 + <?php /*
309 310 <div class="display_none tabs_comments item_menu_content_wrapper">
310 311 <div id="mc-review"></div>
311 312 <script type="text/javascript">
... ... @@ -319,8 +320,8 @@
319 320 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(mc, s.nextSibling);
320 321 })();
321 322 </script>
322   - <a id="mc-link" href="http://cackle.ru">Социальные отзывы <b style="color:#4FA3DA">Cackl</b><b style="color:#F65077">e</b></a>
323   - </div>
  323 + </div>
  324 + */ ?>
324 325 </div>
325 326 </div>
326 327 </div>
... ...
src/app/frontend/views/page/subtype.php
... ... @@ -226,15 +226,17 @@
226 226  
227 227 </div>
228 228 </div>
229   - <div style="display:none;" itemprop="offers" itemscope itemtype="http://schema.org/AggregateOffer">
230   - <span itemprop="priceCurrency">UAH</span>
231   - <span itemprop="lowPrice"><?=$max_min_price['min_price']?></span>
232   - <span itemprop="highPrice"><?=$max_min_price['max_price']?></span>
  229 + <div itemprop="offers" itemscope itemtype="http://schema.org/AggregateOffer">
  230 + <meta itemprop="priceCurrency" content="UAH">
  231 + <meta itemprop="lowPrice" content="<?=$max_min_price['min_price']?>">
  232 + <meta itemprop="highPrice" content="<?=$max_min_price['max_price']?>">
233 233 </div>
234   - <div style="display: none" itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
235   - <span itemprop="ratingValue">5</span>
236   - <span itemprop="reviewCount">51</span>
  234 + <?php /*
  235 + <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
  236 + <meta itemprop="ratingValue" content="5">
  237 + <meta itemprop="reviewCount" content="51"
237 238 </div>
  239 + */ ?>
238 240 </div>
239 241  
240 242  
... ...