From 5df7c43e5df176d2e386387fb6f753a5f897137a Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Sat, 24 Mar 2018 23:15:03 -0500 Subject: [PATCH] Ignore login in robots.txt --- assets/robots.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/robots.txt b/assets/robots.txt index d6c5354b..316bd423 100644 --- a/assets/robots.txt +++ b/assets/robots.txt @@ -1,2 +1,3 @@ User-agent: * -Disallow: /search \ No newline at end of file +Disallow: /search +Disallow: /login \ No newline at end of file