How to optimize achor text links on ecommerce category page
-
A category page on an e-commerce sites, containing a list of the products within the category, usually shows the product image above the product text link. If both image and anchor text link to the product page, this would mean that the image is counted as the link in terms of ranking value.
What would be the best way to make the anchor text count in stead of the image? I guess some ways would be:
1. Not making the product image a link
2. Using some kind of link masking / redirecting technique for the image
3. Employing a technical trick to make the anchor text link come first in the code readable by search engines.What would be the easiest way to solve this issue? Or do you believe it's not worth bothering?
-
This pretty much mirrors what I was going to say....
"I can't find an example of how it would be coded (check link above!), but you could look at having a single ahref stemming from the product text, and expand the clickable area to include the image. This would get around your issue, and I've always thought that having multiple links to a single product like that is sub-optimal.
I'm not sure how much added SEO benefit this would have, but all the small things..."
-
Here is a link to an insteresting thread on this topic in the GWT forums: http://productforums.google.com/forum/#!topic/webmasters/1yhb_xcdtZ0
Judging from what top level contributors have said there, linking images and text links pass the same amount of PR, with a very tiny amount of advantage to anchor text for a text link versus anchor text from the image alt text. Ultimately, do what's best for the user. In this case, for e-commerce, I think the image link taking precedence is just fine.
Dana
-
On our category pages we display products like displayed below. It is semantically correct, as all the elements inside the link are inline elements - it would not validate if we had a
in there as that is a block-element. However, in order to be able to style them correctly, we have added "display: block;" in the stylesheet making it easier to work with.
[
Name
Price](link_to_product)
Does anyone know what this setup has of impact on Google picking up anchor text etc.? Technically, we have an image, a name, and a price, where normally only a name is displayed. Is there some way, in which we can specify what should be counted for/valued as the anchor text (in this case )?
Thanks
-
Is this worth the effort or change in design?
Isn't it that google looks at the 1st link on a page?
So if you have 6 products and images this issue would only effect the 1st product seen?
Thanks
Handcrafter
-
You could design your product pages around having the anchored text link appear first, perhaps in an above description or blurb, and once again under the photo.
-
Hi all, i notited this discussion in another question (http://www.seomoz.org/q/how-to-properly-link-to-products-from-category-page)
I answered there with a technical solution, which i also would like to share here.
I made a fiddle about it, what do you think? Is it over optimization, or is it just a nice trick to get only one link, which is really well optimized?
-
Using a no-follow will loose link juice,
-
Firstly, I wondered if there are any news about this discussion...
Secondly, I wondered why it matters.
Is it because Google will consider only the first link from page A to B?
If that is the case (assuming you can't change the look and feel of the site) won't adding nofollow to the image link will solve the problem?Thanks
-
Perhaps add a no follow to the imageand move the link above the image . Currently you might have
you need to make it something like
<a <strong="">rel="nofollow" href="product.php"></a>
-
Just curious, would no-following the image link work?
-
Hi! We're wondering how your project is going, and if you made a decision and can share any results, or if you're sill looking for advice. Thanks!
-
This is unlkely to have too much of an impact on your rankings. I would recommend looking at the top 3 or 5 for your chosen keyword and look at what they're doing. I certainly wouldn't lose any sleep over this, just make sure your images are optimised too and maybe go with #3 if you're really keen to make the change.
-
Thanks Ryan, that's really helpful. Regarding #3: could you still make the anchor text link appear below the image for users, but have it come first in the source code for search engines? Any suggestion for how that would look like in terms of code?
Could you also do this with a block of text that appears at the bottom of the page, but is placed on top in the code? As having static text on the category page is important for SEO, but you might want to have users seeing the products before the text.
-
A very common issue to encounter!
#1: Absolutely not! People click on images.
#2: Too much effort and possibly risky in Google's eyes.
#3: This isn't really a trick. Just update the template that generates the page and move the linked text ahead of the image. Any developer could handle this for you.
Hidden option #4: Have the link enclose both the image and the product name. It may invalidate your markup, but if #3 isn't an option, consider this.
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
-
Category text not present in mobile version
Hey guys! I am looking into a site that has multiple category pages. These have descriptions that include relevant KWs. However, the text appears only on the desktop version, not on mobile. If I inspect the page, I still see the text's html tags. The site has been indexed by the smartphone google bot. Is there a chance the text's KWs are being detected by Google? I would think adding the text is the ideal route, but I´d like to see what you think. Thanks!
Technical SEO | | Reprise0 -
Does a number of products in anchor text (link to product list page) have any influence on SEO?
For example: shower cabins (660), used in our onpage-navigation which links to a product list page.
Technical SEO | | Maxaro.nl0 -
Followed Linking Root Domains and No Followed Linking Domains
If you have more NoFollowed Linking Root Domains than Followed Linking Root Domains is that a problem?
Technical SEO | | INN0 -
Too Many On-Page Links?
How much would this affect my page ranks performance? There are many Too Many On-Page Links? warning on my campaign. should I address this issue right away to fix it or leave it as it would not matter seriously ? I've looked at some of the pages and think all of them are necessary. Could someone help me? Thanks!
Technical SEO | | LauraHT0 -
How do I 301 redirect a number of pages to one page
I want to redirect all pages in /folder_A /folder_B to /folder_A/index.php. Can I just write one or two lines of code to .htaccess to do that?
Technical SEO | | Heydarian0 -
Limit number of links in a page, how to build the menu?
Hi, One of the first SEOMoz tool recommand to me, is to avoid multiple links on the same page. This is fully true, i've more than 600 internal links placed in a menu on the header.
Technical SEO | | vdgvince
This means that each page contains these 600 links at least. User-experience wise, i need to keep this multi-level menu accessible. What would you suggest me ? => No-follow on the links would be useful and not penalizing (if i still have other do-follow links to these pages) => Javascript menu, so that i can't be crawled by google => Any other suggestion? Thank you in advance!0 -
Proper way to 404 a page on an Ecommerce Website
Hello. I am working on a website that has over 15000 products. When one of these is no longer available - like it's discontinued or something - the page it's on 302s to a 404 page. Example - www.greatdomain.com/awesome-widget Awesome widget is no longer available www. greatdomain.com/awesome-widget 302s to -www.greatdomain.com/404 page. For the most part, these are not worthy of 301s because of lack of page rank/suitable LPs, but is this the correct way to handle them for search engines? I've seen varying opinions. Thanks!
Technical SEO | | Blenny0 -
Discrepency between # of pages and # of pages indexed
Here is some background: The site in question has approximately 10,000 pages and Google Webmaster shows that 10,000 urls(pages were submitted) 2) Only 5,500 pages appear in the Google index 3) Webmaster shows that approximately 200 pages could not be crawled for various reasons 4) SEOMOZ shows about 1,000 pages that have long URL's or Page Titles (which we are correcting) 5) No other errors are being reported in either Webmaster or SEO MOZ 6) This is a new site launched six weeks ago. Within two weeks of launching, Google had indexed all 10,000 pages and showed 9,800 in the index but over the last few weeks, the number of pages in the index kept dropping until it reached 5,500 where it has been stable for two weeks. Any ideas of what the issue might be? Also, is there a way to download all of the pages that are being included in that index as this might help troubleshoot?
Technical SEO | | Mont0