Rank Math causing tab title issues

#763783
  • Resolved G Triana
    Rank Math pro

    Hello,
    When ever I activate rank math it changes the tab title of my pages. the pages I do not want this effecting are profile pages I have created for specific users (Providers). It changes the tab title to the actual person contact name from the profile. I want the tab title to show as the company name as it is now. how do I stop this from happening? example page working correctly (see tab title) : https://peo-marketplace.com/author/adp/

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

    I’m sorry to hear about the tab title issues you are facing with Rank Math affecting your profile pages. To prevent Rank Math from changing the tab title to the actual person’s contact name on specific user profile pages, you can follow these steps:

    1. Open the post/page in the WordPress Editor.
    2. Ensure that the Rank Math MetaBox is available. If not, enable Add SEO Controls from Rank Math SEO → Titles & Meta Settings → Pages.
      Add SEO Controls
    3. In the Rank Math MetaBox, navigate to the Advanced Tab. If you cannot find the Advanced tab, please enable the advanced mode from Rank Math SEO → Dashboard.
      Rank Math Advanced mode
    4. Check if the Robots Meta is set to No Index. If it is, select the Index checkbox instead.
      Advanced tab

    By following these steps, you can ensure that the tab title remains as the company name for your specific user profile pages. If you need further assistance or encounter any issues, feel free to reach out to our support team for more specific guidance based on your website’s configuration.

    Thank you for bringing this concern to our attention!

    Sources:
    General Tab in Meta Box of Rank Math SEO Plugin
    How to Disable All Rank Math Generated SEO Tags » Rank Math
    How to NoIndex Paginated Pages » Rank Math
    Fix Excluded by NoIndex Tag – Google Search Console Status » Rank Math

    Hello,

    Thank you for your query and we are so sorry about the trouble this must have caused.

    Rank Math by default, will change your author page’s title to the optimal settings for search ranking.

    You can change the default title in the Titles & Meta settings to ensure it shows the desired information:

    Rank Math support

    However, if you wish to disable Rank Math’s generation of titles for those pages, you can use this filter code:

    add_filter( 'rank_math/frontend/title', function( $title ) {
    	if(is_author()){
    		return false;
    	}
    	return $title;
    });

    You may refer to this guide on how to add filters to your website: https://rankmath.com/kb/wordpress-hooks-actions-filters/

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

    Can i change the title / tab title for specific pages only? if so how would i do that?

    Hello,

    You can change the title for a specific page from the Rank Math SEO Meta box.

    For more details, you can check this URL: https://rankmath.com/kb/seo-meta-tags/

    Hope that helps and please don’t hesitate to let us know if you have any other questions.
     
    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 4 replies - 1 through 4 (of 4 total)

The ticket ‘Rank Math causing tab title issues’ is closed to new replies.