From cb1e9cf092d79819aa33ca4b1a54990687644beb Mon Sep 17 00:00:00 2001 From: Bob Vincent Date: Wed, 1 Jun 2011 11:40:40 -0400 Subject: [PATCH] Issue 1137848 by BrockBoland, tim.plunkett, jensimmons: Disallow /filter/tips page. --- robots.txt | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/robots.txt b/robots.txt index 804a074bec8fedd14fb0283242c534e419af2f74..6647f69020ba65611ce6d69c9273a9ab8e2e8b2d 100644 --- a/robots.txt +++ b/robots.txt @@ -40,6 +40,7 @@ Disallow: /xmlrpc.php # Paths (clean URLs) Disallow: /admin/ Disallow: /comment/reply/ +Disallow: /filter/tips/ Disallow: /logout/ Disallow: /node/add/ Disallow: /search/ @@ -49,6 +50,7 @@ Disallow: /user/login/ # Paths (no clean URLs) Disallow: /?q=admin/ Disallow: /?q=comment/reply/ +Disallow: /?q=filter/tips/ Disallow: /?q=logout/ Disallow: /?q=node/add/ Disallow: /?q=search/ -- 1.7.4.1