more crawler constraints
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 %>
|
||||
|
||||
@@ -12,6 +12,7 @@ Disallow: /counts
|
||||
Disallow: /delayed_jobs
|
||||
Disallow: /dmails
|
||||
Disallow: /favorite
|
||||
Disallow: /favorites
|
||||
Disallow: /iqdb_queries
|
||||
Disallow: /ip_bans
|
||||
Disallow: /janitor_trials
|
||||
|
||||
Reference in New Issue
Block a user