SECURITY: Prevent robots from indexing more routes
These routes could contain sensitive material and should never be indexed for content.
This commit is contained in:
parent
ed242d18c3
commit
0776340b29
|
@ -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" %>
|
||||
|
|
Loading…
Reference in New Issue