2 H1 Tags on Shop Page, Page Not Indexable
-
I’m using the SEO Doctor extension for FireFox. Based on results, the Woo Shop page has 2 H1 tags and the page is not indexable.
I read another post that suggested the removal of these lines from the Woo Template file:
look for <h1 class=”page-title”>
and
echo apply_filters( ‘the_title’, ( $shop_page_title = get_option( ‘woocommerce_shop_page_title’ ) ) ? $shop_page_title : $shop_page->post_title );
I’m not sure about that being the cure. However, I need to remove the additional H1 tag.
As far as the page not being indexable, I added this line to my WP Functions file:
remove_action(‘wp_head’, ‘rel_canonical’);
That took care of the Home page of my site, but clearly doesn’t resolve the non-indexable issue on the Shop page.
I’m using Woo 2.10, WP 3.5.2 and All in One SEO.
Any suggestions are appreciated.
Thanks.
- The topic ‘2 H1 Tags on Shop Page, Page Not Indexable’ is closed to new replies.