diff options
Diffstat (limited to 'app/views/layouts/default.rhtml')
-rw-r--r-- | app/views/layouts/default.rhtml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index 91d0f0d6b..aafc8e57a 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -19,6 +19,11 @@ <link rel="alternate" type="application/atom+xml" title="<%=h feed[:title] %>" href="<%=h feed[:url]%>"> <% end %> <% end %> + + <% if @no_crawl %> + <meta name="robots" content="noindex, nofollow"> + <% end %> + </head> <body> <div id="banner"> |