mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-20 22:31:00 +00:00
added robots.txt example file
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2193 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
7ab9ffd815
commit
6c83ebbcad
2 changed files with 12 additions and 0 deletions
1
debian/linkchecker.examples
vendored
1
debian/linkchecker.examples
vendored
|
|
@ -1 +1,2 @@
|
|||
config/linkcheck-cron.sh
|
||||
doc/robots.txt
|
||||
|
|
|
|||
11
doc/robots.txt
Normal file
11
doc/robots.txt
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Simple robots.txt example, put this into your web root.
|
||||
# See the complete reference at
|
||||
# http://www.robotstxt.org/wc/norobots-rfc.html
|
||||
|
||||
# disallow cgi-bin access for all robots
|
||||
User-agent: *
|
||||
Disallow: /cgi-bin/
|
||||
|
||||
# All LinkChecker versions are not allowed to check anything
|
||||
User-agent: LinkChecker
|
||||
Disallow: /
|
||||
Loading…
Reference in a new issue