From 094d44e66acfe095ac77279638e6e806a58a8a55 Mon Sep 17 00:00:00 2001 From: Fabian Steeg Date: Tue, 20 Aug 2024 13:54:00 +0200 Subject: [PATCH] Disallow record in robots.txt as requested by author Via email on 2024-08-20 --- public/robots.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/robots.txt b/public/robots.txt index 6f27bb66..48e0cf5a 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,2 +1,3 @@ User-agent: * -Disallow: \ No newline at end of file +Disallow: /HT016346647 +Disallow: /990180402490206441 \ No newline at end of file