diff options
author | eric sabelhaus <eric.sabelhaus@gmail.com> | 2017-01-18 07:21:16 -0500 |
---|---|---|
committer | eric sabelhaus <eric.sabelhaus@gmail.com> | 2017-01-18 07:21:16 -0500 |
commit | 3ac6054bf9eeb86231ea0a6c390b8ac50e97cbcc (patch) | |
tree | ef03198c2756724c4b84df9bafc4291c43d6c5ba /public | |
parent | cdf0af666c04290ece320e39a890af75f2e7d7e4 (diff) | |
download | gitlab-ce-3ac6054bf9eeb86231ea0a6c390b8ac50e97cbcc.tar.gz |
correct User_agent placement in robots.txt
Diffstat (limited to 'public')
-rw-r--r-- | public/robots.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/public/robots.txt b/public/robots.txt index 7d69fad59d1..123272a9834 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -4,13 +4,12 @@ # User-Agent: * # Disallow: / -User-Agent: * - # Add a 1 second delay between successive requests to the same server, limits resources used by crawler # Only some crawlers respect this setting, e.g. Googlebot does not # Crawl-delay: 1 # Based on details in https://gitlab.com/gitlab-org/gitlab-ce/blob/master/config/routes.rb, https://gitlab.com/gitlab-org/gitlab-ce/blob/master/spec/routing, and using application +User-Agent: * Disallow: /autocomplete/users Disallow: /search Disallow: /api @@ -23,12 +22,14 @@ Disallow: /groups/*/edit Disallow: /users # Global snippets +User-Agent: * Disallow: /s/ Disallow: /snippets/new Disallow: /snippets/*/edit Disallow: /snippets/*/raw # Project details +User-Agent: * Disallow: /*/*.git Disallow: /*/*/fork/new Disallow: /*/*/repository/archive* |