From e38b602b7d522406b91a81998a2f9374f3b0be36 Mon Sep 17 00:00:00 2001 From: Paul Braeuning Date: Mon, 14 Jun 2021 10:40:59 +0200 Subject: [PATCH] Disallow /watch path for bots again --- assets/robots.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/robots.txt b/assets/robots.txt index 316bd4234..b7e8f5a91 100644 --- a/assets/robots.txt +++ b/assets/robots.txt @@ -1,3 +1,4 @@ User-agent: * Disallow: /search -Disallow: /login \ No newline at end of file +Disallow: /login +Disallow: /watch \ No newline at end of file