add markup for google sitelinks search box

This commit is contained in:
r888888888
2016-02-04 14:04:56 -08:00
parent 1207a39b66
commit c63d092e64
2 changed files with 27 additions and 1 deletions

View File

@@ -143,7 +143,7 @@ module PostSets
def hide_from_crawler?
return true if !is_single_tag?
return true if is_pattern_search?
return true if params[:page].to_i > 1
return true if page.to_i > 1
return true if is_metatag_search?
false
end