diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-12-03 18:08:03 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-12-03 18:13:47 +0000 |
commit | 3e5696d71df5a2726f58ea0c446b68055924c2d7 (patch) | |
tree | 062971e48fa2af6245ea0f8dd5749734147534a3 | |
parent | 2eb478a4bf9d6f4cf22bbf2fb63a0e16716ec20b (diff) |
Add an 'Allow' directive to allow crawling of cached attachments.
Should resolve #1233
-rw-r--r-- | public/robots.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/public/robots.txt b/public/robots.txt index 279573d31..969e10826 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -8,7 +8,10 @@ # Crawl-delay: 1 # http://www.bing.com/community/blogs/webmaster/archive/2009/08/10/crawl-delay-and-the-bing-crawler-msnbot.aspx -# This file uses the non-standard extension characters * and $, which are supported by Google and Yahoo! +# This file uses the non-standard extension characters * and $, which +# are supported by Google and Yahoo! and the 'Allow' directive, which +# is supported by Google. + # http://code.google.com/web/controlcrawlindex/docs/robots_txt.html # http://help.yahoo.com/l/us/yahoo/search/webcrawler/slurp-02.html @@ -23,6 +26,7 @@ Disallow: */user/contact/ Disallow: */feed/ Disallow: */profile/ Disallow: */signin +Allow: */request/*/response/*/attach/* Disallow: */request/*/response/ Disallow: */body/*/view_email$ |