Jump to content

  • Log in with Facebook Log in with Twitter Log In with Google      Sign In   
  • Create Account

Subscribe to HRA Now!

 



Are you a Google Analytics enthusiast?

Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE! 

 



 

 www.CustomReportSharing.com 

From the folks who brought you High Rankings!


Sponsored Content

 

 
 

Photo
- - - - -

Breadcrumbs Vs. Duplicate Content


  • Please log in to reply
10 replies to this topic

#1 Brandon Cstone

Brandon Cstone

    HR 2

  • Members
  • PipPip
  • 12 posts

Posted 25 May 2007 - 05:45 PM

I want to be able to offer a true breadcrumb for customers in an ecommerce store, but I am afraid that the product page will get penalized for duplicate content if I'm not careful.

If I were to say
/athletic-gear/shoes/The_Shoe.html
then the breadcrumb on the product page would be
Athletic Gear > Shoes > The Shoe
and all is fine. Unfortunately, (well fortunate for my customers, not so much for me), there are mulitple ways to get to the same product. Another would be:
Shoes > Adidas > The Shoe
or
Adidas > Shoes > The Shoe
Search for "Adidas Shoe" > The Shoe

Every one of those pages (The_Shoe.html) has the same content with the exception of the breadcrumb and the link structure (which isn't content). Now I know that SE's don't "penalize" per se for duplicate content, but I know that the "weight" gets divided among the many pages. How does one overcome this?

Do I create a separate directory for products:
/products/The_Shoe.html
and use the robots.txt to have SE's not index the other pages? How can I guarantee that they know to go to the right product page to make sure that it gets indexed and all of the link juice goes where it needs to? If I 301 all of the product pages to one, how can I determine the breadcrumb? Do I have to use a query string param?

I gave this a lot of thought last night, and I couldn't come up with anything all day today either... It seems like the big stores that use the breadcrumb feature don't worry about how clean the URI is. I'm very anal about that unfortunately...

I'm sure it's been done many times, but how? Any ideas?
Thanks!

#2 Jill

Jill

    High Rankings Advisor

  • Admin
  • 32,317 posts

Posted 25 May 2007 - 09:31 PM

This is a robots.txt question. You need to exclude all but one URL for any page of content.

#3 Randy

Randy

    Convert Me!

  • Moderator
  • 17,540 posts

Posted 26 May 2007 - 04:13 PM

If you want to get it down to a single URI but leave the breadcrumb more dynamic (or not) you'll need to do your detection and 301'ing at the page level. Difficult to explain, but not all that difficult to do once you have a game plan laid out.

Basically decide what final product page URI to use, then set up a little scripted function to analyze the URI as the page starts to load. If it's not the final URI you want do a 301 redirect to the proper location. How you get the breadcrumb to be correct, and be more dynamic, can be accomplished a couple of ways.

You could use referrer information to get the breadcrumb set correctly. With this method you'd need to do some parsing of the of the http referrer on the final product pages. If the referrer contains breadcrumb info you're looking for extract it from the referrer and insert it into the breadcrumb menu. Just make sure you have a fallback position since not all browsers will pass referrer info.

Another way to do it would be to set a cookie on the users machine that contains the breadcrumb info and grab it from there on the final product page. Again, make sure you have a fallback position for those users who don't accepts cookies.

#4 outshineguy

outshineguy

    HR 2

  • Active Members
  • PipPip
  • 31 posts

Posted 27 May 2007 - 07:15 AM

if i were you,
i would not have thought so much about weight distribution about various pages.Rather i would have put more emphasis on user friendliness.
If the weights are distributed among all the pages of your website,this will overall put more weight on your website and fruits will definetely be good.




#5 projectphp

projectphp

    Lost in Translation

  • Moderator
  • 2,203 posts
  • Location:Sydney Australia

Posted 27 May 2007 - 08:19 AM

Why not just use tags? Wherever they came from is the breadcrumb:
Athletic Gear > Shoes > The Shoe

All other combos are listed as:
See Also: Shoes, Adidas

Then always use ONE and ONLY ONE URL. Easy smile.gif

Edited by projectphp, 27 May 2007 - 08:31 AM.


#6 Brandon Cstone

Brandon Cstone

    HR 2

  • Members
  • PipPip
  • 12 posts

Posted 30 May 2007 - 03:25 PM

Thanks for the responses.

@Jill (Robots.txt): If I use robots.txt to tell SE's to not index anything but one specific URI structure for the product pages, how do they find that one specific URI structure? How can I tell them where to look? Putting a dummy link at the footer/header of every product page seems like a band-aid type fix.


@Randy (301 referrals): What do you mean by 301'ing at the page level? I assume I'd have to modify the headers on the product page to tell everyone to look at /products/The_Shoe.html? Wouldn't this clear the referral info from the browser? I am curious about this because this way seems like it would work -- if it works.


@outshineguy: I have to worry about duplicate contents. The URI strcuture won't be much of a usability factor, but it can kill a site's SE rankings.


@projectphp (tags): what do you mean by tags? I've seen some sites that list a breadcrumb for every possible breadcrumb for how to get to the product, but I dont' have room for that. I would like to be able to have a true breadcrumb (and list all possiblities of them only if I decide there's a benefit from that in the future). Maybe I'm misunderstanding what you mean by tags.

#7 Jill

Jill

    High Rankings Advisor

  • Admin
  • 32,317 posts

Posted 30 May 2007 - 03:31 PM

QUOTE
@Jill (Robots.txt): If I use robots.txt to tell SE's to not index anything but one specific URI structure for the product pages, how do they find that one specific URI structure? How can I tell them where to look?


You make sure that everywhere you link to that particular piece of content, you use the URL you want them to index.

#8 Brandon Cstone

Brandon Cstone

    HR 2

  • Members
  • PipPip
  • 12 posts

Posted 30 May 2007 - 03:39 PM

How do I get my breadcrumb then? huh.gif

#9 Jill

Jill

    High Rankings Advisor

  • Admin
  • 32,317 posts

Posted 30 May 2007 - 04:02 PM

See projectphp's post above.

#10 Brandon Cstone

Brandon Cstone

    HR 2

  • Members
  • PipPip
  • 12 posts

Posted 30 May 2007 - 05:19 PM

I guess I'll wait for him to come back with a response. I don't quite understand how tags will give me the breadcrumb, but I do like the ideas. Thanks

#11 jeffroyit

jeffroyit

    HR 2

  • Banned
  • PipPip
  • 37 posts

Posted 31 May 2007 - 06:11 AM

Brandom, from my experience of over 6 years in e-coomerce, I can tell you duplicate content is the biggest scare that you don't have to be scared of.

I have a website with massive duplicate links for the same page because I use both redirects and both php parameters for pages. Also, I have affiliate system and affiliate links add extra parameters to the page but nothing changes. I have found pages on Google that contain in the link the id of the affiliate - which if course I really hate - but, this page not only it is indexed, but also gets top positions. Also I am using multiple domain names (even some not similiar) for the same site.

I have no trouble with Google and I get pretty nice top rankings for lots of keywords.

In my opinion, if your site is an "important" site, in the eyes of Google, they will be able to determine the mechanisms that you have that are generating the duplicate content and they will not degrade your rankings. All that matters, in my opinion, is that you get nice backlinks from relevant industry major (or at least middle) websites, build content, update content, get visitors and do not worry about this minor issue.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users