Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
How to properly link to products from category pages?
- 
					
					
					
					
 Hi All, We have an e-commerce website and the category pages are built so that there is a product image and below it there is the title. Both the image and the title are in a href (each on its own). I encountered the following unfinished discussion here at MOZ: 
 http://www.seomoz.org/q/how-to-optimize-achor-text-links-on-ecommerce-category-page#post-93758The discussion states that its improper. The question is - if it is wrong then why? (maybe because Google will give its weight to the image anchor instead of the text anchor since it is higher in the page). The other question is how to resolve the matter? 
 Should I add nofollow to the image href?Thanks 
- 
					
					
					
					
 Dear Everett, Can you supply the link to the article? Thanks 
- 
					
					
					
					
 Also see this page for more information on using named anchor links (i.e. page.html#image) to avoid the "first link counts" issue. This is what Alan Mosley is recommending. I think it is much safer than using CSS to try and "trick" search engines. You can put the image on product pages in a named anchor like #image. Resources: http://www.seomoz.org/blog/results-of-google-experimentation-only-the-first-anchor-text-counts http://www.seomoz.org/ugc/3-ways-to-avoid-the-first-link-counts-rule http://www.seomoz.org/blog/the-first-link-counts-rule-and-the-hash-sign 
- 
					
					
					
					
 No problem, glad I could help! 
- 
					
					
					
					
 Works amazing!!!!! Thanks a lot for all of your help. 
- 
					
					
					
					
 I would do something like this: http://jsfiddle.net/D7vMG/3/ (do you see the z-indexes? it makes sure the anchor is higher positioned then the paragraph.) You can of course use only the <a>-tag and not a heading. In that case you can put the position: absolute on the a-tag.</a> <a>Hope it helps! Good luck!</a> 
- 
					
					
					
					
 THANKS!!! I've been working on it since your first reply  Last question (I'm a bit rude now) - I also have price beneath "The New Ipad" anchor. Currently it is not in the href and I'm thinking of keeping it this way (which would mean it will be in the H3 but not in the href). Also, the href's are simple href's not surrounded by h3's, What do you think? Changing them? (keeping the price outside the href but inside the H3) It seems correct but changing would mean of a lot of anchors will be changed on the entire website... scarry 
- 
					
					
					
					
 Yeah of course, you can style the link any way you want. Even hide it  although I wouldn't recommend that hehe. although I wouldn't recommend that hehe.I made this jsfiddle for you: http://jsfiddle.net/D7vMG/1/ good luck trying it yourself! 
- 
					
					
					
					
 It is pretty much as if the anchor flows over the entire image. I did this a while back on a dutch telecom website called typhone dot nl. Check it out, it's on the frontpage (the offer blocks all have it) The H3 is just there as an example. If I just got an H1 above all products, i use h2's, if there is a h2, i use h3's. and so on. 
- 
					
					
					
					
 That's what the css code above does, it puts the link beneath the image visually when users look at the site, while keeping the link above the image in the actual code. 
- 
					
					
					
					
 I should not of said 2 pages, but it has been shown that both links will give link text relevancy. The javascript link will be followed, it will not help 
- 
					
					
					
					
 Is there a way to do so and having the link appearing beneath the image? I don't want to change the design 
- 
					
					
					
					
 Dear Alan, If Google will see it as two pages I'm guessing I will need to add a canonical to the # version. Is that the case? What about having the image with a javascript link? (location.href) or is that suspicious? 
- 
					
					
					
					
 Dont use no-follow, you will just leak link juice. One way around this, is to use a anchor # in your url for the image. like page.html#someterm This will in fact give you link text relevancy for both, google will see this as 2 different pages. Make sure you have alt text for the image. This tataic and well as what x-com may in the future be seen as over optimization, so it may be tter to do somthing like this Your link textYou can just link the whole lot in the one link. Or move your text to above the image. 
- 
					
					
					
					
 Thank you for the answer. I'm not too strong with css besides for the basics, what you mean is that the anchor will be displayed beneath the image for the user even though the code is placed before the image and also that clicking on the image will actually be like clicking on the anchor since its size includes the image??? Brilliant, it will also give more "engagement credit" to the anchor instead of splitting it (actually ppl usually clicking on the image). By the way, do you put all of your products on the page as H3? Thanks 
- 
					
					
					
					
 Hi Noamflint, we develop a lot of e-commerce websites and I want to fill you in how we tackled this problem several months ago and how. We deleted the anchor of the image! In our code it looks something like: The New iPadAs you see at the moment there is no anchor on the image, but our clients do want this. because of usabilty. and people just love clicking images. We solved this with CSS: div { position: relative; padding-top: 30px; display: block; } div h3 { position: absolute; top: 0px; left: 0px; display: block; } div h3 a { width: 200px; height: 230px; display: block; } div img { width: 200px; height: 200px; display: block; } This code above is pseudo of course, but i hope you see what we are trying to accomplish. The anchor tag is positioned absolute in the parent div. With the dimensions on it, the link is above the image, so when people hover the image. they automatically hover the link. Clicking in it, takes them to the detail page. You should try it! Maybe it will help you out. 
Browse Questions
Explore more categories
- 
		
		Moz ToolsChat with the community about the Moz tools. 
- 
		
		SEO TacticsDiscuss the SEO process with fellow marketers 
- 
		
		CommunityDiscuss industry events, jobs, and news! 
- 
		
		Digital MarketingChat about tactics outside of SEO 
- 
		
		Research & TrendsDive into research and trends in the search industry. 
- 
		
		SupportConnect on product support and feature requests. 
Related Questions
- 
		
		
		
		
		
		Can Google Bot View Links on a Wix Page?
 Hi, The way Wix is configured you can't see any of the on-page links within the source code. Does anyone know if Google Bots still count the links on this page? Here is the page in question: https://www.ncresourcecenter.org/business-directory If you do think Google counts these links, can you please send me URL fetcher to prove that the links are crawlable? Thank you SO much for your help. Intermediate & Advanced SEO | | Fiyyazp0
- 
		
		
		
		
		
		Category Page as Shopping Aggregator Page
 Hi, I have been reviewing the info from Google on structured data for products and started to ponder. Intermediate & Advanced SEO | | Alexcox6
 https://developers.google.com/search/docs/data-types/products Here is the scenario.
 You have a Category Page and it lists 8 products, each products shows an image, price and review rating. As the individual products pages are already marked up they display Rich Snippets in the serps.
 I wonder how do we get the rich snippets for the category page. Now Google suggest a markup for shopping aggregator pages that lists a single product, along with information about different sellers offering that product but nothing for categories. My ponder is this, Can we use the shopping aggregator markup for category pages to achieve the coveted rich results (from and to price, average reviews)? Keen to hear from anyone who has had any thoughts on the matter or had already tried this.0
- 
		
		
		
		
		
		Can noindexed pages accrue page authority?
 My company's site has a large set of pages (tens of thousands) that have very thin or no content. They typically target a single low-competition keyword (and typically rank very well), but the pages have a very high bounce rate and are definitely hurting our domain's overall rankings via Panda (quality ranking). I'm planning on recommending we noindexed these pages temporarily, and reindex each page as resources are able to fill in content. My question is whether an individual page will be able to accrue any page authority for that target term while noindexed. We DO want to rank for all those terms, just not until we have the content to back it up. However, we're in a pretty competitive space up against domains that have been around a lot longer and have higher domain authorities. Like I said, these pages rank well right now, even with thin content. The worry is if we noindex them while we slowly build out content, will our competitors get the edge on those terms (with their subpar but continually available content)? Do you think Google will give us any credit for having had the page all along, just not always indexed? Intermediate & Advanced SEO | | THandorf0
- 
		
		
		
		
		
		Do I need to use rel="canonical" on pages with no external links?
 I know having rel="canonical" for each page on my website is not a bad practice... but how necessary is it for pages that don't have any external links pointing to them? I have my own opinions on this, to be fair - but I'd love to get a consensus before I start trying to customize which URLs have/don't have it included. Thank you. Intermediate & Advanced SEO | | Netrepid0
- 
		
		
		
		
		
		Should I use rel=canonical on similar product pages.
 I'm thinking of using rel=canonical for similar products on my site. Say I'm selling pens and they are al very similar. I.e. a big pen in blue, a pack of 5 blue bic pens, a pack of 10, 50, 100 etc. should I rel=canonical them all to the best seller as its almost impossible to make the pages unique. (I realise the best I realise these should be attributes and not products but I'm sure you get my point) It seems sensible to have one master canonical page for bic pens on a site that has a great description video content and good images plus linked articles etc rather than loads of duplicate looking pages. love to hear thoughts from the Moz community. Intermediate & Advanced SEO | | mark_baird0
- 
		
		
		
		
		
		Do 404 Pages from Broken Links Still Pass Link Equity?
 Hi everyone, I've searched the Q&A section, and also Google, for about the past hour and couldn't find a clear answer on this. When inbound links point to a page that no longer exists, thus producing a 404 Error Page, is link equity/domain authority lost? We are migrating a large eCommerce website and have hundreds of pages with little to no traffic that have legacy 301 redirects pointing to their URLs. I'm trying to decide how necessary it is to keep these redirects. I'm not concerned about the page authority of the pages with little traffic...I'm concerned about overall domain authority of the site since that certainly plays a role in how the site ranks overall in Google (especially pages with no links pointing to them...perfect example is Amazon...thousands of pages with no external links that rank #1 in Google for their product name). Anyone have a clear answer? Thanks! Intermediate & Advanced SEO | | M_D_Golden_Peak0
- 
		
		
		
		
		
		NOINDEX listing pages: Page 2, Page 3... etc?
 Would it be beneficial to NOINDEX category listing pages except for the first page. For example on this site: http://flyawaysimulation.com/downloads/101/fsx-missions/ Has lots of pages such as Page 2, Page 3, Page 4... etc: http://www.google.com/search?q=site%3Aflyawaysimulation.com+fsx+missions Would there be any SEO benefit of NOINDEX on these pages? Of course, FOLLOW is default, so links would still be followed and juice applied. Your thoughts and suggestions are much appreciated. Intermediate & Advanced SEO | | Peter2640
- 
		
		
		
		
		
		Are duplicate links on same page alright?
 If I have a homepage with category links, is it alright for those category links to appear in the footer as well, or should you never have duplicate links on one page? Can you please give a reason why as well? Thanks! Intermediate & Advanced SEO | | dkamen0
 
			
		 
			
		 
			
		 
			
		 
			
		 
					
				 
					
				 
					
				 
					
				 
					
				 
					
				