mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Send a 'noindex' header in non-canonical responses (#15026)
* FEATURE: Optionally send a 'noindex' header in non-canonical responses This will be used in a SEO experiment. Co-authored-by: David Taylor <david@taylorhq.com>
This commit is contained in:
committed by
GitHub
parent
1166afa4e8
commit
5647819de4
@@ -1602,6 +1602,9 @@ security:
|
||||
regex: "^(Lax|Strict|Disabled|None)$"
|
||||
enable_escaped_fragments: true
|
||||
allow_index_in_robots_txt: true
|
||||
allow_indexing_non_canonical_urls:
|
||||
default: true
|
||||
hidden: true
|
||||
moderators_manage_categories_and_groups: false
|
||||
moderators_change_post_ownership:
|
||||
client: true
|
||||
|
||||
Reference in New Issue
Block a user