We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b597ac + 9da3cbc commit 8ea55edCopy full SHA for 8ea55ed
app/views/record/view.html.erb
@@ -1,5 +1,9 @@
1
<%= content_for(:title, record_page_title(@record)) %>
2
3
+<% content_for :additional_meta_tag do %>
4
+ <meta name="robots" content="noindex, nofollow" />
5
+<% end %>
6
+
7
<%= render(partial: 'shared/error', collection: @errors) %>
8
9
<%= render(partial: 'shared/site_title') %>
app/views/search/results.html.erb
<%= content_for(:title, results_page_title(@enhanced_query)) %>
<div class="space-wrap">
<%= render partial: "shared/site_title" %>
0 commit comments