Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge remote-tracking branch 'origin/stable' into pkgr
- Loading branch information
Showing
with
9 additions
and
0 deletions.
-
+9
−0
app/views/robots_txt/index.erb
|
@@ -16,5 +16,14 @@ Disallow: /search |
|
|
Disallow: /search/ |
|
|
Disallow: /tags |
|
|
Disallow: /tags/ |
|
|
Disallow: /email/ |
|
|
Disallow: /session |
|
|
Disallow: /session/ |
|
|
Disallow: /admin |
|
|
Disallow: /admin/ |
|
|
Disallow: /user-api-key |
|
|
Disallow: /user-api-key/ |
|
|
Disallow: /*?api_key* |
|
|
Disallow: /*?*api_key* |
|
|
|
|
|
<%= server_plugin_outlet "robots_txt_index" %> |