From 61531d3bcfe472efc964496c0585e2a0dbe6551b Mon Sep 17 00:00:00 2001 From: Meteo Date: Thu, 2 Feb 2017 12:41:18 +0200 Subject: [PATCH] new Tytle H1 description --- src/app/frontend/controllers/PageController.php | 25 +++++++++++++++++++------ src/app/frontend/views/page/item.php | 4 ++-- 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/src/app/frontend/controllers/PageController.php b/src/app/frontend/controllers/PageController.php index 237a4eb..e1de951 100644 --- a/src/app/frontend/controllers/PageController.php +++ b/src/app/frontend/controllers/PageController.php @@ -911,18 +911,31 @@ $seo = $this->seoUrl->getSeoData($this->models->getSeoInfo()->getAllSeo()); - $catalog_name = ''; - + $catalog_name = $catalog['catalog']['title']; + $seo_text_size = null; + $seo_text_color = null; + if(count($sizes) > 1) { + $seo_text_size = ' /' . $item['0']['size'] . '/ '; + } + if(count($sizes_colors__) > 1) + $seo_text_color = $item['0']['color_title'] ; + $seo_text_SubTitlePlusTitle = null; + if(strpos(mb_strtolower($catalog['catalog']['sub']['sub']['title'],'UTF-8'), mb_strtolower($item['0']['title'],'UTF-8')) === false){ + $seo_text_SubTitlePlusTitle = $catalog['catalog']['sub']['sub']['title'] .' '. $item['0']['title']; + } + else + $seo_text_SubTitlePlusTitle = $catalog['catalog']['sub']['sub']['title']; + $meta_title = [ - '1' => isset($seo['title']) && !empty($seo['title']) ? $seo['title'] : $catalog_name . ' ' . $item['0']['title'] . ' в Києві | Купити ' . $catalog_name . ' ' . $item['0']['title'] . ' ціна оптом Львів | Інтернет магазин насіння Semena.in.ua', - '2' => isset($seo['title']) && !empty($seo['title']) ? $seo['title'] : $catalog_name . ' ' . $item['0']['title'] . ' в Киеве | Купить ' . $catalog_name . ' ' . $item['0']['title'] . ' цена оптом Львов | Интернет магазин семян Semena.in.ua', + '1' => isset($seo['title']) && !empty($seo['title']) ? $seo['title'] : $catalog_name . ': '.$seo_text_SubTitlePlusTitle. ' '. $seo_text_color.$seo_text_size.' купити насіння поштою Київ, Львів, Україна | Semena.in.ua', + '2' => isset($seo['title']) && !empty($seo['title']) ? $seo['title'] : $catalog_name . ': '.$seo_text_SubTitlePlusTitle. ' '. $seo_text_color.$seo_text_size.' купить семена почтой Киев, Львов, Украина | Semena.in.ua', ]; $meta_description = [ - '1' => isset($seo['description']) && !empty($seo['description']) ? $seo['description'] : 'Професіонали рекомендують ' . $catalog_name . ' ' . $item['0']['title'] . ' в інтернет магазині насіння Semena.in.ua.', - '2' => isset($seo['description']) && !empty($seo['description']) ? $seo['description'] : 'Профессионалы рекомендуют ' . $catalog_name . ' ' . $item['0']['title'] . ' в интернет магазине семян Semena.in.ua.' + '1' => isset($seo['description']) && !empty($seo['description']) ? $seo['description'] : $catalog_name . ': '.$seo_text_SubTitlePlusTitle. ' '. $seo_text_color.$seo_text_size.' купить с доставкой поштою по Україні в інтернет-магазині насіння Semena.in.ua', + '2' => isset($seo['description']) && !empty($seo['description']) ? $seo['description'] : $catalog_name . ': '.$seo_text_SubTitlePlusTitle. ' '. $seo_text_color.$seo_text_size.' купить с доставкой почтой по Украине в интернет-магазине семян Semena.in.ua' ]; //discount diff --git a/src/app/frontend/views/page/item.php b/src/app/frontend/views/page/item.php index 1f564f0..2c7d195 100644 --- a/src/app/frontend/views/page/item.php +++ b/src/app/frontend/views/page/item.php @@ -75,7 +75,7 @@
-

+

1 ?$item['title'].' '.$item['color_title'] :$item['title']?>

@@ -119,7 +119,7 @@ if( isset( $sizes_colors__[$item['color_id']][$s] ) ) { $data_sizes .= - ''. + ''. ''. ''.$s.''. ''; -- libgit2 0.21.4