📝 Added new scripts, aliases, etc.
This commit is contained in:
parent
f67d7b627e
commit
99dac59d82
5 changed files with 76 additions and 0 deletions
20
robots_examples.txt
Normal file
20
robots_examples.txt
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Allows all:
|
||||
User-agent: *
|
||||
Disallow:
|
||||
|
||||
# Disallow all (you don't want ANY site traffic here...):
|
||||
User-agent: *
|
||||
Disallow: /
|
||||
|
||||
# Disallow specific files and folders
|
||||
User-agent: *
|
||||
Disallow: /topsy/
|
||||
Disallow: /crets/
|
||||
Disallow: /hidden/file.html
|
||||
|
||||
# Disallow Specific Bots
|
||||
User-agent: Bingbot
|
||||
Disallow: /
|
||||
|
||||
User-agent: *
|
||||
Disallow:
|
||||
Loading…
Add table
Add a link
Reference in a new issue