hangi sürümü kullanıyorsunuz bilmiyorum kendi sürümüm opencart 2.3.0.2 göre anlatacağım
dosyamızı açalım : catalog/controller/proudct
product.php
bulalım :
$this->document->setTitle($product_info['meta_title']);
değiştirelim :
$this->document->setTitle($product_info['name']. ' - '.$this->config->get('config_name') );
bundan sonra hem ürün detayda olsun hem google aramada ürün adı - site ismi olcaktır.