Hey guys i need help

rapkishor

Regular Member
Joined
May 27, 2020
Messages
276
Reaction score
82
Hey i guys whenever I post something on my website I faced this problem on every post "Page indexing: Page is not indexed: Excluded by ‘noindex’ tag" can anyone tell me how to fix this problem.
 

Attachments

  • gsc.png
    gsc.png
    64.2 KB · Views: 30
Your robots.txt is blocking indexation.
You need to edit that file or download something like rankmath seo which can do it for you.
 
The pages themselves are preventing indexation.

It looks something like this. Remove the highlighted part:

<meta name="robots" content="noindex, nofollow" />
 
The pages themselves are preventing indexation.

It looks something like this. Remove the highlighted part:

<meta name="robots" content="noindex, nofollow" />
<meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
 
Your robots.txt is blocking indexation.
You need to edit that file or download something like rankmath seo which can do it for you.
User-agent: *
Disallow:
Disallow: /cgi-bin/
 
then tell me the rigit robot txt code
Go with the following, no need to specify an emty disallow here:

User-agent: *
Disallow: /cgi-bin/

Also, check again if you have noindex in your HTML or if your server gives noindex directive.
 
Go with the following, no need to specify an emty disallow here:

User-agent: *
Disallow: /cgi-bin/

Also, check again if you have noindex in your HTML or if your server gives noindex directive.
done
 
Go with the following, no need to specify an emty disallow here:

User-agent: *
Disallow: /cgi-bin/

Also, check again if you have noindex in your HTML or if your server gives noindex directive.
dude nothing change same issue
 
dude nothing change same issue
Then the problem is not with your robots.txt. Check if you block Google with your HTML or your HTTP headers.

Also, Google must re-visit your affected pages in the first place.
 
Then the problem is not with your robots.txt. Check if you block Google with your HTML or your HTTP headers.

Also, Google must re-visit your affected pages in the first place.
can u tell me how check
 
Back
Top