relnextprev
RelNextPrev is an informal term used to describe the practice of using HTML link relationships to indicate navigation between pages that form a sequence, such as a multi-page article or gallery. The HTML link element supports the rel attribute with value tokens like prev and next. These tokens can be used on separate link elements or combined in a single element as rel="prev next".
In practice, a paginated article might include two separate link elements in the head of each page:
Regarding search engines, rel="prev" and rel="next" have historically been used to signal page sequences. However, search