From e7d6aa9cdde4e2ca195c923d2982844648a8256e Mon Sep 17 00:00:00 2001 From: ashley Date: Mon, 29 Sep 2025 14:52:10 +0200 Subject: [PATCH] disallow /watch from crawlers --- robots.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/robots.txt b/robots.txt index 14267e90..09de307a 100644 --- a/robots.txt +++ b/robots.txt @@ -1,2 +1,3 @@ User-agent: * -Allow: / \ No newline at end of file +Allow: / +Disallow: /watch \ No newline at end of file