You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Andrea Del Bene (JIRA)" <ji...@apache.org> on 2015/01/02 20:09:35 UTC

[jira] [Updated] (WICKET-5799) Add rel=prev/next in PagingNavigator.html

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

Andrea Del Bene updated WICKET-5799:
------------------------------------
    Fix Version/s: 6.19.0
                   7.0.0-M5

> 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)