diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-06-14 20:41:51 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-06-14 21:09:48 +0200 |
commit | c0fedc808fa61551f926a57bfdafc996e90f6658 (patch) | |
tree | c86854814ec8a92cb031832de6ecdcb1aac0d9c9 /public/robots.txt | |
parent | 0572a8d4c40c41c57307c3f76dbb0502b09fa38e (diff) | |
download | server-c0fedc808fa61551f926a57bfdafc996e90f6658.tar.gz |
Hide /forum from robots.
Diffstat (limited to 'public/robots.txt')
-rw-r--r-- | public/robots.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/robots.txt b/public/robots.txt index d5c191c..eedba57 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -2,6 +2,7 @@ User-agent: * Disallow: /join Disallow: /login Disallow: /signup +Disallow: /forum Disallow: /user Disallow: /games Disallow: /*play* |