Google ignores Robots.txt

mindmaster

Elite Member
Joined
Sep 16, 2010
Messages
5,671
Reaction score
3,112
I just saw 2 domains that uses robots.txt (disallow: / ) are reindexed by google.


A week ago google had deindexed this 2 domains after I implemented robots.txt. Today they are indexed again.


Is there any solution to keep the domains not indexed by google?
 
Maybe domain is getting some strong backlinks, in that case google index domain in its search results and show description as its blocked by robots.txt

You can also send removal request via webmaster tools
 
You may also try to use robots meta tags.
Something like <meta name="robots" content="noindex" /> or <meta name="googlebot" content="noindex"> in template.
 
Strange and i wonder why it is still indexing, how ever if you are using wordpress ,then you can go to dashboard-settings-reading and here you have check where it says " Discourage search engines from indexing this site " and save changes .

Hope this helps.
 
You can use <meta name="robots" content="noindex,nofollow">. This is the best to de-index site from Google indexeing.

Robots.txt only prevent the bots from crawling the webpages, url can be indexed in Google's database.
 
Back
Top