Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
23 lines (21 sloc)
529 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| User-agent: * | |
| Disallow: / | |
| # | |
| # To disallow all robots: | |
| # User-agent: * | |
| # Disallow: / | |
| # | |
| # To disallow a specific agent from entire site | |
| # User-agent: usbr-crawler | |
| # Disallow: / | |
| # | |
| # To give a specific agent complete site access | |
| # User-agent: Lycos | |
| # Disallow: | |
| # Use of <meta> tags within the HTML document to restrict access | |
| # This document will not be indexed by robot | |
| # <META NAME="ROBOTS" CONTENT="NOINDEX"> | |
| # or | |
| # Links contained in this document will not be parsed by the robot | |
| # <META NAME="ROBOTS" CONTENT="NOFOLLOW"> |