Merge pull request #3199 from fantasticfears/seo

FEATURE: add microdata prop and more links for crawler
This commit is contained in:
Régis Hanol
2015-04-06 11:18:34 +02:00
11 changed files with 154 additions and 88 deletions

View File

@@ -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"

View File

@@ -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"