forked from Cavemanon/cavepaintings
rename handle_static to static_files - stop confusing it with file handlers
This commit is contained in:
11
ext/static_files/static/robots.txt
Normal file
11
ext/static_files/static/robots.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
User-agent: *
|
||||
# comment lists change all the time, crawlers should
|
||||
# index individual image's comments
|
||||
Disallow: /comment/
|
||||
# next and prev are just CPU-heavier ways of getting
|
||||
# to the same images that the index shows
|
||||
Disallow: /post/next/
|
||||
Disallow: /post/prev/
|
||||
# Site is rate limited to 1 request / sec,
|
||||
# returns 503 for more than that
|
||||
Crawl-delay: 3
|
Reference in New Issue
Block a user