mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #3199 from fantasticfears/seo
FEATURE: add microdata prop and more links for crawler
This commit is contained in:
@@ -160,6 +160,7 @@ en:
|
||||
next_page: "next page →"
|
||||
prev_page: "← previous page"
|
||||
page_num: "Page %{num}"
|
||||
home_title: "Home"
|
||||
topics_in_category: "Topics in the '%{category}' category"
|
||||
rss_posts_in_topic: "RSS feed of '%{topic}'"
|
||||
rss_topics_in_category: "RSS feed of topics in the '%{category}' category"
|
||||
|
||||
@@ -224,9 +224,9 @@ Discourse::Application.routes.draw do
|
||||
get "login" => "static#show", id: "login"
|
||||
get "password-reset" => "static#show", id: "password_reset"
|
||||
get "faq" => "static#show", id: "faq"
|
||||
get "guidelines" => "static#show", id: "guidelines"
|
||||
get "tos" => "static#show", id: "tos"
|
||||
get "privacy" => "static#show", id: "privacy"
|
||||
get "guidelines" => "static#show", id: "guidelines", as: 'guidelines'
|
||||
get "tos" => "static#show", id: "tos", as: 'tos'
|
||||
get "privacy" => "static#show", id: "privacy", as: 'privacy'
|
||||
get "signup" => "list#latest"
|
||||
|
||||
post "users/read-faq" => "users#read_faq"
|
||||
|
||||
Reference in New Issue
Block a user