mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Disable indexing of non-canonical pages by default (#16015)
Enables the setting introduced in 5647819 by default, as early results
show improvement in websites crawl budget.
This commit is contained in:
committed by
GitHub
parent
953d36b788
commit
5c9ca07119
@@ -1595,7 +1595,7 @@ security:
|
||||
enable_escaped_fragments: true
|
||||
allow_index_in_robots_txt: true
|
||||
allow_indexing_non_canonical_urls:
|
||||
default: true
|
||||
default: false
|
||||
hidden: true
|
||||
moderators_manage_categories_and_groups: false
|
||||
moderators_change_post_ownership:
|
||||
|
||||
Reference in New Issue
Block a user