|
I have just come across that after translating the badges to Cyrillic, the badges links on the profile page are no longer redirecting properly. The main /badges/ page has its single badges URLs redirecting fine after the translation, however on the profile page, the translated badge name is removed from the url. Should be |
|
I have edited the file /osqa/forum/skins/default/templates/users/stats.html at line 133:
I have removed |
|
Also this problem in sidebar: /osqa/forum/skins/default/templates/users/sidebar/recent_awards.html But after editing badges have wrong URL`s need (like in "badges" page): .../badges/10/избранный-вопрос but we have: .../badges/10/Избранный%20вопрос (without "-" and with "%20" - it make dublicates of pages) Disallow: /badges/ in Robots.txt will be good for search engines. |