more crawler constraints

This commit is contained in:
r888888888
2016-02-05 14:14:27 -08:00
parent f2e651a801
commit e04a62b962
3 changed files with 4 additions and 3 deletions

View File

@@ -61,6 +61,6 @@
<% end %>
<%= missed_post_search_count_js %>
<% if @post_set.hide_from_crawler? %>
<meta name="robots" content="none">
<meta name="robots" content="nofollow,noindex">
<% end %>
<% end %>