From 6a059e54ac23a335bf7e54dfb07af9544bf789c2 Mon Sep 17 00:00:00 2001 From: Bob Vincent Date: Wed, 1 Jun 2011 11:31:09 -0400 Subject: [PATCH 1/2] Issue 1137848 by BrockBoland, tim.plunkett, jensimmons: Disallow /filter/tips page. --- robots.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/robots.txt b/robots.txt index 804a074bec8fedd14fb0283242c534e419af2f74..8d9acb0b59ea1862e82448f853f5681997f28e07 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/ -- 1.7.4.1 From 7eb43a6ec85cc9da7773bce09e745380577b9b10 Mon Sep 17 00:00:00 2001 From: Bob Vincent Date: Wed, 1 Jun 2011 11:38:14 -0400 Subject: [PATCH 2/2] Issue 1137848 by BrockBoland, tim.plunkett, jensimmons: Disallow /filter/tips page. --- robots.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/robots.txt b/robots.txt index 8d9acb0b59ea1862e82448f853f5681997f28e07..6647f69020ba65611ce6d69c9273a9ab8e2e8b2d 100644 --- a/robots.txt +++ b/robots.txt @@ -50,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