I put a robots.txt in my server
This is the code that I putted in
User-agent: *
Disallow: /
I just want my entire site won't be searchable in google.
I also put in the NO INDEX, NO FOLLOW
on the header of my site, Here's the code:
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
I'm wondering why is it that when I try to search the my website in google it is still showing up. what has happened here?
Should this take effect immedietly? or what?
Any ideas would be greatly appreciated as well as rewarded! Thanks! :)