]> git.openstreetmap.org Git - rails.git/commitdiff
Add noindex meta tag to diary index pages
authorTobias <t@tobiasjordans.de>
Sat, 2 Jan 2021 19:22:26 +0000 (20:22 +0100)
committerGitHub <noreply@github.com>
Sat, 2 Jan 2021 19:22:26 +0000 (20:22 +0100)
Google (and other search engines) should follow all links on this page, but only index the actual diary_entry#show and not the #index. This meta tag tells google to do just that (https://developers.google.com/search/docs/advanced/crawling/block-indexing?hl=en).

Part of https://github.com/openstreetmap/openstreetmap-website/issues/2851

app/views/diary_entries/index.html.erb

index 96c052da69fd940ff16c7e7f374017fbde99ed6c..cb3f7f832c0d362ece103cf5e0a59e99f857bab2 100644 (file)
@@ -1,3 +1,4 @@
+<% content_for :head, tag(:meta, :name => :robots, :content => :noindex) %>
 <% content_for :heading do %>
   <div <% if @user %> id="userinformation"<% end %>>
     <% if @user %>
 <% content_for :heading do %>
   <div <% if @user %> id="userinformation"<% end %>>
     <% if @user %>