I can’t understand Google’s message either. Your page has no indexing block. Or do you mean a specific subpage?
The 3 feed URLs provided in the post above all have x-robots-tag: noindex, follow in the HTTP response header. You can see this using the Network tab of your browser’s developer tool.
This is likely coming from the Nginx web server, not WordPress.
How am I able to fix this and remove the header?
For an easy fix, try: https://wordpress.org/plugins/http-headers/
Alternatively, dig into your Nngix webserver’s config for this domain and comment out any line this: add_header X-Robots-Tag "noindex, follow";.
will this remove the no index, no follow issues?
I still don’t see such HTTP header at your site. Also the source code as well as the robots.txt is ok from my point of view. Therefore, I see no need for action at the moment. Ask Google to check the page again so that their systems recognize it.
threadi: You’re probably checking the public website. It’s not the public site itself, but the specific sitemap and RSS feed URLs given in the post.
caila2jarrett:
will this remove the no index, no follow issues?
The plugin should, in theory. And it would probably have taken you less time to try it and know for sure, than posting to ask if the suggested solution will solve your problem π
Editing your web sever’s config should absolutely solve the problem. But only if you know what you’re doing. It’s unfortunately not possible for anyone here to help you with that. Contact your host if you need help doing this.
@caila2jarrett: Please note that, and I think this is what threadi was getting at (but I was too dumb to understand π ), this header shouldn’t stop Google from indexing your site.
It’s just these specific URLs — /sitemap.xml, /sitemap.rss and /feed/ that won’t be indexed.
And, thinking about it, you probably ONLY want search engines to FOLLOW the links in these URLs, but NOT index them. Which is exactly what your server/site is doing.
So, yes, there’s really no problem to solve here after all π
And sorry to both of you for the confusion I must have created. Back into my mancave!
Ah okay so this is okay and I don’t need to change anything? Sorry I am very new to this and just want to make sure I am doing the right thing