Hello,
If some one is looking for meta tag for keyword and description for home page only then they can use below code . I hope it will help you.
catalog/view/theme/default/template/common then open "header.tlp"
Find below code and comment it or remove it :
=====================================================================
<?php if ($description) { ?>
<meta name="description" content="<?php echo $description; ?>" />
<?php } ?>
<?php if ($keywords) { ?>
<meta name="keywords" content="<?php echo $keywords; ?>" />
<?php } ?>
==========================================================
Replace with this Code :
=========================================================
<?php if (isset($this->request->get['route']) && $this->request->get['route'] != 'common/home') { ?>
<?php } else { ?>
<meta name="description" content="Home page description will be here" />
<meta name="keywords" content="Home page keyword will be here" />
<?php } ?>
===============================================================
If have any query, feel free to ask please.
Who is online
Users browsing this forum: No registered users and 18 guests