Pagination on a product page with reviews spread out on multiple pages
-
Our current product pages markup only have the canonical URL on the first page (each page loads more user reviews). Since we don't want to increase load times, we don't currently have a canonical view all product page. Do we need to mark up each subsequent page with its own canonical URL?
My understanding was that canonical and rel next prev tags are independent of each other. So that if we mark up the middle pages with a paginated URL, e.g:
Product page #1http://www.example.co.uk/Product.aspx?p=2692"/>http://www.example.co.uk/Product.aspx?p=2692&pageid=2" />**Product page #2 **http://www.example.co.uk/Product.aspx?p=2692&pageid=2"/>http://www.example.co.uk/Product.aspx?p=2692" />http://www.example.co.uk/Product.aspx?p=2692&pageid=3" />Would mean that each canonical page would suggest to google another piece of unique content, which this obviously isn't. Is the PREV NEXT able to "override" the canonical and explain to Googlebot that its part of a series? Wouldn't the canonical then be redundant?Thanks
-
Hi Don,
Normally it's not really necessary to put a canonical on each the pages with different pageid - the most important reason to put a canonical url on a page is to let Google know that if the same content is published under different url's which url needs to be indexed. In your example - a canonical url on http://www.example.co.uk/Product.aspx?p=2692&pageid=3 would be needed if the same content would also be available under http://www.example.co.uk/Product.aspx?p=2692&pageid=3&sessionid=123456 (or any other additional parameter). Strictly speaking the canonical is not to indicate Google that the content is unique but to indicate on which preferred url you want the content to be indexed. That is also the reason why you can implement both together.
If you check the example from Google - they use the rel next/previous to indicate that the different pages belong together - the canonical is basically used to indicate that the session id needs to be ignored when indexing the page.
If you are sure that there is only one version of http://www.example.co.uk/Product.aspx?p=2692&pageid=3 the canonical url is not really necessary. Note that e-commerce platforms have a tendency to add additional parameters to url's depending on the view - example when sorting on price etc - if this is the case the canonical would be needed.
Hope this helps,
Dirk
-
Hi Dirk,
Thanks for the answer but I'm still a tiny bit confused.
Currently we only have the Product.aspx?p=2692 first page including a canonical link, the rest of the variations don't have canonicals, ex:
Product page #1 http://www.example.co.uk/Product.aspx?p=2692"/> http://www.example.co.uk/Product.aspx?p=2692&pageid=2" />
**Product page #2 **http://www.example.co.uk/Product.aspx?p=2692" /> http://www.example.co.uk/Product.aspx?p=2692&pageid=3" />
Should we go ahead and add a canonical link for these pages with each of the unique pageid which specifies the page number? Because that was always my understanding of the Google support page for pagination. But then like I said we are basically telling Google that these pages are all unique, when if fact just the additional 10 reviews on them is new content.
-
Hi,
If you want all pages with the same product id p=2692 and different &pageid=x to be considered as one big page your implementation is correct. Canonicals can be used in parallel with rel next/previous. The example you give is quite similar to the example given by Google: https://support.google.com/webmasters/answer/1663744?hl=en (example at the bottom of the page). The canonical you use on the pages aren't really necessary, but they don't hurt either so you can leave them there.
The one thing you have to avoid when mixing canonicals & rel next/previous is when you implement it like this:
**Product page #2 ** http://www.example.co.uk/Product.aspx?p=2692"/>
http://www.example.co.uk/Product.aspx?p=2692" /> http://www.example.co.uk/Product.aspx?p=2692&pageid=3" /> => in that case you would be sending mixed signals to Google - on one hand indicating that all the pages with different pageid's should be considered as one big page & on the other hand saying that Google should only index the first page as the pages with different pageid's are duplicates.Hope this clarifies,
Dirk
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Best Practices for Title Tags for Product Listing Page
My industry is commercial real estate in New York City. Our site has 300 real estate listings. The format we have been using for Title Tags are below. This probably disastrous from an SEO perspective. Using number is a total waste space. A few questions:
Intermediate & Advanced SEO | | Kingalan1
-Should we set listing not no index if they are not content rich?
-If we do choose to index them, should we avoid titles listing Square Footage and dollar amounts?
-Since local SEO is critical, should the titles always list New York, NY or Manhattan, NY?
-I have red that titles should contain some form of branding. But our company name is Metro Manhattan Office Space. That would take up way too much space. Even "Metro Manhattan" is long. DO we need to use the title tag for branding or can we just focus on a brief description of page content incorporating one important phrase? Our site is: w w w . m e t r o - m a n h a t t a n . c o m <colgroup><col width="405"></colgroup>
| Turnkey Flatiron Tech Space | 2,850 SF $10,687/month | <colgroup><col width="405"></colgroup>
| Gallery, Office Rental | Midtown, W. 57 St | 4441SF $24055/month | <colgroup><col width="405"></colgroup>
| Open Plan Loft |Flatiron, Chelsea | 2414SF $12,874/month | <colgroup><col width="405"></colgroup>
| Tribeca Corner Loft | Varick Street | 2267SF $11,712/month | <colgroup><col width="405"></colgroup>
| 275 Madison, LAW, P7, 3,252SF, $65 - Manhattan, New York |0 -
Is Google able to see child pages in our AJAX pagination?
We upgraded our site to a new platform the first week of August. The product listing pages have a canonical issue. Page 2 of the paginated series has a canonical pointing to page 1 of the series. Google lists this as a "mistake" and we're planning on implementing best practice (https://webmasters.googleblog.com/2013/04/5-common-mistakes-with-relcanonical.html) We want to implement rel=next,prev. The URLs are constructed using a hashtag and a string of query parameters. You'll notice that these parameters are ¶meter:value vs ¶meter=value. /products#facet:&productBeginIndex:0&orderBy:&pageView:grid&minPrice:&maxPrice:&pageSize:& None of the URLs are included in any indexed URLs because the canonical is the page URL without the AJAX parameters. So these results are expected. Screamingfrog only finds the product links on page 1 and doesn't move to page 2. The link to page 2 is AJAX. ScreamingFrog only crawls AJAX if its in Google's deprecated recommendations as far as I know. The "facet" parameter is noted in search console, but the example URLs are for an unrelated URL that uses the "?facet=" format. None of the other parameters have been added by Google to the console. Other unrelated parameters from the new site are in the console. When using the fetch as Google tool, Google ignores everything after the "#" and shows only the main URL. I tested to see if it was just pulling the canonical of the page for the test, but that was not the case. None of the "#facet" strings appear in the Moz crawl I don't think Google is reading the "productBeginIndex" to specify the start of a page 2 and so on. One thought is to add the parameter in search console, remove the canonical, and test one category to see how Google treats the pages. Making the URLs SEO friendly (/page2.../page3) is a heavy lift. Any ideas how to diagnose/solve this issue?
Intermediate & Advanced SEO | | Jason.Capshaw0 -
What is the benefit of directory pages?
I recently started at a new job running ecommerce websites. We sell yoga equipment and on 2 of our sites we built directory pages for yoga studios to list their calendars and whatnot. They are pretty old and out of date, but my question is, is there any benefit to these types of directories? If they do, we need to look at refreshing them. But if not, then they need to go. One of them is here. http://www.everythingyoga.com/studios.aspx Like I said, it is out of date.
Intermediate & Advanced SEO | | ShockoeCommerce0 -
To list or not to list? Products that contain basic info only, yet show off product depth...
Some of our products on our site only have 40 characters of description... each item/category is it's own unique web page with basic info like Brand, Model, What it is, Price, & Quantity in stock. For searchers knowing what they want, they can quickly find us via the basic info & see that we have it in stock. But for someone surfing our site, it's not all that attractive or informative as you are scrolling down the category list. Collecting the picture & info can be a slow and time consuming process, but something we'd love to be all caught up on one day. Would it be wiser to take these pages off, or keep them on until they are fully updated with pic & more detail? (My thought is that even though they don't contain a lot of individual detail depth, they still add a substantial quantity of basic related content to the category page that they reside in. This basic info on these items are also given a chance to burn into the web search engines over a longer period of time. As time goes by and their content is improved, they will get re-crawled/re-indexed with their new information depth. Also, even though they don't look all that pretty, it shows off our product depth... if we only listed the items that looked spectacular, then a lot of our categories would only contain a wimpy 3 out of 30 items that we actually have for sale. That feels like a huge misrepresentation of how much selection we actually have to offer. But perhaps this is wrong thinking?) Thanks, Kevin
Intermediate & Advanced SEO | | Kevin_McLeish0 -
Is 301 redirect suggested on pagination pages
Hi - Due to pagination the default page of site is coming in 2 url with - ?page=1/ sub-url and /sub-url is 301 a recommended solution due to this pagination urls Also - is it required to create separate title and meta description of every pagination page We are taking specifically in context of our discounts and offer section http://www.mycarhelpline.com/index.php?option=com_offers&view=list&Itemid=9
Intermediate & Advanced SEO | | Modi0 -
Did adding product videos cause my products to lose #1 position?
I work on an e-commerce site and for many of the products we sell, we rank #1 for "product name + item number" related searches. We decided to add product videos to some of our products in the hopes of getting an additional listing in the SERP's (regular listing + video listing in universal video results) Instead.. What we've noticed is that sometimes we are not getting 2 listings but just a regular listing with a video thumbnail that ranks somewhere on the middle of the first page. The video thumbnail is great.. but I'd rather the #1 position. I don't think Google likes to show video results as the #1 position for obvious product searches. What do you think? Did we lose our #1 position because of adding the videos to our product pages? Any advice or similar experiences? ~~ Additional information: On some of those queries, Google had decided to ignore our video and we have maintained our #1 ranking. Thanks!
Intermediate & Advanced SEO | | WebstaurantStore.com0 -
There's a website I'm working with that has a .php extension. All the pages do. What's the best practice to remove the .php extension across all pages?
Client wishes to drop the .php extension on all their pages (they've got around 2k pages). I assured them that wasn't necessary. However, in the event that I do end up doing this what's the best practices way (and easiest way) to do this? This is also a WordPress site. Thanks.
Intermediate & Advanced SEO | | digisavvy0 -
Page titles
Hi Guys, Hope your all well and business is good. I have been going through and changing page titles for my site which is currently huge attracting massive amounts of traffic. However from my pro membership i have notice a lot of the rankings in Google search engine has decreased. I have been using a strategy that i read on SEOMoz which is; example Keyword | Page heading | company name Is this why? if so what is the best method? I have changed nothing else so far.
Intermediate & Advanced SEO | | wazza19850