From 53974dcd487ff11c7d1b27162b62862d255bc119 Mon Sep 17 00:00:00 2001 From: Christian Berg Date: Fri, 14 Oct 2016 21:34:39 +0200 Subject: [PATCH] Add /rankings/ to the disallow list. It's content that don't belong to an searchindex. --- src/kasu/templates/robots.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kasu/templates/robots.txt b/src/kasu/templates/robots.txt index 3a72dc0..ae027be 100644 --- a/src/kasu/templates/robots.txt +++ b/src/kasu/templates/robots.txt @@ -3,4 +3,5 @@ Sitemap: https://kasu.at/sitemap.xml Disallow: /admin/ Disallow: /cgi-bin/ Disallow: /users/ +Disallow: /ranking/ Host: kasu.at \ No newline at end of file