Add rel=next to next page link for crawlers
This commit is contained in:
parent
1ead3a9114
commit
8134113b22
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue