the information needs to reside in the page header (templatetop.php)
Look for &--#60;title&--#62;
mine looks like this:
&--#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&--#62;
&--#60;html xmlns="
http://www.w3.org/1999/xhtml" &--#60;?php echo HTML_PARAMS; ?&--#62;&--#62;
&--#60;head&--#62;
&--#60;meta http-equiv="Content-Type" content="text/html; charset=&--#60;?php echo CHARSET; ?&--#62;" /&--#62;
&--#60;title&--#62;&--#60;?php echo tep_output_string_protected($oscTemplate-&--#62;getTitle()); ?&--#62;&--#60;/title&--#62;
&--#60;base href="&--#60;?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?&--#62;" /&--#62;
---------------
Mine will look diferent because i use kisstags,
my source looks like:
&--#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&--#62;
&--#60;html xmlns="
http://www.w3.org/1999/xhtml" dir="ltr" xml:lang="en" lang="en"&--#62;&--#60;head&--#62;
&--#60;meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /&--#62;
&--#60;title&--#62;Tell A Friend About
THIS BIT IS HERE YOU´´LL WANT THE PRODUCT NAME&--#60;/title&--#62;
&--#60;meta name="description" content="Tell A Friend About.
THIS BIT IS HERE YOU´´LL WANT THE PRODUCT NAME. ETC" /&--#62;
&--#60;meta name="keywords" content="friend...
NAME/MODEL/BRAND/ETC" /&--#62;
-------
As you know you, each product provides different meta so you will have to call global variables such as product name. model. etc
NOTE:
I recently installed kisstags and Header SEO. turns out kisstags was so painless and with a slight tweek its out putting sweet meta. Also easy to add extra pages.
Either way, because template top is a global header, static meta wont be acceptable..
hope this at least helps.
this editor did not like that.
Edited by OSC-Sevilla, 16 June 2012 - 02:19 PM.