Adding a Shopping Cart Will Use Cookies

Discussion in 'Search Engine Optimization' started by klown, May 21, 2007.

  1. #1
    I'm adding a shopping cart to a new website and i'll have to use cookies so that I'm not passing variables around the url.

    Anyhow since I'm using cookies (and they're required for users to add things to the shopping cart) I'll use some php to redirect anything that doesn't allow cookies to a page which says cookies are required.

    Any idea if this is a problem for the search engines? My home page wouldn't require cookies, so hopefully this isn't considered cloaking. Anyhow any ideas or thoughts on this subject would be great.
     
    klown, May 21, 2007 IP
  2. kh7

    kh7 Peon

    Messages:
    2,715
    Likes Received:
    109
    Best Answers:
    0
    Trophy Points:
    0
    #2
    As long as the pages are accessible without cookies, there isn't a problem. Only use the cookies for storing the information on what people want to buy, not too much else.
     
    kh7, May 22, 2007 IP
  3. klown

    klown Peon

    Messages:
    2,093
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    0
    #3
    All of the pages are accessible without cookies except the shopping cart. Attempting to access the shopping cart without cookies will redirect you to a page which informs you that cookies must be enabled to use the shopping cart.
     
    klown, May 22, 2007 IP
  4. kh7

    kh7 Peon

    Messages:
    2,715
    Likes Received:
    109
    Best Answers:
    0
    Trophy Points:
    0
    #4
    That's good. You don't want your shopping cart listed in the SE's do you?
     
    kh7, May 23, 2007 IP