# How to handle paginated pages

> Paginated listings need their own canonical URLs and clear links between pages so crawlers reach every item.

Technical SEO · HTML version: https://getreport.app/learn/pagination

## Pagination links

Passing looks like: Pagination links are in place.

**Why it matters.** rel="prev" and rel="next" mark this page as part of a series. Google no longer uses them for indexing, but browsers and other search engines still read them, and they do no harm.

**How to fix it.**

1. Keep them if your CMS emits them; make sure each paginated page also has its own canonical URL and links to the next page in the HTML.

Check your own page: https://getreport.app/
