Website indexing issue in Google Search Console

Amaytics

Newbie
Joined
Mar 21, 2024
Messages
29
Reaction score
10
Hello Community

One of my website pages is showing indexing in Google Search Console, and all other pages are indexing properly, So what is the reason
WhatsApp Image 2024-05-22 at 3.49.12 PM.jpeg
 
you've highlighted the answer yourself lol

Remove the noindex tag from the meta tags... or it could be in the robots.txt file, check both
I have already removed noindex tag in header file and robots.txt file
 
I have already removed noindex tag in header file and robots.txt file
you might be having 2 pieces of code (or 2 different pages even), one for desktop and one for mobile devices, remove it from both. Actually, remove it from the mobile devices page / code since that's where the problem seems to be.

If you don't have different codes / pages you probably have to wait and re-check periodically as sometimes GSC is slow in updating

PS: you should blur your website's URL from screenshots, much better for your site's safety and privacy
 
You need to check your page's source code for <meta name="robots" content="noindex"> and remove it if you want the page to be indexed. After fixing it, request indexing in Google Search Console.
 
Back
Top