Skip to content

Commit

Permalink
Add noindex,nofollow meta
Browse files Browse the repository at this point in the history
This is better than putting it in robots.txt.
See #363
  • Loading branch information
norm committed Jan 31, 2014
1 parent 8aebe1d commit 81a1fc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/root/print.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="robots" content="noindex, nofollow">

<%= stylesheet_link_tag 'guides-print', media: 'all' %>
</head>
Expand Down

0 comments on commit 81a1fc2

Please sign in to comment.