Multiple meta description tags

#651633
  • Resolved Standardinsights
    Rank Math pro

    Hello team,

    I have switched from Yoast SEO to Rankmath, but since I switched, various site audit tools such as Ahrefs, SEMRush, and others have been indicating that my websites have multiple meta description tags, which is an issue. I can’t find any way to fix this problem. Could you please help me with this matter? Thank you.

    Website: https://standard-insights.com/

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 pages and looks like you are using the “Hello Elementor” theme which is adding the duplicate meta description tag 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/

    Let us know how it goes. Looking forward to helping you.

    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 ‘Multiple meta description tags’ is closed to new replies.