Blog Posts Getting Index Errors

snowboardnj

Registered Member
Joined
Apr 7, 2016
Messages
95
Reaction score
15
Hello,

My blog posts are not getting indexed by Google. I have tried to resubmit them and I have also made sure that they are not blocked by the robots.txt file. the error I get is "
Submitted URL marked ‘noindex’
First detected: May 21, 2018
Status:
Error

Somehow my Posts are marked as non index. I am not sure how this could have happened and I do not know how to fix it. Have any of you had issues like this?
 
not sure. Are you using Wordpress? Check the header.php for any no index tages
 
Im using Hubspot. ugh so annyoing ive checked the source code and there is no instance of "noindex"
 
I think they have added your blog post link into the robots.txt no index list, and that is why it is not getting indexed in the process - the robots.txt file is not visible on your code, as it lies somewhere on the root domain, etc.
Chances are, some of the web2.0 free version will have this no index applied, to curb spam in the process.
 
You can try:

<META NAME=”ROBOTS” CONTENT=”INDEX, FOLLOW”>

This is almost redundant but this line of code will manually tell google to index you.
 
You can try:

<META NAME=”ROBOTS” CONTENT=”INDEX, FOLLOW”>

This is almost redundant but this line of code will manually tell google to index you.

Where would I add this line of code?
 
Back
Top