| For example, if you do not want Search Engine X to crawl the image directory within your web site, then you can use: User-agent: searchenginex # replace searchenginex with the spider name for Search Engine X Disallow: / Now suppose if you don't want Search Engine X to crawl on /private sub directory then you can use: User-agent: searchenginex # replace searchenginex with the spider name for Search Engine X Disallow: /private/ The function of robots.txt file is to guide/control spiders/crawlers on your web site. |