nlisgo/nextprev_links
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Next Prev Links --------------- You can use the HTML attributes rel="next" and rel="prev" to indicate the relationship between individual URLs. Using these attributes is a strong hint to Google that you want us to treat these pages as a logical sequence[1]. This module allows you to introduce rel="next" and rel="prev" by selecting a new pager in your views. Currently, this module only introduces an alternative to the views_plugin_pager_full pager but we can add an alternative to others if wanted. Next steps ---------- * Add support for pagers not introduced by views * Add support for the book module * Add support for other modules Credits / Contact ----------------- Thanks to lfboulanger[2] for help with the original solution[3]. References ---------- 1: http://googlewebmastercentral.blogspot.co.uk/2011/09/pagination-with-relnext-and-relprev.html 2: https://www.drupal.org/user/1870694 3: https://www.drupal.org/node/1567684#comment-7648621