Commit c8fbb9d2e5c22f34af163e7fbf395b081d22a444
1 parent
7b1151da
микроразметка
Showing
1 changed file
with
2 additions
and
2 deletions
 
Show diff stats
frontend/views/layouts/main.php
| @@ -157,7 +157,7 @@ $this->registerMetaTag( | @@ -157,7 +157,7 @@ $this->registerMetaTag( | ||
| 157 | <link type="image/x-icon" href="favicon.ico" rel="icon"> | 157 | <link type="image/x-icon" href="favicon.ico" rel="icon"> | 
| 158 | <?= Html::csrfMetaTags() ?> | 158 | <?= Html::csrfMetaTags() ?> | 
| 159 | <title><?=Html::encode($seo->title)?></title> | 159 | <title><?=Html::encode($seo->title)?></title> | 
| 160 | - <div class="row" itemscope itemtype="http://schema.org"> | 160 | + <div class="row"> | 
| 161 | <?php $this->head() ?> | 161 | <?php $this->head() ?> | 
| 162 | </head> | 162 | </head> | 
| 163 | <body id="body"> | 163 | <body id="body"> | 
| @@ -651,7 +651,7 @@ $this->registerMetaTag( | @@ -651,7 +651,7 @@ $this->registerMetaTag( | ||
| 651 | ]; | 651 | ]; | 
| 652 | 652 | ||
| 653 | if(isset($phones[0])) { | 653 | if(isset($phones[0])) { | 
| 654 | - $layoutMicrodata['contactPoint']['telephone']=$phones[0]; | 654 | + $layoutMicrodata['contactPoint']['telephone'] = "+38" . $phones[0]; | 
| 655 | } | 655 | } | 
| 656 | 656 | ||
| 657 | 657 | 
