How to noindex locations category

#545839
Viewing 9 replies - 1 through 9 (of 9 total)
  • Hello,

    Thank you so much for getting in touch and bringing your concern to our attention.

    If you are referring to “noindexing” the global settings for your RM location, you can do so in the Titles & Meta settings.

    Please navigate to Rank Math > Titles & Meta > RM Locations and under the “RM Locations Robots Meta” option, ensure that the robots meta settings are set to noindex:

    Rank Math support

    The Locations KML will still be active even if the RM Location pages are set to noindex but please note that you are hiding the actual pages of the locations from the Search Engine so this may give Google some difficulty to discover the locations from your website and their schemas.

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

    Nope, not what I asked.

    In asked how to specifically noindex the locations category page (eg /locations/) without noindexing the individual locations themselves.

    The ugly locations page is showing up in search results.

    Hello,

    Thank you for providing additional information.

    First, we need to activate the SEO controls for location category. To do so navigate to Rank Math > Titles & Metas > RM Location Categories and check the Add SEO Control checkbox. Please refer to screenshot in sensitive area.

    Then go to RM Location > RM Location Categories. Edit any category and at the bottom of the edit page, you can see Rank Math Snippet and click on Advance and change it to no-index. Please refer to screenshot.

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

    Thank you

    I don’t use location categories. Let me be more clear.

    I need to noindex this page:

    https://www.sagelaundry.com/locations/

    without noindexing a location page such as:

    https://www.sagelaundry.com/locations/sacramento-arden-arcade-laundromat/

    Hello,

    I’ve checked your site, and it seems that you’re using Rank Math PRO but the account you have used to open this ticket is the Rank Math free version.

    Can you please search and forward a receipt from FastSpring.com or the email address you used to purchase so we can locate your account and verify it?

    Please note that we don’t offer support for nulled or cracked plugins as we explain here: https://rankmath.com/kb/rank-math-pro-nulled/

    Regarding the issue, controlling the robots meta for the locations page in Titles & Meta will also affect the archive page of your locations.

    In this case, you can use this filter to set the locations page only to noindex:

    add_filter( 'rank_math/frontend/robots', function( $robots ) {
    	if(is_archive('location')) {
    	$robots['index'] = 'noindex';
    	$robots['follow'] = 'nofollow';
    	}
    	return $robots;
    });

    Here is how to add a filter to your site: https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Hope that helps.

    Thank you.

    No idea on the account issue. I own a license under [moved to sensitive data section].

    Hello,

    I’ve added the email address of the Rank Math PRO on your account in the sensitive data section.

    In this case, we can merge both of your accounts so you can consolidate all of them into a single account. Please confirm which is your preferred email address in the sensitive data section and we will do the needful.

    Looking forward to helping you.

    Thank you.

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    Hello,

    Thank you for your patience.

    We have merged your accounts as requested.

    Please check on your end if everything is working as expected.

    Please go through this video tutorial that shows you how to get started with your PRO license:

    Steps to be followed:
    1. Ensure that you are logged in to your paid account
    https://rankmath.com/my-account/edit-account/
    paid account rank math

    2. Disconnect and reconnect your account from inside WordPress:
    disconnect and reconnect Rank Math
    WordPress Dashboard > Rank Math > Dashboard > Help and click the connect/disconnect and then the connect button.

    You will be taken to RankMath.com again where you can connect your account to activate your license.

    You do not need to remove the free version of the plugin. Everything will be ported over to the PRO version.

    Also, please ensure that there are no Ad-Blockers installed in your browser, or your website is excluded in order to ensure a smooth experience with Rank Math PRO.

    Hope that helps.

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

The ticket ‘How to noindex locations category’ is closed to new replies.