2 meta descriptions

#905168
  • Resolved Dan Baisal
    Rank Math free

    Hello Rank Math team,

    I have the following question:

    I was running a technical SEO audit for my website glueschool.com and I’ve run into the issue of having 2 meta descriptions for every post that’s online.

    Originally (and I guess currently, too), the meta description was automatically created by the Hello-theme, that’s the website is built on. It takes the first sentence or paragraph from the introduction and uses it as the meta description.

    However, when I conducted my first website audit, I couldn’t find the meta description anywhere, where I could manually change it, so I installed the Rank Math SEO-plugin and started to add the meta description there, the way I saw it fit.

    However and unintentionally, I’ve now run into the issue of having to meta descriptions for all posts I have on the site.

    How can I solve this issue, so that I only have one description?

    Thank you in advance

    Best regards

    Dan

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

    We apologize for the issue you are facing with having two meta descriptions for your posts. This can often happen when both your theme and a plugin like Rank Math are trying to generate meta descriptions simultaneously.

    To resolve this issue, you can follow these steps:

    1. Identify the Source of the Duplicate Meta Descriptions: Since you mentioned that the Hello theme is generating a meta description automatically, you will need to disable this feature. You can do this by adding a filter to your theme’s functions.php file to prevent the Hello theme from adding its own meta description.

      Here’s an example of how to do that:

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

      This code snippet will stop the Hello theme from adding its own meta description.

    2. Check Your Rank Math Settings: After disabling the theme’s meta description, ensure that you have set the meta descriptions correctly in Rank Math for each post. You can do this by editing each post and checking the Rank Math settings in the General Tab.

    3. Clear Cache: If you are using any caching plugins, make sure to clear your cache after making these changes to see the updates reflected on your site.

    4. Test Your Changes: After making these adjustments, run another SEO audit to confirm that only one meta description is being generated for each post.

    If you continue to experience issues, please reply to this ticket, and a human agent from the Rank Math Support team will assist you further.

    Thank you for raising this concern, and we hope this helps you resolve the issue!

    Sources:
    How to Fix Duplicate Meta Tags » Rank Math

    Hello,

    Thank you for contacting Rank Math support.

    Please disable the Hello Theme meta description from here: https://elementor.com/help/edit-the-hello-theme-settings/

    We hope this helps clarify the issue. Please let us know if you have any other questions or concerns.

    Thanks, fixed it now.

    Hello,

    We are glad to know that this issue has been resolved. Thank you for letting us know.

    This ticket will be closed now, but you can always open a new one if you have any other questions or concerns. We are here to help you with anything related to Rank Math.

    We appreciate your patience and cooperation throughout this process.

    Thank you for choosing Rank Math.

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

The ticket ‘2 meta descriptions’ is closed to new replies.