Надеюсь, это на 100% работает для вас.
Найдите путь контроллера к странице. Вы можете sh отредактировать и затем выполнить следующие действия:
ПУТЬ: каталог \ контроллер \ информация \ контакт. php
Найти:
$this->document->setTitle($this->language->get('heading_title'));
Добавить после:
$this->document->setDescription('My description, this is where i type my text after i remove this text.');
$this->document->setKeywords('my, keyword, this, is, the place, holder, for, my, keywords');