Possible Help with Pagination Issue: Rel=”Next”
Pagination can cause some serious indexing and ranking problems, yet it is sometimes hard (if not impossible) to avoid. For large database-driven sites and web catalogs it creates duplicate content problems (with multiple pages within one category / tag having one and the same title tags), as well content discovery issues (with the crawl not willing to go deep to the site and thus discovering product pages listed on pages 10-20 or deeper).
There’s one possible solution that might help crawlers better understand the site paging structure and thus treat it accordingly (for example use the pages for discovery without indexing them).
rel=”next” and rel=”prev” are used to describe the position of a document within a series of documents. These link definitions may be used by crawlers to better understand the web site navigation.
<HEAD> ...other head information... <TITLE>Chapter 5</TITLE> <LINK rel="prev" href="chapter4.html"> <LINK rel="next" href="chapter6.html"> </HEAD>
Even if they are not used for navigation, these links may be interpreted in interesting ways. For example, a user agent that prints a series of HTML documents as a single document may use this link information as the basis of forming a coherent linear document.
So far it is unclear how Google and other search engines treat the link attributes but who knows, these attributes won’t hurt for sure.
Here are more tips on avoiding duplicate content with pagination I offered earlier:
- Add a different portion of the title/ description to the beginning. e.g. <title>A-G Blue Widgets</title> (not always possible);
- Put all the content in one html document. Then use JavaScript to create pagination without reloading the page (only possible with smaller sites);
- Add NoIndex meta tag to the each page except the first one to keep search engines from indexing the pages but still allow them to crawl and follow the links (PageRank is still leaked in this case).
Note: the rel=”next” and rel=”prev” attributes are discussed in this forum thread. Many thanks to Webnauts for pointing the discussion out to me.
4 Responses to “Possible Help with Pagination Issue: Rel=”Next””
Recent Comments
- Karen Madson on Importance of NoFollow Links In Driving Traffic
- iola on Top Marketing Mistakes for Small Businesses
- gybatech.com on 3 Guest Blogging Mistakes Your Can’t Afford to Make
- Nica Mandigma on Guidelines for Writing Photo Alt Text
- Nick Stamoulis on 4 Characteristics of a Spammy Website
Friends and Partners
Tags
Archives
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009





This is an interesting and helpful post… I work for a digital media company and we offer services including web design applications, SEO/digital marketing, and user interface web design. We’ve had trouble recently getting indexed for pages deeper within our site and it’s been a mystery as to why this is, despite our efforts to counter it. Personally I am not familiar with how our html is structured in wordpress, but i passed this on to one of our developers who mentioned that we were not doing what was suggested above; however, he said that we have a wordpress plug in that he thought was taking care of this issue. Does anyone have any feedback on that, or has anyone been experiencing a similar issue with deep links? I’ve found the same problem happening for some of our clients as well.
Head over and have a read of this blog post http://www.epiphanysolutions.co.uk/blog/the-impact-of-pagination-on-seo/
It outlines some of the best ways to deal with SEO pagination along with which of the solutions is the most suitable for your website / needs
I could include this pagination seo tips to my academic project. Thanks..
Did you know that the Basic HTML Color set is a combination of 216 color? You can find a tabulated view of the basic HTML color on the internet. It can be handy when you need to quickly choose a standard HTML color for your site or any other project.