diff --git a/app/views/favorites/index.html.erb b/app/views/favorites/index.html.erb index 66d1b2dc0..e9ffba074 100644 --- a/app/views/favorites/index.html.erb +++ b/app/views/favorites/index.html.erb @@ -19,9 +19,9 @@
  • <%= link_to "Similar users", reports_similar_users_path %>
  • <% end %> -
  • <%= link_to "Deleted posts", posts_path(:tags => "#{@favorite_set.tag_string} status:deleted") %>
  • +
  • <%= link_to "Deleted posts", posts_path(:tags => "#{@favorite_set.tag_string} status:deleted"), :rel => "nofollow" %>
  • -
  • <%= link_to "Random post", random_posts_path(:tags => @favorite_set.tag_string), :id => "random-post" %>
  • +
  • <%= link_to "Random post", random_posts_path(:tags => @favorite_set.tag_string), :id => "random-post", :rel => "nofollow" %>
  • diff --git a/app/views/posts/index.html.erb b/app/views/posts/index.html.erb index fe99c6c09..d4efe2263 100644 --- a/app/views/posts/index.html.erb +++ b/app/views/posts/index.html.erb @@ -61,6 +61,6 @@ <% end %> <%= missed_post_search_count_js %> <% if @post_set.hide_from_crawler? %> - + <% end %> <% end %> diff --git a/public/robots.txt b/public/robots.txt index 1bb87f005..b03cede03 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -12,6 +12,7 @@ Disallow: /counts Disallow: /delayed_jobs Disallow: /dmails Disallow: /favorite +Disallow: /favorites Disallow: /iqdb_queries Disallow: /ip_bans Disallow: /janitor_trials