Duplicated with RankMath

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

    We apologize for the issue you are facing with duplicate “ tags on your client’s website. This can often occur due to conflicts with themes or other plugins that may also be adding their own meta tags.

    Here are some steps you can take to troubleshoot the issue:

    1. Check Your Theme: Sometimes, the theme itself may add duplicate meta tags. You can check this by temporarily switching to a default WordPress theme (like Twenty Twenty-One) and seeing if the issue persists.

    2. Disable Other Plugins: If the theme isn’t the issue, try disabling other plugins one by one to identify if any of them are causing the conflict with Rank Math.

    3. Inspect the Source Code: Look at the source code of the page in question to see where the duplicate tags are coming from. This can help pinpoint whether it’s Rank Math or another source.

    4. Use Filters: If you identify a specific plugin or theme that is adding duplicate tags, you may need to use a filter to remove those tags. For example, if you’re using a theme like Hello Elementor, you can add a filter to your functions.php file to remove its meta description tag:

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

    If you’re still having trouble after trying these steps, please reply to this ticket with any additional details or specific error messages you might be seeing, and a human agent from our support team will assist you further. Thank you for bringing this concern to our attention!

    Sources:
    How to Fix Duplicate Meta Tags » Rank Math

    Hello,

    It seems that your theme does not support the title-tag, which is why the title from Rank Math is not getting included in the source code as well.

    In this case, enable the Rewrite Titles option in Rank Math > Titles & Meta > Global Meta to fix this.

    Here’s a link for more information:
    https://rankmath.com/kb/titles-and-meta/#rewrite-titles

    Let us know how this goes.

    Hi Reinelle

    That’s great, thank you for your help.

    This has resolved our issue.

    Kind regards,
    Howard

    Hello,

    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 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this ticket.