FIX: paginated category and topic pages should not have canonical tag

This commit is contained in:
Arpit Jalan
2015-09-29 17:11:21 +05:30
parent 083bdcc8aa
commit ecd93f7efb
2 changed files with 3 additions and 3 deletions

View File

@ -83,7 +83,7 @@ class TopicsController < ApplicationController
response.headers['X-Robots-Tag'] = 'noindex'
end
canonical_url UrlHelper.absolute_without_cdn("#{Discourse.base_uri}#{@topic_view.canonical_path}")
canonical_url UrlHelper.absolute_without_cdn("#{Discourse.base_uri}#{@topic_view.canonical_path}") unless params[:page].present?
perform_show_response