Forum Moderators: Robert Charlton & goodroi
Much like rel=”canonical” acts a strong hint for duplicate content, you can now use the HTML link elements rel=”next” and rel=”prev” to indicate the relationship between component URLs in a paginated series. Throughout the web, a paginated series of content may take many shapes—it can be an article divided into several component pages, or a product category with items spread across several pages, or a forum thread divided into a sequence of URLs. 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.
Send users to the most relevant page/URL—typically the first page of the series.It may be typical but it's not always true. I find it that on forums specifically, the discussion may actually get to the most interesting parts only on page 2 or even further inside, and even without tags that essentially kill off all pages except for the first one, the consequent pages have trouble ranking. I guess, mostly because most internal links are pointing to page 1.
or is this really designed for articles with split content?I honestly don't know what the original intent was but now it's used in a context that's different from what Google wants to use it for. WordPress, for example, by default adds rel=”next” and rel=”prev” to articles that have nothing to do with one another except that they were published sequentially. This is an example of a wrong signal Google is trying to pick up. The fact that different URLs are "linked" through the chain of rel=”next” and rel=”prev” directives does not mean that whichever is the last one in the chain, the most previous, so to speak, should rank best (apparently Google now thinks it's Page #1). In WordPress interpretation it is simply the oldest article.
A site I work with currently uses rel=canonical to point pages 2 and on back to page 1. This isn't recommended but prevents all the paginated pages from being in the search index.
1script wrote:
I honestly don't know what the original intent was but now it's used in a context that's different from what Google wants to use it for. WordPress, for example, by default adds rel=�next� and rel=�prev� to articles that have nothing to do with one another except that they were published sequentially. This is an example of a wrong signal Google is trying to pick up. The fact that different URLs are "linked" through the chain of rel=�next� and rel=�prev� directives does not mean that whichever is the last one in the chain, the most previous, so to speak, should rank best (apparently Google now thinks it's Page #1). In WordPress interpretation it is simply the oldest article.
Anyhow, if Google will start interpreting these directives as pagination signals, many WordPress installs, at least the most recent version 3.2.1 are in danger.
rel="prev" and rel="next" are indicating paginated content as opposed to a basic list. As the blog post says, it's just a hint, not a directive. Any thought if rel=next/prev will... only index page 1?
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.