Excluded with a "noindex" tag

hpno

Newbie
Joined
Oct 29, 2023
Messages
14
Reaction score
1
In GSC, I have multiple warnings with that reason Excluded with a "noindex" tag
Yes, that's correct, I don't want them to be indexed, for example, WooCommerce product feeds.

And I don't want to have warnings in GSC either. How to fix GSC issue? I already have robots.txt with the below content but it seems not helping.

User-agent: *
Disallow: /wp-admin/
Disallow: /feed/

Thank you.
 
everything is good, you don't have to worry about these,
noindex, redirect & similar type of errors are not a problem when you're noindexing, redirecting the right pages
 
Check your robots.txt file correctly disallows the desired directories, use the `noindex` meta tag on specific pages, and exclude these pages from your sitemap. Submit the updated sitemap to GSC to reflect these changes if you still need to exclude them, but there is nothing critical about it.
 
Back
Top