[ 
https://issues.apache.org/jira/browse/WICKET-5799?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrea Del Bene resolved WICKET-5799.
-------------------------------------
    Resolution: Fixed

> Add rel=prev/next in PagingNavigator.html
> -----------------------------------------
>
>                 Key: WICKET-5799
>                 URL: https://issues.apache.org/jira/browse/WICKET-5799
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 6.18.0, 7.0.0-M4
>            Reporter: Hendy Irawan
>            Assignee: Andrea Del Bene
>            Priority: Trivial
>             Fix For: 7.0.0-M5, 6.19.0
>
>
> Rationale is for SEO purposes: 
> http://googlewebmastercentral.blogspot.com/2011/09/pagination-with-relnext-and-relprev.html
> {code}
> ...
>       <a wicket:id="prev" class="prev" rel="prev">&lt;</a>
>       <span wicket:id="navigation" class="goto">
>               <a wicket:id="pageLink" href="#"><span 
> wicket:id="pageNumber">5</span></a>
>       </span>
>       <a wicket:id="next" class="next" rel="next">&gt;</a>
> ...
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to