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

@@ -19,9 +19,9 @@
<li><%= link_to "Similar users", reports_similar_users_path %></li>
<% end %>
<li><%= link_to "Deleted posts", posts_path(:tags => "#{@favorite_set.tag_string} status:deleted") %></li>
<li><%= link_to "Deleted posts", posts_path(:tags => "#{@favorite_set.tag_string} status:deleted"), :rel => "nofollow" %></li>
<li><%= link_to "Random post", random_posts_path(:tags => @favorite_set.tag_string), :id => "random-post" %></li>
<li><%= link_to "Random post", random_posts_path(:tags => @favorite_set.tag_string), :id => "random-post", :rel => "nofollow" %></li>
</ul>
</section>
</aside>