seo: don't noindex /posts?tags=order:rank.
This commit is contained in:
@@ -146,8 +146,8 @@ module PostSets
|
|||||||
|
|
||||||
def hide_from_crawler?
|
def hide_from_crawler?
|
||||||
return true if current_page > 1
|
return true if current_page > 1
|
||||||
return true if !is_empty_tag? && !is_simple_tag?
|
return false if is_empty_tag? || is_simple_tag? || tag_string == "order:rank"
|
||||||
false
|
true
|
||||||
end
|
end
|
||||||
|
|
||||||
def is_single_tag?
|
def is_single_tag?
|
||||||
|
|||||||
Reference in New Issue
Block a user