Hello pls tell me the meaning of following content in robots.txt file:: User-agent: * Disallow: /cgi-bin/ # This is an infinite virtual URL space Disallow: /stats/ # these will soon disappear Thanks in advance
Disallow: /cgi-bin/ thats mean you are not giving the permission to crawlers to crawl pages in : /cgi-bin/
You are stopping search engine bots to crawl those directories. Robots.txt files are supposed to direct search engines. DP has a full section devoted to it which you can read.