Hi, I would add HeaderTags SEO V. 3.3.3.1 in an existing site, to improve its SEO.
I'm following the useful guide step by step, but I've found an instruction that I can't follow without php mistakes! :wacko:
This is the passage I'm talking about:
in the product_reviews_info.php
(...)
FIND (around line 47): require(DIR_WS_INCLUDES . 'template_top.php'); ADD BENEATH: <?php /*** Begin Header Tags SEO ***/ <a name="<?php echo $header_tags_array['title']; ?>"></a> $review['products_name'] = $header_tags_array['title_alt']; if (tep_not_null($review['products_model'])) { $products_name = $review['products_name'] . '<br><span class="smallText">[' . $review['products_model'] . ']</span>'; } else { $products_name = $review['products_name']; } /*** End Header Tags SEO ***/ <?php /*** End Header Tags SEO ***/ ?>
When I try to add beneath with copy and paste method I get many php errors... Could you help me, please?
thanks, cheers