Prevent search engines from indexing artist pages, wiki pages, and tag searches for banned artists.
8 lines
141 B
Plaintext
8 lines
141 B
Plaintext
<% noindex if @artist.is_banned? %>
|
|
|
|
<%= render layout: "show" do %>
|
|
<div>
|
|
<%= render "summary", artist: @artist %>
|
|
</div>
|
|
<% end %>
|