ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Suggestions
  New Posts New Posts RSS Feed - Duplicate Content and Multiple Catagories
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Duplicate Content and Multiple Catagories

 Post Reply Post Reply
Author
Message
watercrazed View Drop Down
Groupie
Groupie
Avatar

Joined: 31-December-2005
Location: United States
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote watercrazed Quote  Post ReplyReply Direct Link To This Post Topic: Duplicate Content and Multiple Catagories
    Posted: 31-December-2005 at 1:18pm
Duplicate Content is becoming more and more of an issue with search engines.

Having one item in several categories is pretty common. I was thinking about having two product structures, one set of categories for product type and organized by application. However, I have been advised againist it due the the nature of product carts url.
viewPrd.asp?idcategory=52&idproduct=1342
By including the idcategory in the product url, it makes each listing of the product an unique page to the search engine, with identical content except for the category description in the header. 
Ideally, once you navigate to the product page, the url would only have the product id.

Is it Possible?


Back to Top
ProductCart View Drop Down
Admin Group
Admin Group

ProductCart Team

Joined: 01-October-2003
Status: Offline
Points: 135
Post Options Post Options   Thanks (0) Thanks(0)   Quote ProductCart Quote  Post ReplyReply Direct Link To This Post Posted: 03-January-2006 at 12:32pm

You could remove the category ID from the link to viewPrd.asp. You could also change the URL so that it no longer contains a querystring, but rather links to a static URL by implementing the following technique: http://www.earlyimpact.com/forum/forum_posts.asp?TID=69& PN=1

The ProductCart Team

Home of ProductCart shopping cart software
Back to Top
watercrazed View Drop Down
Groupie
Groupie
Avatar

Joined: 31-December-2005
Location: United States
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote watercrazed Quote  Post ReplyReply Direct Link To This Post Posted: 14-January-2006 at 4:27am
thanks for the suggestion, If I understood you right a workaround would be to search and replace
 <a href='viewPrd.asp?idcategory=<%=pIdCategory%>&idpr oduct=<%=pIdProduct%>'>
 with <a href='viewPrd.asp?iidproduct=<%=pIdProduct%>'>
throughout viewPRd.asp, don't I also have to do the same in viewCat_h.asp

My real point for the post was, as new feature, if there is not a solid reason for having the category identifier in the product detail url, You should consider making the lack of the category id the default in the new verision if you want to maximize the search engine friendly aspect of the cart.
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.078 seconds.