
Originally Posted by
rocketman123
Hi I have an issue with the meta_tags.php file.
I want to change the title tags/meta data on some of these links that look like this:
/index.php?main_page=cforms&task=bestsellingproducts
/index.php?main_page=cforms&task=customquote
But when I try to add them to the meta_tags.php file they still don't show up.
Example:
define('META_TAG_DESCRIPTION_CFORMS&TASK=CUSTOMQUOTE','BLAH');
define('META_TAG_KEYWORDS_CFORMS&TASK=CUSTOMQUOTE','BLAH');
define('META_TAG_TITLE_CFORMS&TASK=CUSTOMQUOTE', 'BLAH');
What am I doing wrong? Or is this not possible?
Thanks in advance!
Bookmarks