FEATURE: add microdata prop and more links for crawler

- add microdata based on schema.org
- add breadcrumb on the top of topic
- add navigations link on the bottom of every pages
- add category description on the category list
This commit is contained in:
Erick Guan
2015-02-13 19:34:22 +08:00
parent 59a2f622c6
commit c955907f60
10 changed files with 152 additions and 87 deletions

View File

@ -221,9 +221,9 @@ Discourse::Application.routes.draw do
post "login" => "static#enter"
get "login" => "static#show", id: "login"
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"