You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Hendy Irawan (JIRA)" <ji...@apache.org> on 2015/01/02 15:23:13 UTC

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

Hendy Irawan created WICKET-5799:
------------------------------------

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