diff options
author | Steph Enders <steph@senders.io> | 2023-06-22 09:23:10 -0400 |
---|---|---|
committer | Steph Enders <steph@senders.io> | 2023-06-22 09:23:10 -0400 |
commit | df26f5e7839639c187a866527282f0957f6ec66f (patch) | |
tree | f9533d2be12884aedbe785918caa60af9198c400 | |
parent | 60906bbede2d3fb6c68c2cd93865dae450f39021 (diff) |
Add robots.txt
Add a proper robots.txt that allows search engines
-rw-r--r-- | static/robots.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..9b984c3 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,9 @@ +User-agent: * +Disallow: / + +User-agent: Googlebot +Allow: / +User-agent: Bingbot +Allow: / +User-agent: DuckDuckBot +Allow: / |