Add rel=next to next page link for crawlers

This commit is contained in:
Neil Lalonde 2014-02-25 10:18:07 -05:00
parent 1ead3a9114
commit 8134113b22
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
</div> </div>
<% if @list.topics.length > 0 %> <% if @list.topics.length > 0 %>
<p><a href="<%= @list.more_topics_url.sub('.json?','?') %>"><%= t 'next_page'%></a></p> <p><a href="<%= @list.more_topics_url.sub('.json?','?') %>" rel="next"><%= t 'next_page'%></a></p>
<% end %> <% end %>
<p><%= t 'powered_by_html' %></p> <p><%= t 'powered_by_html' %></p>