Hi
Not sure if this has been mentioned before but while doing SEO using seo doctor on firefox my title tags had 2 H1 tags causing errors .
I eventually found it (with a little help :) ) to be the reviews on every product page
I changed includes/template/your template/ template/tpl_product_reviews_write_default
line 12
<h1 id="reviewsWriteHeading"><?php echo $products_name . $products_model; ?></h1>
and changed the h1 tags to h2 which then fixed my double tag issues.
So not sure if it is an error or just my template or just me..
thanks
Bookmarks