Commit 4a3c68f0ed30724196d8fe07799a0196a8492dce

Authored by Dmytry Fedorchuk
1 parent f8ed6ca0

Descr

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/catalog/product.php
... ... @@ -5,7 +5,7 @@ use yii\helpers\Url;
5 5  
6 6 //$this->params['seo']['title'] = $product->fullname;
7 7 $this->params['seo']['title'] = "Купить " . substr($product->category->categoryName->value, 0, -2) . " " . $product->fullname . " купить в Киеве, Харькове, Украине: цены, отзывы - Rukzachok.com.ua";
8   -
  8 +$this->params['seo']['description'] = "Заказать " . substr($product->category->categoryName->value, 0, -2) . " " . $product->fullname . " - самые модные и стильные рюкзаки в Украине по лучшим ценам. Интернет магазин рюкзаков Rukzachok.com.ua";
9 9 $this->title = $product->fullname;
10 10 //$this->title = (! empty($product->meta_title)) ? $product->meta_title : $product->fullname;
11 11 //$this->registerMetaTag (['name' => 'description', 'content' => ((! empty($product->meta_description)) ? $product->meta_description : $product->fullname)]);
... ...