Skip to content

Commit abcbd89

Browse files
authored
Merge pull request #1426 from MITLibraries/gsc
Adds search engine directives to results pages
2 parents 4622395 + 18367ee commit abcbd89

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

app/views/search/bento.html.erb

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<%= content_for(:title, "Search | MIT Libraries") %>
22

3+
<% content_for :additional_meta_tag do %>
4+
<meta name="robots" content="noindex, nofollow" />
5+
<% end %>
6+
37
<%= render partial: "form" %>
48

59
<div class="results-summary">

public/google1ac9eb720e88154a.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-site-verification: google1ac9eb720e88154a.html

0 commit comments

Comments
 (0)