diff --git a/frontend/views/catalog/product.php b/frontend/views/catalog/product.php index 07ea69f..4410c2d 100755 --- a/frontend/views/catalog/product.php +++ b/frontend/views/catalog/product.php @@ -5,7 +5,7 @@ use yii\helpers\Url; //$this->params['seo']['title'] = $product->fullname; $this->params['seo']['title'] = "Купить " . substr($product->category->categoryName->value, 0, -2) . " " . $product->fullname . " купить в Киеве, Харькове, Украине: цены, отзывы - Rukzachok.com.ua"; - +$this->params['seo']['description'] = "Заказать " . substr($product->category->categoryName->value, 0, -2) . " " . $product->fullname . " - самые модные и стильные рюкзаки в Украине по лучшим ценам. Интернет магазин рюкзаков Rukzachok.com.ua"; $this->title = $product->fullname; //$this->title = (! empty($product->meta_title)) ? $product->meta_title : $product->fullname; //$this->registerMetaTag (['name' => 'description', 'content' => ((! empty($product->meta_description)) ? $product->meta_description : $product->fullname)]); -- libgit2 0.21.4