aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-12-21 14:32:20 -0800
committerFuwn <[email protected]>2023-12-21 14:32:20 -0800
commit20c1311a535df4b0f7145b5c83ff046c21ac7330 (patch)
tree7c1513f6979e7aeb215719e4d954958bc88eaaa3 /static
parentfeat(birthdays): percentage for loading (diff)
downloaddue.moe-20c1311a535df4b0f7145b5c83ff046c21ac7330.tar.xz
due.moe-20c1311a535df4b0f7145b5c83ff046c21ac7330.zip
fix(robots.txt): include new routes
Diffstat (limited to 'static')
-rw-r--r--static/robots.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/static/robots.txt b/static/robots.txt
index 0a1b4416..6ad5a543 100644
--- a/static/robots.txt
+++ b/static/robots.txt
@@ -1,4 +1,7 @@
User-agent: *
Disallow: /api/
-Disallow: /updates/
-Disallow: /feeds/ \ No newline at end of file
+Disallow: /feeds/
+Disallow: /tools?tool=*&*
+Disallow: /user/
+Disallow: /birthdays?*
+Disallow: /wrapped?* \ No newline at end of file