
Originally Posted by
DrByte
It goes in your meta_tags.php language file, but only works in v1.3.8 and newer. You'll see the existing examples already in the file.
Thanks. Yes - this is the right location but there was a typo in the given code. The two highlighted in red sections need to be removed from the code. I placed it around line 47 just above the
// favicon setting entry
Code:
// Per-Page meta-tags. Follow this pattern for individual pages you wish to override. This is useful mainly for additional pages.
// replace "page_name" with the UPPERCASE name of your main_page= value, such as ABOUT_US or SHIPPINGINFO etc.
// repeat pattern as necessary
define('META_TAG_DESCRIPTION_page_name','');
define('META_TAG_KEYWORDS_PAGE_page_name','');
define('META_TAG_TITLE_PAGE_page_name', '');
It does seem to work with my v. 1.3.7
http://www.all4coffee.com/index.php?main_page=page_2
Thanks again!