From 20c1311a535df4b0f7145b5c83ff046c21ac7330 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 21 Dec 2023 14:32:20 -0800 Subject: fix(robots.txt): include new routes --- static/robots.txt | 7 +++++-- 1 file 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 -- cgit v1.2.3