Forum Moderators: Robert Charlton & goodroi
should I implement the canonical link element on the clean URL and just leave it at that?
Use link rel="next" and rel="prev" to let Google know how to read those pages
Now, if you choose to include rel=”next” and rel=”prev” markup on the component pages within a series, you’re giving Google a strong hint that you’d like us to:
- Consolidate indexing properties, such as links, from the component pages/URLs to the series as a whole (i.e., links should not remain dispersed between page-1.html, page-2.html, etc., but be grouped with the sequence).
- Send users to the most relevant page/URL—typically the first page of the series.
There is no harm of using noindex for paginated pages though as it does allow juice to flow and links on paginated pages are followed (the solution often used before Google introduced rel="next" and rel="previous").
There is no harm of using noindex for paginated pages though as it does allow juice to flow and links on paginated pages are followed (the solution often used before Google decided to use rel="next" and rel="previous" to consolidate indexing properties of paginated pages).
...Consolidate indexing properties, such as links, from the component pages/URLs to the series as a whole...
rel="next" and rel="previous" on the one hand and rel="canonical" on the other constitute independent concepts.
Use rel="next" and rel="prev" links to indicate the relationship between component URLs. This markup provides a strong hint to Google that you would like us to treat these pages as a logical sequence, thus consolidating their linking properties and usually sending searchers to the first page.