I like the meta description functions for the products and categories, but it is harmful to the ezpages and define pages for website with allot of information.
I have used this to remove the <meta description> just for the homepage,
anyone know how I would remove it for the ez pages and define pages as well?PHP Code:template_default/common/html_header.php:
<?php if($this_is_home_page) {} else { ?><meta name="description" content="<?php echo META_TAG_DESCRIPTION; ?>" /> <?php } ?>



