Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-5799

Add rel=prev/next in PagingNavigator.html

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 6.18.0, 7.0.0-M4
    • 7.0.0-M5, 6.19.0
    • wicket
    • None

    Description

      Rationale is for SEO purposes: http://googlewebmastercentral.blogspot.com/2011/09/pagination-with-relnext-and-relprev.html

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

      Attachments

        Issue Links

          Activity

            People

              bitstorm Andrea Del Bene
              ceefour Hendy Irawan
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: