From 082f55887d783ea7bccbcc5e7b84b4f25c8b8197 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 31 May 2011 13:47:00 -0400 Subject: [PATCH] Add /skip to robots.txt exclusion --- webcit/static.c | 1 + 1 file changed, 1 insertion(+) diff --git a/webcit/static.c b/webcit/static.c index 754cb5f0a..235322131 100644 --- a/webcit/static.c +++ b/webcit/static.c @@ -289,6 +289,7 @@ void robots_txt(void) { "Disallow: /display_page\r\n" "Disallow: /readnew\r\n" "Disallow: /display_enter\r\n" + "Disallow: /skip\r\n" "Sitemap: %s/sitemap.xml\r\n" "\r\n" , -- 2.30.2