diff options
| -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 |