wooconnerce native h2 tags bringing ranking down how to fix snipppet?

#254492
  • Resolved Paul Rudnick
    Rank Math pro
    Content AI Starter
    SEO Course

    Hi

    ia thee a snippet to ‘change’ native woocommerce product h2 tags to something more seo friendly?

    Many thanks,
    Paul Rudnick

Viewing 1 replies (of 1 total)
  • Hello,

    Thanks for contacting us. Sorry for the delay and any inconvenience that might have been caused due to that.

    Can you please confirm if your query is regarding the WooCommerce title? If yes then you can use the filter given below to change the heading type:

    function woocommerce_template_loop_product_title() {
        echo wp_kses_post( '<h3 class="woocommerce-loop-product__title">' . get_the_title() . '</h3>' );
    }

    If it’s related to something else then please explain the issue and how it is affecting the ranking. You can use a tool like https://imgbb.com to share some screenshots.

    Looking forward to helping you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘wooconnerce native h2 tags bringing ranking down how to fix snipppet?’ is closed to new replies.