mirror of
https://github.com/discourse/discourse.git
synced 2025-04-02 03:05:58 +08:00
Revert "FEATURE: add Noindex to robots.txt for disallowed routes"
This reverts commit d84256a876a9fa4fc7bcb4b8ac8c5865f8c10701. This is not supported by Google and causes robots.txt to be flagged as invalid Removing Noindex
This commit is contained in:
parent
85cdf213e1
commit
c587df7e2a
@ -10,7 +10,6 @@ Crawl-delay: <%= agent[:delay] %>
|
||||
<%- end -%>
|
||||
<% agent[:disallow].each do |path| %>
|
||||
Disallow: <%= path %>
|
||||
Noindex: <%= path %>
|
||||
<% end %>
|
||||
|
||||
|
||||
|
@ -20,7 +20,6 @@ RSpec.describe RobotsTxtController do
|
||||
Discourse.stubs(:base_uri).returns('/forum')
|
||||
get '/robots.txt'
|
||||
expect(response.body).to include("\nDisallow: /forum/admin")
|
||||
expect(response.body).to include("\nNoindex: /forum/admin")
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user