SUPPORT TICKET SYSTEM
| Question: How can i change my page title,description,keywords tags? |
| Answer: 1.Go to System->Settings 2.Click the [Edit] link for your store 3.Go to Store Tab 4.Put your site's title and description tag To put tags for each products/categories separately 1.Go to Catalog->Products/Categories 2.Click the [Edit] link for your Product/Category 4.Put your product's/category's name,description,keywords tags To change header title,description,keywords tags on all pages edit components\com_opencart\catalog\controller\common\header.php Line number 236 $title=$this->data['title']; //put your title $description=$this->data['description'];//put your description $keywords=$this->data['keywords'];//put your keywords |
Back to Frequently Asked Questions |