Search Console Request Indexing

#66476
  • Resolved Willemijn
    Rank Math free

    Hi there,

    I’m not able to request indexing in Google Search Console anymore for new and updated articles. It seems that this is not possible anymore since using Rankmath. Could you please check?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Alberto
    Rank Math business

    Hello,

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

    Rank Math shouldn’t affect it so it might be a Google Search Console temporal issue or maybe another thing. Could you share a screenshot showing us the error you see when you are trying to request indexing?

    Looking forward to helping you. Thank you.

    ​​​​​​​

    Hello,

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

    Thank you.

    Hello,

    We are glad the first issue is resolved.

    To avoid conflicts, if you wish to use the breadcrumbs enabled in your theme, you should disable Rank math breadcrumbs to avoid any related conflicts.

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

    Thanks, that makes sense! One last question: I have the AWSM team plugin and don’t want those pages to be indexed because of the thin content. How can I achieve this?

    Hello,

    Thank you for contacting Rank Math today.

    It is possible to add some code to noindex a certain post type from the theme. In this regard you can get in touch with the plugin provider to help you customize and add the following code snippet to your theme’s functions.php file to noindex the AWSM members post type:

    /**
     * Snippet to change the robots meta for AWSM members post type
     *
     * @param array $robots The meta robots directives.
     */
    add_filter( 'rank_math/frontend/robots', function( $robots ) {
     //please get in touch with AWSM support to know the 
     //exact value to use in place of members
    	if(get_post_type() == 'members'){
    		$robots['index'] = 'noindex';
    		$robots['follow'] = 'nofollow';
    	}
    	return $robots;
    });

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

The ticket ‘Search Console Request Indexing’ is closed to new replies.