robots.txt: add more static pages.
Let Google index a few more static pages.
This commit is contained in:
@@ -329,6 +329,7 @@ Rails.application.routes.draw do
|
||||
get "/opensearch" => "static#opensearch", :as => "opensearch"
|
||||
get "/privacy" => "static#privacy_policy", :as => "privacy_policy"
|
||||
get "/terms_of_service" => "static#terms_of_service", :as => "terms_of_service"
|
||||
get "/404" => "static#not_found", :as => "not_found"
|
||||
get "/static/keyboard_shortcuts" => "static#keyboard_shortcuts", :as => "keyboard_shortcuts"
|
||||
get "/static/bookmarklet" => "static#bookmarklet", :as => "bookmarklet"
|
||||
get "/static/site_map" => "static#site_map", :as => "site_map"
|
||||
|
||||
Reference in New Issue
Block a user