• Resolved MoonDog

    (@moondog)


    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.

    https://www.ads-software.com/extend/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • Thread Starter MoonDog

    (@moondog)

    I figured out the problem. For anyone using the uDesign theme, either remove the theme’s H1 tag for the Shop page or remove the H1 tag from wp-content/plugins/woocommerce/templates/archive-product.php

Viewing 1 replies (of 1 total)
  • The topic ‘2 H1 Tags on Shop Page, Page Not Indexable’ is closed to new replies.