Hello,

is there a working solution fur Drupal 8, to include <link rel="next" / "prev"-Attributes into the html-head on paginated Views? Seems like there is no working module available.

Background:

you can now use the HTML link elements rel=”next” and rel=”prev” to indicate the relationship between component URLs in a paginated series.

See: http://googlewebmastercentral.blogspot.co.uk/2011/09/pagination-with-rel...

I thought about pulling the query-numbers (of current route, prev, next and max page) with pager.inc's template_preprocess_pager (https://api.drupal.org/api/drupal/core%21includes%21pager.inc/function/t...) and some how add the information with hook_page_attachments_alter (https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Render!theme.api....) into the html-head, all done within my theme-file.

Can someone help?

Thanks
Benjen