multiple meta description tags in my Woocommerce product pages

#619834
  • Resolved Anonymous
    Rank Math free

    Hey,

    Rank Math is causing multiple meta description tags in my Woocommerce product pages on Superviral.ca.

    It puts 2 meta descriptions in the same page.

    1- The meta description that I manually write for each product page.
    2- The meta description fetched from “Short Product Description” of the product page (%excerpt%)

    For your reference, here is the link to one of my products:
    https://superviral.ca/product/100-instagram-saves/

    Please help me resolve it ASAP. It’s hurting my SEO.

    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.

    We’ve checked the page you’ve shared and we can see that only one meta description tag is appearing on this page:

    However, if you’re facing this issue on your other pages then you can try to follow the steps from this guideline and see if that works for you: https://rankmath.com/kb/fix-duplicate-meta-tags/

    Hope that helps and please don’t hesitate to let us know if you have any other questions.
     
    Thank you.

    Anonymous
    Rank Math free

    My issue was fixed. It was my theme “Hello Elementor” causing multiple meta descriptions for product pages.

    What helped me is:

    function remove_hello_elementor_description_meta_tag() {
    	remove_action( 'wp_head', 'hello_elementor_add_description_meta_tag' );
    }
    add_action( 'after_setup_theme', 'remove_hello_elementor_description_meta_tag' );

    Hello,

    We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.

    If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.

    If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

The ticket ‘multiple meta description tags in my Woocommerce product pages’ is closed to new replies.