Rel=Canonical vs. No Index
-
Ok, this is a long winded one. We're going to spell out what we've seen, then give a few questions to answer below, so please bear with us!
We have websites with products listed on them and are looking for guidance on whether to use rel=canonical or some version of No Index for our filtered product listing pages. We work with a couple different website providers and have seen both strategies used.
Right now, one of our web providers uses No Index, No Follow tags and Moz alerted us to the high frequency of these tags. We want to make sure our internal linking structure is sound and we are worried that blocking these filtered pages is keeping our product pages from being as relevant as they could be. We've seen recommendations to use No Index, Follow tags instead, but our other web provider uses a different method altogether.
Another vendor uses a rel=canonical strategy which we've also seen when researching Nike and Amazon's sites. Because these are industry leading sites, we're wondering if we should get rid of the No Index tags completely and switch to the canonical strategy for our internal links. On that same provider's sites, we've found rel=canonical tags used after the first page of our product listings, and we've seen recommendations to use rel=prev and rel=next instead.
With all that being said, we have three questions:
1)Which strategy (rel=canonical vs. No Index) do you recommend as being optimal for website crawlers and boosting our site relevance?
2)If we should be using some version of No Index, should we use Follow or No Follow?
2)Depending on the product, we have multiple pages of products for each category. Should we use rel=prev & rel=next instead of rel=canonical among the pages after page one?
Thanks in advance!
-
Oleg, I like your thought process on this.
I am dealing with this exact issue and have 2 brilliant minds arguing over what is best approach. In reviewing the above, I agree with the approach. Canonical links to the first page of "Honda-civic-coupe" makes perfect sense.
Total we use prev-next, but self-refer rel=canonical the URL's on subsequent pages, but are not no-indexing page 2+. The negative impact is that Google will from time to time, add as site-links to the #1 search result a pagination page (e.g., 6 ) and some pagination pages are indexed. Landing page traffic to these is near zero. Our decision is determining whether to non-index or rel-canonical to the first page.
The pages in my case are new home communities where we might be listing all the different communities that are luxury communities in the specific city. While they are all this same category, as a group can be described similarly, and will have near duplicate metas, each community (list element) is unique. So, page #1 can be viewed as quite differentiated.
Here are the arguments:
-
Rel=canonical to the first page. As much as we think each shingle (i.e., page of 15 communities) is unique. The 15 Descriptions, amenities, location, what it is near, things you can do there are unique, As a group it can be considered just a list of communities. By pointing back to page #1 we are saying this is a collecting list of 3 pages of luxury communities in a given city. This will concentrate authority to the page that is most relevant.
-
No-index the subsequent pages. When Google said near duplicate, they really were considering limiting that scope to pages where the items are exactly the same or nearly the same. If the individual page content due to the differentiated product can be seen as unique content simply due to the in-page list elements, they are not really duplicate and rel=canonical is inappropriate. To use rel=canonical would at some point be viewed as manipulative and over-reaching use of rel=canonical. While this may cause this page to rank better, it may be considered not okay at some point.
Option #1 would seem to have a better immediate rank impact, but is there some real risk that it would be considered manipulative since the pages would not look to Google as near enough duplicates?
Glad to hear what you or others have to say.
-
-
Hey Oleg,
Thanks for the input - we'll look into making those updates!
-
Yes, you would canonical to that searchnew.aspx page.
In this scenario, I would set up mod_rewrite to create "Category" page for each specific model so you can rank for more pages.
e.g /model/Honda-Civic-Coupe/ would be a static page and you can canonical all of the other filters to their respective pages.
-
Hey Everyone,
Thanks for the answers and advice - here's an example of a filtered inventory listings page on one of our sites that isn't currently using a rel=canonical on it. Would you just have the canonical point back to the main "searchnew" page? If you have any other insights to improvements to this page's structure, please feel free to send suggestions.
http://www.leithhonda.com/searchnew.aspx?model=Civic+Coupe
Thanks all!
-
I would say using rel canonical would be the best. I am guessing your filter system is using a anchor or a hashbang? We only do ecommerce work and we typically just have the canonical of the filter page pointed to the category that is being filtered. The reason being is that you don't want to reduce the chances of the category ranking in the serps.
But honestly like Oleg said, the site would need to be seen to give a 100% best possible answer. We have used several different strategies with our clients. Some involve actually rewriting the filter urls as landing pages and trying to rank them as well.
-
Hey Oleg,
Thanks for the response. We're actually looking for info on our product listings pages, or search results pages within the site. Would this advice still apply to those pages?
-
Hard to give answer without seeing the site... ideally, you don't use canonicals or noindex and instead have 1 page per product.
-
Canonical is better overall i'd say - as long as the two pages you are merging are (almost) identical
-
keep the follow, doesn't hurt and only boosts pages it links to
-
Again, tough to understand but sounds like you should use canonical (pagination basically "merges" the paginated pages into 1 long one so to speak, so if you have the same content over and over again, best to canonical)
-
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
-
Redirecting all URLs appended with index.htm or index.html
It has come to my attention with one of my clients (WordPress website) that for some time they have within their Landing Page report (of GA - Google Analytics) URLs that should all be pointing to the one page, example: domain.com/about-us, also has a listing in GA as domain.com/about-us/index.htm Is this some kind of indication of a subdirectory issue? Has anyone had experience with this in such wordpress plugins as Yoast SEO, or other SEO plugin? My thoughts here are to simply redirect any of these non-existent files with a redirect in .htaccess - but what I'm using isn't working. I will insert the redirect here - - and any help would be greatly appreciated. RewriteEngine onRewriteCond %{THE_REQUEST} ^./index.html?
Reporting & Analytics | | cceebar
RewriteRule ^(.)index.html?$ http://www.dupontservicecenter.com/$1 [R=301,L] and this rewrite doesn't work: RewriteEngine on
RewriteRule ^(.+).htm$ http://dupontservicecenter.com/$1.php [R,NC] _Cindy0 -
How do I setup a logged-in vs. non logged-in custom variable in Google Analytics?
I found an example of the snippet to use: __gaq.push(['.setCustomVar,
Reporting & Analytics | | Evan34
1, // first slot
'user-type', // custom variable name
'visitor', // custom variable value
2 // custom variable scope - session-level
]); Once the visitor logs into your website, we change this code, accordingly: __gaq.push(['.setCustomVar,
1, // first slot
'user-type', // custom variable name
'regular-user', // custom variable value
2 // custom variable scope - session-level
]); How does the code know to change from 'visitor' to 'regular user' once a user logs in? Is the snippet only placed on the login page?0 -
Webmaster Tools Indexed pages vs. Sitemap?
Looking at Google Webmaster Tools and I'm noticing a few things, most sites I look at the number of indexed pages in the sitemaps report is usually less than 100% (i.e. something like 122 indexed out of 134 submitted or something) and the number of indexed pages in the indexed status report is usually higher. So for example, one site says over 1000 pages indexed in the indexed status report but the sitemap says something like 122 indexed. My question: Is the sitemap report always a subset of the URLs submitted in the sitemap? Will the number of pages indexed there always be lower than or equal to the URLs referenced in the sitemap? Also, if there is a big disparity between the sitemap submitted URLs and the indexed URLs (like 10x) is that concerning to anyone else?
Reporting & Analytics | | IrvCo_Interactive1 -
Images Getting Indexed Making for Low Engagements Times in GA
I have quite a few images that are being indexed for popular search terms and are getting clicks. This site has a 0-10 second engagement of 69%. I would like to eliminate these images from the equation because I tend to think they are hurting my "quality score" in organic Google rankings. How do you keep these images from ranking? I suppose I could rename them. Should I disallow the images folder? I hate to do that, because some of my images turn up in local searches, which is good. I would rather keep those. But what is best practice? A little background info, this is a local service site. So the images that are ranking are coming up for a broad national type search. This has 0 value for the site. Any advice or suggestions would be appreciated, Thanks! Kathy
Reporting & Analytics | | MSWD0 -
Automatic Checking indexation of websites
Hi Guys, do you know a tool that can check al list of websites (directorys) wich automatically checks if the website are indexed in Google. The list is very long and I would like to have a tool wich checks them all with only CnP them once. thankx a lot der.rabauke
Reporting & Analytics | | Lincus0 -
AW Stats vs Google Analytics
Hey Moz Community, I am looking to get opinions on the best practice for analytics/traffic analysis. From experience I know that AW Stats reads high and Google Analytics reads low for traffic for reason in this article http://www.smartz.com/blog/2009/01/23/analytic-confusion-%E2%80%93-awstats-vs-google-analytics/ It drives me a little nuts how far off both are for some pages. I have one article that shows 100 views (GA) and AW stats shows 5 times that number of views. Any suggestions or systems you recommend? Thanks
Reporting & Analytics | | johnshearer0 -
Conflicting Analytics: Getclicky vs. Google Analytics
Removal of an old getclicky code (and installation of new tracking code) from my site after some changes resolved inaccuracies in my page view/bounce rate information. Prior to adding the correct getclicky code, getclicky was showing 95% plus bounce rate on my site. I knew this was wrong because GA showed around 40%. Ironically, now that my getclicky account is working (showing a 30% bounce rate), GA bounce rate is steadily climbing. Is it best to just stick with one analytics account so that the codes don't conflict? Is it possible to have two accurate analytics accounts at the same time?
Reporting & Analytics | | JSOC0 -
For an optimized site, any available stats / guesstimates on what is avg % of traffic to homepage vs. second-level pages?
I'm interested in passing this info on to a client who experienced a period of time when an incorrect GA code was installed on their homepage. They were able to get Google stats on second level pages only. This is a site that gets 80 + % of visits from organic search engine referrals. They do minimal advertising. Thanks in advance.
Reporting & Analytics | | alankoen1230