From 051f470e9ee2958bc9ab93d02e5d9c512239d7e8 Mon Sep 17 00:00:00 2001
From: Angie Byron <webchick@24967.no-reply.drupal.org>
Date: Wed, 29 Dec 2010 04:05:07 +0000
Subject: [PATCH] #905576 by idflood: Allow crawling of /contact/ by search
 engines, don't disallow it in robots.txt

---
 robots.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/robots.txt b/robots.txt
index ddf673d99660..a54a12989ee1 100644
--- a/robots.txt
+++ b/robots.txt
@@ -41,7 +41,6 @@ Disallow: /xmlrpc.php
 # Paths (clean URLs)
 Disallow: /admin/
 Disallow: /comment/reply/
-Disallow: /contact/
 Disallow: /node/add/
 Disallow: /search/
 Disallow: /user/register/
@@ -51,7 +50,6 @@ Disallow: /user/logout/
 # Paths (no clean URLs)
 Disallow: /?q=admin/
 Disallow: /?q=comment/reply/
-Disallow: /?q=contact/
 Disallow: /?q=node/add/
 Disallow: /?q=search/
 Disallow: /?q=user/password/
-- 
GitLab