Product Title Tag is H2 instead of H1

Hi guys,

i noticed that all my product titles (woocommerce) are set to H2 instead of H1.

In the BeTheme options I have the item
Header & Subheader -> Subheader -> Title tag
is set to "H1".

Furthermore, I have in the
title.php (woocommerce/single-product/title.php)
following If statement

if( mfn_opts_get('shop-product-title') != 'sub' ){
    the_title( '<h1 itemprop="name" class="product_title entry-title">', '</h1>' );
}

Can anyone tell me why all product titles are still set to "H2"?
Because I don't use a child theme or similar either.

Below is the link to a product on my site:
https://oh-my-deer.com/produkt/couchtisch-landhaus-glas

Thank you in advance for your time and help!

Best regards,
Johannes

Comments

  • Hi,
    Please disable all of the plugins(leave the WooCommerce turned on only), clear the cache of your browser and check if the issue still exists.
    Also, with all of the plugins disabled (only woocommerce enabled) try to save the Theme Options with h1 title tag enabled once more.
    Thanks
  • edited July 2019
    Hi,

    I just followed your advice and disabled all plugins except WooCommerce.

    Then I cleared the cache.

    Then set the H1 again in the theme options.


    -> Without success.

    how can this "bug" be fixed now?

    just a little notice, if I change in the theme options to H3 it works perfectly.

  • Hey,

    Please send us WordPress dashboard access privately thru the contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason.

    Notice!
    Please attach a link to this forum discussion.

    Thanks
  • Thanks for your reply. I have sent a Email via Contact form with all relevant data.
  • This is normal behavior.
    H1 tag is only displayed on main blog page (which is working correctly on your website), products contain H2 tags in subheader to be more SEO friendly.

    It cannot be changed in the theme options, you would have to edit theme and woocommerce files.
    We do not provide help with modifications of the theme/plugins/wordpress files.
    We help only with minor CSS tweaks.

    Thanks
  • Ok I understand. Thanks for your help.
Sign In or Register to comment.