seo: don't hide the front page from web crawlers.
Don't mark the front page (empty tag search) as noindex.
This commit is contained in:
@@ -145,7 +145,9 @@ module PostSets
|
|||||||
end
|
end
|
||||||
|
|
||||||
def hide_from_crawler?
|
def hide_from_crawler?
|
||||||
!is_simple_tag? || page.to_i > 1
|
return true if current_page > 1
|
||||||
|
return true if !is_empty_tag? && !is_simple_tag?
|
||||||
|
false
|
||||||
end
|
end
|
||||||
|
|
||||||
def is_single_tag?
|
def is_single_tag?
|
||||||
|
|||||||
Reference in New Issue
Block a user