Is there a app to fix No Index found in header

Is there a app to fix No Index found in header

starchaser888
Excursionist
43 1 24

Is there a app to fix No Index found in header? I'm getting emails from my Google Console that it can't index quite a few pages. I didn't put the No Index in the header of any page so I don't know how it would have gotten there or how to remove it. I really I understood this but I don't. Please help!!!

 

This is part of the screen in Google Console:

starchaser888_0-1684343388699.png

 

Replies 2 (2)

NomtechSolution
Astronaut
1245 113 159

If you're experiencing a "No Index" issue on your website and receiving notifications from Google Search Console regarding pages that cannot be indexed, there are a few steps you can take to investigate and address the issue:

  1. Verify the issue: Double-check if the "No Index" directive is indeed present in the header of the affected pages. You can view the page source code or use a browser extension like "View Page Source" to inspect the HTML. Look for the following meta tag:

 

<meta name="robots" content="noindex">

 

  1. If this tag is present, it instructs search engines not to index the page.

  2. Identify the source: Determine how the "No Index" directive was added to the header. It could be a result of a theme setting, a plugin, or custom code modifications. Review any recent changes you made to your website's settings or code. If you are unsure, you may need to consult with a developer or the support team of the theme or app you are using.

starchaser888
Excursionist
43 1 24

I checked the page source for one of the items but didn't find <meta name="robots" content="noindex"> on it. This confuses me even more on why it's saying this.