Add rel=nofollow to various internal search links to prevent Google from attempting to crawl things like `<tag> status:deleted` or `approver:<name>` searches.
6 lines
213 B
Plaintext
6 lines
213 B
Plaintext
<%= render layout: "show" do %>
|
|
<div>
|
|
<p>This artist entry does not exist. <%= link_to "Create new artist entry", new_artist_path(artist: { name: params[:name] }), rel: "nofollow" %>.</p>
|
|
</div>
|
|
<% end %>
|