seo: don't noindex /posts?tags=order:rank.

This commit is contained in:
evazion
2019-12-07 22:18:58 -06:00
parent fdffd3bdcb
commit f24220982a

View File

@@ -146,8 +146,8 @@ module PostSets
def hide_from_crawler?
return true if current_page > 1
return true if !is_empty_tag? && !is_simple_tag?
false
return false if is_empty_tag? || is_simple_tag? || tag_string == "order:rank"
true
end
def is_single_tag?