Using your templates and overrides, you can use the:
/includes/languages/english/meta_tags.php
and copy to your templates and overrides directory:
/includes/languages/english/meta_tags.php
and customize the section of code:
Code:// EZ-Pages meta-tags. Follow this pattern for all ez-pages for which you desire custom metatags. Replace the # with ezpage id. // If you wish to use defaults for any of the 3 items for a given page, simply do not define it. // (ie: the Title tag is best not set, so that site-wide defaults can be used.) // repeat pattern as necessary define('META_TAG_DESCRIPTION_EZPAGE_#',''); define('META_TAG_KEYWORDS_EZPAGE_#',''); define('META_TAG_TITLE_EZPAGE_#', '');


Reply With Quote
