Commit 8a7d402eaec266d462d13e9e9b424a177fdab49a

Authored by Yarik
1 parent 8fef08bc

Structure data fix.

Showing 1 changed file with 8 additions and 8 deletions   Show diff stats
frontend/views/layouts/main.php
... ... @@ -177,15 +177,15 @@ $this->registerJs("
177 177 <div class="wrap br f">
178 178  
179 179 <div class="header">
180   - <div itemscope itemtype="http://schema.org/Organization">
  180 + <div>
181 181 <div class="phone">
182 182 <div class="tel">
183   - <span itemprop="telephone">(044) 303 90 15</span><br/>
184   - <span itemprop="telephone">(093) 911 05 03</span><br/>
185   - <span itemprop="telephone">(095) 004 56 55</span><br/>
186   - <span itemprop="telephone">(068) 083 62 01</span>
  183 + <span>(044) 303 90 15</span><br/>
  184 + <span>(093) 911 05 03</span><br/>
  185 + <span>(095) 004 56 55</span><br/>
  186 + <span>(068) 083 62 01</span>
187 187 </div>
188   - <a href="mailto:rukza4ok@eltrade.com.ua" itemprop="email">rukza4ok@eltrade.com.ua</a>
  188 + <a href="mailto:rukza4ok@eltrade.com.ua">rukza4ok@eltrade.com.ua</a>
189 189 <!-- <a href="#" id='call'>Обратный звонок</a>-->
190 190 </div>
191 191 </div>
... ... @@ -394,7 +394,7 @@ $this-&gt;registerJs(&quot;
394 394 ?>
395 395 </div>
396 396  
397   - <div itemscope itemtype="http://schema.org/Organization">
  397 + <div itemscope itemtype="http://schema.org/LocalBusiness">
398 398  
399 399 <div class="leftbar">
400 400 <ul>
... ... @@ -430,7 +430,7 @@ $this-&gt;registerJs(&quot;
430 430 <?php echo Html::submitButton (' Подписаться ', ['class' => 'submit4m']); ?>
431 431 <?php ActiveForm::end (); ?>
432 432  
433   - <div class="header-time footer_time" itemscope itemtype="http://schema.org/LocalBusiness">
  433 + <div class="header-time footer_time">
434 434 <table>
435 435 <tr>
436 436 <td>
... ...