I used robots.txt to limit one of the folders on my site. The folder consists of sites under construction. Google indexed all those sites that are under testing. Therefore, I used robots.txt. I submitted the site first and robots.txt is enabled. Now a success status for www.mysite.com/robots.txt. But Google still lists these test links. Here is the code I wrote for robots.txt ...
User-agent: * Disallow: /foldername/
Can someone tell me what the problem is? thanks in advance
web-crawler robots.txt
user75472
source share