aakk9999

msg:4467532 | 9:32 am on Jun 20, 2012 (gmt 0) |
I personally would not, I would prefer noindex,follow for paginated results. But it also depends whether the items being paginated can be accessed easily from elsewhere, in which case you may just stop other paginated pages in robots.txt (for example pagination for search/sort/filter etc).
|
deadsea

msg:4467537 | 9:50 am on Jun 20, 2012 (gmt 0) |
Google specifically said not to use rel canonical for pagination. Instead, you should used rel next and rel prev to let Googlebot know that the pages are in a series. Google would also like you to implement a "view all" page. Here is the video they produced with this advice: [youtube.com...]
|
menntarra 34

msg:4467631 | 2:38 pm on Jun 20, 2012 (gmt 0) |
I have to add that if you have tons of pages then a "view all" is NOT recommended at all. Whatsmore (it is in the video as well) if the "view all" pageload time takes let's say more than 10 secs, then it is not recommended. An other thing is if your site has a search function and you have a pagination, then again i'm not sure which one to use: canonical or prev-next ? @deadsea: What do you think is it wise to do the following: on page two there would be a <link rel="prev" href="/1", is it not wiser to redirect that straight to: href="/" instead of first page from a SEO point of view? (of course both are the same pages) And to follow that, what if i have a lot of related articles about the same topic and i want to connect them to one another can i connect them(they can be described as a "SERIES") with this prev-next stuff even if they have totally different urls?
|
aakk9999

msg:4467633 | 2:48 pm on Jun 20, 2012 (gmt 0) |
| <link rel="prev" href="/1" |
| If your canonical page is domain root, then the link rel "prev" should point to root, not to "/1". | if your site has a search function and you have a pagination, then again i'm not sure which one to use: canonical or prev-next |
| It would be perhaps the best to stop the search URLs via robots.txt. Of course, providing that there are other ways of accessing the product pages.
|
tedster

msg:4467696 | 6:48 pm on Jun 20, 2012 (gmt 0) |
This is an area where I never quite understood Matt's advice - and I've noticed him give it several times. I've had solid results by using rel="next" etc, and that seems to me to make more sense than twisting rel="canonical" into a rather peculiar application. It may well be something Google can make good use of, however that doesn't make it standard in any way, and I also care about Bing ;)
|
setzer

msg:4467761 | 10:00 pm on Jun 20, 2012 (gmt 0) |
| This is an area where I never quite understood Matt's advice - and I've noticed him give it several times. I've had solid results by using rel="next" etc, and that seems to me to make more sense than twisting rel="canonical" into a rather peculiar application. It may well be something Google can make good use of, however that doesn't make it standard in any way, and I also care about Bing ;) |
| Yeah, I'm going to start adding the next and prev tags, that makes more sense.
|
g1smd

msg:4467772 | 10:54 pm on Jun 20, 2012 (gmt 0) |
Use rel="canonical" to point to pages with the same content, or a page which is a superset of the content, not to a different part of the content. Read this very carefully: [tools.ietf.org...] [RFC6596]
|
klark0

msg:4467840 | 4:20 am on Jun 21, 2012 (gmt 0) |
^^ mattcutts tweeted that link today. did you get it from him or was it the other way around, mmmm.
|
|