all the pages has multiple meta descriptions

#738583
  • Resolved Geert Louters
    Rank Math free

    Hello. According to an SEO report, all my pages have different meta tags in the source code. How is this possible, what is the cause, and how can I easily resolve this? Does it have to do with Rankmath?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello. I’m sorry to hear about the issue you’re facing with multiple meta descriptions on your pages. Having different meta tags in the source code of your pages can lead to confusion for search engines and affect your SEO performance.

    This issue might not be directly related to Rank Math but could be caused by your active theme or other plugins on your site adding conflicting meta tags. To resolve this, you can follow these steps:

    1. Install Health Check & Troubleshooting Plugin:

      • Install the Health Check and Troubleshooting plugin from the WordPress Dashboard → Plugins → Add New.
        Install Health Check & Troubleshooting plugin
    2. Enable Troubleshooting Mode:

      • Go to Tools → Site Health → Troubleshooting and click Enable Troubleshooting Mode.
        Enable Troubleshooting Mode
    3. Enable Rank Math:

      • Navigate to Plugins → Installed Plugins and click Enable while troubleshooting under Rank Math SEO and Rank Math SEO PRO.
        Enable Rank Math SEO

    By following these steps, you can identify which plugin or theme is causing the duplicate meta tags issue on your pages and take appropriate action to resolve it. If you need further assistance, feel free to reply here. Thank you for bringing this concern to our attention.

    Sources:
    Google Shows A Different Meta Title/Description For My Site » Rank Math
    How to Set Product Meta Description Using Rank Math » Rank Math
    How to Fix Duplicate Meta Tags » Rank Math

    it’s not solved with this method

    Hello,

    Thank you for your patience.

    Could you please share sample affected URLs so we can check as well?

    Looking forward to helping you.

    Hello,

    We couldn’t find any duplicate meta description tags on your page but we found duplicate open graph meta tags there.

    It seems like the duplicate OG tags are coming from the “Open Graph and Twitter Card Tags” plugin you’re using on your website. As Rank Math already generates those meta tags, you can disable that plugin otherwise it could create conflicts.

    In case, you want to use the meta tags from this plugin, you can add the following filter on your website to disable Rank Math OG meta tags:

    add_action( 'rank_math/head', function() {
    	remove_all_actions( 'rank_math/opengraph/facebook' );
    	remove_all_actions( 'rank_math/opengraph/twitter' );
    });
    

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

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

    Thx

    Hello,

    We are glad that helped.

    Please feel free to reach out to us again in case you need any other assistance.

    We are here to help.

    Thank you.

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

The ticket ‘all the pages has multiple meta descriptions’ is closed to new replies.