You are here:  » description and keyword meta tags


description and keyword meta tags

Submitted by andyb on Mon, 2006-09-04 18:31 in

Hi David.
Is there a way of adding default description and keyword meta tags that will be displayed on the index page of the site? just so that yahoo and google have something to add to the description in their index.

I still want to have the dynamically generated ones for the products pages etc as it is now, but just for the first page of my site which is simply the search box.

thanks
Andyb

Submitted by support on Mon, 2006-09-04 19:49

Hi Andy,

No problem - just add the following code at the top of index.php...

  $header["meta"]["description"] = "Your description here";
  $header["meta"]["keywords"] = "Your, Keywords, Here";

Cheers,
David.

Submitted by andyb on Mon, 2006-09-04 20:19

Thanks oh clever one :)