Coverage issues detected on http://www.gnankutir.com/

#13840
  • Resolved om computer
    Rank Math free

    Coverage issues detected on http://www.gnankutir.com/

    To the owner of http://www.gnankutir.com/:

    Search Console has identified that your site is affected by 2 Coverage issues:

    Top Errors

    Errors can prevent your page or feature from appearing in Search results. The following errors were found on your site:

    Submitted URL marked ‘noindex’

    Submitted URL has crawl issue

    We recommend that you fix these issues when possible to enable the best experience and coverage in Google Search.

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

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

    I have added the following code to your theme’s functions.php file to fix the missing robots meta:

    /**
     * Allows filtering of the robots meta data.
     * Modify the homepage's robots meta
     * @param array $robots The meta robots directives.
     */
    add_filter( 'rank_math/frontend/robots', function( $robots ) {
    	if(is_front_page()){
    		$robots['index'] = 'index';
    		$robots['follow'] = 'follow';
    		return $robots;
    	}
    	return $robots;
    });

    Looking forward to helping you. Thank you.

    ​​​​​​​

    Thanx for your humble Support to us…

    Hello,

    We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.

    If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/?rate=5#new-post about your overall experience with Rank Math? We appreciate your time and patience.

    If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

The ticket ‘Coverage issues detected on http://www.gnankutir.com/’ is closed to new replies.