From 13500712dc00beb9757251e4076cb9e7a36b31c6 Mon Sep 17 00:00:00 2001 From: Dragan Ivanovic Date: Thu, 18 Jan 2024 09:57:11 +0100 Subject: [PATCH] Disallow forms (with CAPTCHA) to bots --- webapp/src/main/webapp/robots.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webapp/src/main/webapp/robots.txt b/webapp/src/main/webapp/robots.txt index ed35ce7c4a..18961f45c4 100644 --- a/webapp/src/main/webapp/robots.txt +++ b/webapp/src/main/webapp/robots.txt @@ -16,6 +16,9 @@ Disallow: /fedsearch/ # Vitro Disallow: /comments.jsp # Vitro Disallow: /dataservice/ # Vitro Disallow: /listrdf/ # Vitro +Disallow: /contact # Vitro +Disallow: /submitFeedback # Vitro +Disallow: /forgot-password # Vitro Disallow: /visualizationfm/ # VIVO addition Disallow: /visualization/ # VIVO addition Disallow: /vis/ # VIVO addition