SEO issue: Multiple meta descriptions on the same page

#625972
  • Resolved Anonymous
    Rank Math free

    I use you as an SEO plugin on my website. According to Ubersuggest, posts on my site have multiple meta descriptions in the same post. How do I resolve this?

Viewing 1 replies (of 1 total)
  • Hello,

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

    We’ve checked your page and indeed duplicate meta description is appearing there. Can you please confirm if you’re using the “Hello Elementor” theme on your website? If so, then it could be possible that your theme is generating a duplicate meta description on your website.

    In this case, you can use the following filter on your website to remove the meta description generated by your theme:

    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' );
    

    Here’s how you can add filter/hook to your WordPress site: https://rankmath.com/kb/wordpress-hooks-actions-filters/

    For more details on this issue, you can check this URL: 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.

    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 ‘SEO issue: Multiple meta descriptions on the same page’ is closed to new replies.