Rank Math is causing my Title to double

#84179
  • Resolved David
    Rank Math free

    This is with Rank math enabled: <title>Homepage – UTLocal Directory: Real Estate, Condos, Land, Businesses UTLocal Directory: Real Estate, Condos, Land, Businesses</title> NOTICE: UTLocal Directory: Real Estate, Condos, Land, Businesses is repeated…

    This is with Rank Math disabled: <title> UTLocal Directory: Real Estate, Condos, Land, Businesses</title>
    So the problem would have to be with Rank Math since I can disable Rank Math and the problem goes away.

    Please if you make any changes to my website let me know what the changes are?

    Also, FYI, I use a plugin that allows me to use two different theme at the same time. I don’t think it is causing the problem because the problem wasn’t there until I installed Rank Math and I can disable Rank math and problem goes away.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Michael Davis
    Rank Math pro

    Hello,

    Thank you for getting in touch and I am extremely sorry about the trouble this might have caused.

    This is usually an issue with the theme adding the site name to the title, which was the same for your site.

    I replaced the following code in line 30 of your theme header.php file

    
    <title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
    

    with the following code:

    
    <title><?php wp_title(); ?></title>
    

    This seems to have fixed the issue. Please check and let us know.

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    David
    Rank Math free

    Hi Michael,
    That did not fix the problem. I right click on the home page and view page source and the problem is still there?

    David
    Rank Math free

    Hi Michael,

    I deleted the cache and now it is okay. Thank you for fixing that.

    David

    Hello,

    We see only one title tag:

    Did you check after clearing the cache?

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

The ticket ‘Rank Math is causing my Title to double’ is closed to new replies.