[Warning] Indexed, though blocked by robots.txt

Kevinpro

Power Member
Joined
Jul 10, 2018
Messages
677
Reaction score
257
I have received this warning in search engine console and by written in the email.

Email screenshot
srCJfUO

I get warning at Home URL

domainname.com//?blackhole=6337bcdaed
domainname.com//?blackhole=f4d2275a5b

when I click at these URLs from Google search engine console so there open Home Url.

I google it and found and there not tell about Home URLs how to solve this. Please help me with this and solve my issue. Experts
 
First of all, do you really have these pages.

domainname.com//?blackhole=6337bcdaed
domainname.com//?blackhole=f4d2275a5b

If not, remove those pages from Google index by manually submission.
 
mate, you don't worry about this
this could be the URL of some plugin made

Exclude this URL in the site map or just remove it in google webmaster else just ignore it won't do anything in ranking
 
mate, you don't worry about this
this could be the URL of some plugin made

Exclude this URL in the site map or just remove it in google webmaster else just ignore it won't do anything in ranking

Did you face this warning and not get any bad effects by this warning?
are you sure I should leave this as it is?
 
yes mate always i receive this error
Brother by mistake I click on Validation button and received this email

Email screenshot
Sv77Xvc


Should I worried about this mistake or not?
 
You can send a noindex for these files. Just add sth. like this in your .htaccess:
<FilesMatch "\?blackhole.*$">
Header set X-Robots-Tag "noindex, noarchive, nosnippet"
</FilesMatch>

This is the answer you're looking for.

Robots.txt will only part work if there is no link towards the page in question. IMHO somehow the Googlebot followed a link to the page, part indexing it.

By adding the meta tags, you'll tell Google to f%^k off and stop indexing that page. Might take a few weeks for a recrawl, but it will happen.

If you want to add this manually, here is the code (add it between the <HEAD> tags).

<meta name="googlebot" content="noindex">
 
Back
Top