From e095f554d844d19498cc7055d39057fb842f8083 Mon Sep 17 00:00:00 2001 From: Serhii Prykhozhyi Date: Wed, 21 Aug 2024 12:28:19 -0600 Subject: [PATCH] added robots.txt for disallowing crawling of the nojs version --- www/robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 www/robots.txt diff --git a/www/robots.txt b/www/robots.txt new file mode 100644 index 00000000..eba9e8c3 --- /dev/null +++ b/www/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: /nojs/ \ No newline at end of file