Tell crawlers to ignore .json and .png files

ex-upload
Marcin Kulik 7 years ago
parent 5b9f97ce52
commit 2f44c1aa07

@ -3,3 +3,8 @@
# To ban all spiders from the entire site uncomment the next two lines:
# User-Agent: *
# Disallow: /
User-Agent: *
Disallow: /a/*.json
Disallow: /a/*.png
Disallow: /a/*.gif

Loading…
Cancel
Save