Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Как заполнить метатеги Title Description на странице contact-us?


Recommended Posts

Яндекс вебмастер жалуется что у меня не заполнены метатеги Descript

В списке, среди прочего есть страница /contact-us/

У неё действительно отсутствует метатег описания. Как его заполнить для этой страницы?

Link to comment
Share on other sites


47 минут назад, alinalessioYandex сказал:

Яндекс вебмастер жалуется что у меня не заполнены метатеги Descript

В списке, среди прочего есть страница /contact-us/

У неё действительно отсутствует метатег описания. Как его заполнить для этой страницы?

 

Дел на 2 мин., поэтому можно и без модуля.

чрз контроллер

 

1. /catalog/controller/information/contact.php

 

Найти:

$this->document->setTitle($this->language->get('heading_title'));

 

Добавить:

$this->document->setDescription($this->language->get('description'));

$this->document->setKeywords($this->language->get('keywords'));

 

2. /catalog/language/ru-ru/information/contact.php

 

2.1. Найти и редактировать:

$_['heading_title']  = 'Связаться с нами';

 

2.2. Добавить и отредактировать после:

$_['description'] = 'Описание страницы контактов';
$_['keywords'] = 'Список ключевых слов через запятую';

 

Сохранить всё и почистить кеш.

Edited by specialforce22
  • +1 1
Link to comment
Share on other sites


1 час назад, specialforce22 сказал:

 

Дел на 2 мин., поэтому можно и без модуля.

чрз контроллер

 

1. /catalog/controller/information/contact.php

 

Найти:

$this->document->setTitle($this->language->get('heading_title'));

 

Добавить:

$this->document->setDescription($this->language->get('description'));

$this->document->setKeywords($this->language->get('keywords'));

 

2. /catalog/language/ru-ru/information/contact.php

 

2.1. Найти и редактировать:

$_['heading_title']  = 'Связаться с нами';

 

2.2. Добавить и отредактировать после:

$_['description'] = 'Описание страницы контактов';
$_['keywords'] = 'Список ключевых слов через запятую';

 

Сохранить всё и почистить кеш.

Спасибо. Помогло.

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.