diff options
| author | Fuwn <[email protected]> | 2023-12-21 14:32:20 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-21 14:32:20 -0800 |
| commit | 20c1311a535df4b0f7145b5c83ff046c21ac7330 (patch) | |
| tree | 7c1513f6979e7aeb215719e4d954958bc88eaaa3 /static | |
| parent | feat(birthdays): percentage for loading (diff) | |
| download | due.moe-20c1311a535df4b0f7145b5c83ff046c21ac7330.tar.xz due.moe-20c1311a535df4b0f7145b5c83ff046c21ac7330.zip | |
fix(robots.txt): include new routes
Diffstat (limited to 'static')
| -rw-r--r-- | static/robots.txt | 7 |
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 |