Commit 9a1e54af8ebc4628167585f11e614cce30e65e19

Authored by Administrator
1 parent 21c91e43

big commti

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/catalog/brand.php
@@ -11,7 +11,7 @@ use yii\widgets\ListView; @@ -11,7 +11,7 @@ use yii\widgets\ListView;
11 11
12 $this->params['seo']['title'] = !empty($brand->meta_title) ? $brand->meta_title : ''; 12 $this->params['seo']['title'] = !empty($brand->meta_title) ? $brand->meta_title : '';
13 13
14 -$this->params['seo']['fields']['meta-title'] = $brand->meta_title; 14 +$this->params['seo']['fields']['name'] = $brand->name;
15 $this->params['seo']['h1'] = !empty($brand->h1) ? $brand->h1 : $brand->name; 15 $this->params['seo']['h1'] = !empty($brand->h1) ? $brand->h1 : $brand->name;
16 $this->params['seo']['seo_text'] = $brand->seo_text; 16 $this->params['seo']['seo_text'] = $brand->seo_text;
17 $this->params['seo']['description'] = $brand->meta_desc; 17 $this->params['seo']['description'] = $brand->meta_desc;