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

Andrea Del Bene reassigned WICKET-5799:
---------------------------------------

    Assignee: Andrea Del Bene

> 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
>            Reporter: Hendy Irawan
>            Assignee: Andrea Del Bene
>            Priority: Trivial
>
> 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