Hahaha...this has got to be the funniest post on earth or maybe I just need to get some sleep.
Try applying it on the page itself.
- Code: Select all
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW, NOARCHIVE" />
Ummm, my caps were on. You might want to lower case it.
Now on to the part that I thought was funny. You said in your robots.txt file you stopped robots from going into your public_html directory. So the robot is not going to go in to this.
http://www.yourdomain.com/public_html/
The public_html directory is just a folder used to store the files for your domain. That is where the stuff is accessed though the browser. So change it to reflect the pages you don't want the robot to access. The meta tag above will do the trick!
I hoped this made since, if not let me know and I will repost when I get some sleep!