Post by sarikabtech » Wed Nov 20, 2013 12:51 am

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.

Sarika Singh
http://www.zealneotech.com


Newbie

Posts

Joined
Fri May 24, 2013 4:31 pm
Location - Delhi,India
Who is online

Users browsing this forum: No registered users and 18 guests