mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 09:10:25 +08:00
FEATURE: disallow groups from being indexed
This commit is contained in:
parent
4f301905b6
commit
e19ae6c55e
1 changed files with 2 additions and 0 deletions
|
@ -25,5 +25,7 @@ Disallow: /user-api-key
|
||||||
Disallow: /user-api-key/
|
Disallow: /user-api-key/
|
||||||
Disallow: /*?api_key*
|
Disallow: /*?api_key*
|
||||||
Disallow: /*?*api_key*
|
Disallow: /*?*api_key*
|
||||||
|
Disallow: /groups
|
||||||
|
Disallow: /groups/
|
||||||
|
|
||||||
<%= server_plugin_outlet "robots_txt_index" %>
|
<%= server_plugin_outlet "robots_txt_index" %>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue