tags

#72777
Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    The access provided has no access to Ran math settings.

    To noindex your tags, please do the following:
    1. Head over to Rank math > Titles & Meta > Tags > Robots meta and check noindex

    2. Head to WordPress dashboard > Posts > Tags and edit each one and set to noindex.(We don’t have a bulk noindex option yet)

    3. Head to Rank math > Sitemap settings > Tags and disable the option to include in sitemap.

    You can also use the following workaround filter to noindex all tags:

    
    /**
     * Allows filtering of the robots meta data.
     *
     * @param array $robots The meta robots directives.
     */
    add_filter( 'rank_math/frontend/robots', function( $robots ) {
         global $post;
         // filter for only a specific post type
         if(is_tag()){
            $robots['index'] = "noindex";
            return $robots;
         }
    	return $robots;
    });
    

    Hope that helps. If you have any further question(s), please let us know. Thank you.

    Hello,

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

    Thank you.

    I just updated the FTP data

    Hello,

    What do you want us to check?

    Do you want us to noindex all your tax archives or what exactly are you asking us to do?

    Did the solution we gave you not work?

    yes correct

    Alberto
    Rank Math business

    Hello,

    Assuming you are using the latest version of all the plugins and the themes (please update if not yet), it would seem like a conflict with one of the plugins or the theme you are using (but not sure if caused by Rank Math).

    To determine that, please follow this troubleshooting guide:
    https://rankmath.com/kb/check-plugin-conflicts/

    Please let us know if you find the culprit.

    Only the site admin would know and your users won’t be affected by this troubleshooting.

    Looking forward to helping 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 7 replies - 1 through 7 (of 7 total)

The ticket ‘tags’ is closed to new replies.