diff --git a/frontend/views/catalog/brand.php b/frontend/views/catalog/brand.php index acb0f2b..1a16ef0 100755 --- a/frontend/views/catalog/brand.php +++ b/frontend/views/catalog/brand.php @@ -11,7 +11,7 @@ use yii\widgets\ListView; $this->params['seo']['title'] = !empty($brand->meta_title) ? $brand->meta_title : ''; -$this->params['seo']['fields']['meta-title'] = $brand->meta_title; +$this->params['seo']['fields']['name'] = $brand->name; $this->params['seo']['h1'] = !empty($brand->h1) ? $brand->h1 : $brand->name; $this->params['seo']['seo_text'] = $brand->seo_text; $this->params['seo']['description'] = $brand->meta_desc; -- libgit2 0.21.4