diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2022-02-20 12:24:55 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2022-02-20 12:24:55 +0100 |
commit | 45e7396b609eaed167a827b0122208d64b8c465b (patch) | |
tree | eb1555a226630a323c3f8091e9281a8fb9940eff | |
parent | 9c6bae1a23681f85c49e75fd9bd273c64d1862f4 (diff) | |
download | rgoncalves.se-45e7396b609eaed167a827b0122208d64b8c465b.tar.gz |
src: Disable robots and crawlers
-rw-r--r-- | src/robots.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/robots.txt b/src/robots.txt new file mode 100644 index 0000000..1f53798 --- /dev/null +++ b/src/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / |