|
#1
|
|||
|
|||
|
E-Commerce Website optimization
Hi,
I am working on an e-Commerce website. I need some tips from Search Engine Optimization point of view. I am facing problem with URL's. Suppose a reebok shoes is present in our website. There are different situations comes here: 1. That particual shoes is present under brand category (URL is based on brand here) 2. That particular shoes is present in some hot deals (Here URL is based on hot deals) That means if we see our breadcrumb navigation its looks like Parent Category -> Sub Category -> Brand Name -> Product Name Parent Category -> Sub Category -> Special offers -> Product Name In the above scenario we got 2 different URL's with same product and that page has same description. In case of a large website of ecommerce, even we cannot generate different sets of content for the same product. ![]() Please share your valuable ideas and experiences here. Thanks |
|
#2
|
||||
|
||||
|
Re: E-Commerce Website optimization
When it comes to e-commerce there is really no way around having duplicate content in some form. For that reason, you shouldn't be penalized. At the same time you could be dividing "link juice" and/or "PageRank" between multiple URLs.
Keep duplicates to as few as possible and don't use this as an excuse to go crazy with your categories. Concentrate on the user and things will fall into place for the most part! See bullet point 2 at the link below for more on duplicate content: http://www.google.com/support/webmas...y?answer=66359 best of luck! ![]() |
|
#3
|
||||
|
||||
|
Re: E-Commerce Website optimization
Quote:
Added: Incidentally, will the site be hosted on IIS or on Apache? That could possibly make a difference. I'm just thinking this through, since if it'll be on Apache there might be a way to rewrite (remap) URLs so that Product Name always gets delivered to user agents with the same URL, using regular expressions. Just wondering. ![]() Last edited by Marcia : 11-22-2007 at 01:16 AM. |
|
#4
|
||||
|
||||
|
Re: E-Commerce Website optimization
you can have one group in a set directory and use your robots text file to block spiders
|
|
#5
|
||||
|
||||
|
Re: E-Commerce Website optimization
"you can have one group in a set directory and use your robots text file to block spiders "
True and definatly worth a try, however depending on the amount of products this could be quite tedious and ending up in quite a large robots.txt file. Bare in mind you dont want to exceed 5000 characters. Also this wont stop you getting penalized if any one links to them. Robots.txt just stops the SE's from visting them directly. They will still visit them and index them if the SE find them via a secondary source ie- a direct link. There is a solution though - Place this at the top of every page that you want excluded <meta name="robots" content="noindex" /> What this says is basically do not add this page to the index but follow all links from it. This has several benifits. 1. If you just block a page via robots.txt you will still get penalized if it is directly linked to. 2. It passes all link equity from and links to that page to other internal pages. 3. Removes link equity from that page meaning all your other pages get stronger equity and a slightly better ranking. 4. No duplicate content penalization. To answer Marcia I do the same thing useabiltiy. Sometimes items just fit into mutliply categories ie discount/sale but you still want it in the main product page as people might not click on discount and might go straight to the product page. If they cant find it there the chances are they will just assume you don't have it. So to double your chances of a sale you include it in both. 50% of people will leave after only 2.5 clicks satisically therfore you need to maximize information to click ratio which this does. |
|
#6
|
||||
|
||||
|
Re: E-Commerce Website optimization
Quote:
Quote:
![]() |
|
#7
|
||||
|
||||
|
Re: E-Commerce Website optimization
There's really no point in talking about robots.txt or noindex for this situation; they would be merely Band-Aids that don't patch the underlying problem. For that we have to go back to Marcia:
Quote:
|
|
#8
|
||||
|
||||
|
Re: E-Commerce Website optimization
Quote:
, that backs this up?Quote:
Quote:
1. Robots.txt and meta are easy to implement. Every ones not a programmer like us. 2. It works and is relatively easy to set up. The robots text blocks the file from being indexed and if it does get linked to you it doesn't get indexed thus removing the problem of penalization. You can skip the robots.txt if you want to save even more time. But also it allows the equity to pass to all the other links. 3. What if the sale item is only for a day this would be quicker to implement and less chance of you making a mistake and getting penalized. 4 Quote:
Hay there are always multiply was to accomplish the same thing, especially with server code. Also this is the way I have been taught with dealing with SEO and duplicate content issues. - Professional SEO with PHP - brill book for the programmers a recommended buy (only if you know PHP code though). The end of the day it's how I do it and I don't have any problems. I disagree that it is "a band aid solution" as it implies it is a stop gap solution and may not work in the future, to me. I think it is effective and not only requires less knowledge to be able to implement, which means there is less of a chance of you making a mistake, but it also uses the html tags and robots.txt how they were meant to be used. Which I always prefer. Also one if statement on the page brings in the meta. This is also a way to achieve Macia's solution. You apply the meta tag if the refferer isn't what you specify this is easily done if you no what you are doing. Also using meta noindex was how Matt suggested to get rid of duplicate content about 4 months ago. Sorry I don't have the URL but it is referenced 2ice already on this forum and I gave the link to Beu, I think if it wasn't you I apologize but it was defiantly one of the regulars, in another post on this forum. Check it out, if you can find it, his answers changed how I deal with duplicate pages. Last edited by Jazajay : 12-07-2007 at 12:17 PM. Reason: spelling |
|
#9
|
||||
|
||||
|
Re: E-Commerce Website optimization
Heres what Matt said on October 8 2007
Quote:
Also this is from the same interview and is probably the most relevant to this discussion Quote:
Last edited by Jazajay : 12-07-2007 at 12:52 PM. Reason: Grammer |
|
#10
|
||||
|
||||
|
Re: E-Commerce Website optimization
The most efficient way is to use mod_rewrite to remap the URLs, so that when the "good" URL is requested by User Agents, the server fetches the dynamic URL to serve up. That way, the page only ever *exists* with one URL, but the site's links should then link only to the good URLs.
That's on Apache; for IIS it's ISAPI rewrite, I understand. If neither is an option, a bandaid is the option that has to be used. |
|
#11
|
||||
|
||||
|
Re: E-Commerce Website optimization
Yeah I'm not disputing what your are saying I just prefer to go with what Matt says.
|
|
#12
|
||||
|
||||
|
Re: E-Commerce Website optimization
Quote:
"Duplicate content generally refers to substantive blocks of content within or across domains that either completely match other content or are appreciably similar. Mostly, this is not deceptive in origin. Examples of non-malicious duplicate content could include: * Discussion forums that can generate both regular and stripped-down pages targeted at mobile devices * Store items shown or linked via multiple distinct URLs * Printer-only versions of web pages" - http://www.google.com/support/webmas...y?answer=66359 Because Matt and Eric are talking about duplicate content in that interview, I didn't take it as being applicable in cases where store items are involved because of what they say in my quote above. Also, don't forget that ecommerce sites want to rank and be indexed for the names of products they sell. Like Marcia said, I'd think a rewrite would be the best idea but I'm not sure what shopping cart issues could come up with all the different carts on the market (as in would it process the order and other). Most carts I've seen make a duplicate by default when a product is added to a category (unique product ID parameter & category parameter). It seems to me that forums would face the same kind of issue as I'll illustrate below. Playing devil's advocate here but would you consider the following URLs duplicate content, is it a problem here and if so how would you fix the problem? 1 http://forums.searchenginewatch.com/...unt=1&p=119325 2 http://forums.searchenginewatch.com/...25&postcount=1 3 http://forums.searchenginewatch.com/...t.php?p=119325 Last edited by beu : 12-07-2007 at 06:49 PM. |
|
#13
|
||||
|
||||
|
Re: E-Commerce Website optimization
Healthly debate I like it.
Ok I'm not saying Marcia's idea is a bad one I'm just pointing out several thraws with implamenting it for everyone and an unternative solution. you have to bare in mind whats best for you, and me, might not be best for someone who is new to rewriting or doesn't know how to do it. To answer your question through I probably would class those 3 pages as duplicate content. From what I have read duplicate content exists when 70-80% of the content on 2 pages match. I reckon this is true due to the fact that if it wasn't you would only have 1,2 or 3 ecomerce product pages from differnet sites in the SERPS as they all contain same to similar content most of the time. Manufactuers product description, price etc.. however the pages differ by navigation, page display etc... meaning that pages are relativly different. So as all 3 pages you provided are 100% similar I class that as duplicate content. How would I get around that? That is a difficult one. Not knowing how they are called in and from what pages makes it even more difficult to answer. If there was a noticable pattern as in off the CPanel or off the thread number and they are all just pop-ups I would block the popup they are in via robots.txt and use meta noindexed in the head of that page/popups. I have a how to use this item section on my site which is simlar. However I don't want it in every page due to the fact that it is quite large and gets brought in via every item that is in that category. How I deal with this is I use an object tag, as iframe wont validate, for all but 1 item and block the object. So something similar to this PHP Code:
However there is no reason why I wouldn't use it on the pages you gave. I would have to look into how they are brought in in more detail. But I cant see why it wouldn't work. Again I'm not saying Marcia's idea is a bad one I'm just saying it's not the only one and with server code there are always numerous ways to acheive the same thing. Just depends on what you prefer and your level of expertise. I can do both but I prefer my way as I'm using the tags how they are ment to be used and is A way Matt suggests to remove duplicate content. I don't always take what Matt says to heart but that interview did change how I deal with similar pages/duplicate content. You also have to bare in mind Google isn't perfect it wasn't so long ago that thier blog or something simlar was de-indexed/penalized for apparently using bad techniques when it wasn't. So for that reason I use this technique on pages that have similar urls - Googles not perfect. Bare in mind I choose one of the simlar pages, on my site, to be "the main page" and that page does not get the robots.txt or meta applied to it. So the product item still shows in the SERPS. I hope this is balanced as both techniques, in my opinion, are a vailid way of acheiving the same thing, less crap on the net ![]() Dellip I bet you didn't think you were going to get a nice debate hay lol Last edited by Jazajay : 12-08-2007 at 12:19 AM. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Optimization of other pages within website | CaseyC | Search Engine Optimization | 2 | 03-23-2005 01:29 PM |
| ASK JEEVES & TEOMA using same SERPs - Subject-Specific Popularity? | ! ! | Ask.com | 1 | 07-15-2004 11:13 AM |