Duplicate content solution

Discussion in 'Google' started by ray1983, Jul 4, 2007.

  1. #1
    Dear members,

    I've got a little problem.

    I'm working on a site where it's possible to create a custom of the site itself.
    You can assign colours, fonts, etc. but the content is always the same!

    I'm thinking of 2 solutions:

    1) create a subdomain for every user with his own custom
    or
    2) via index.php?custom=username load the fonts etc

    I think the first solution will certainly cause a duplicate content problem, because google sees a subdomain as a diffferent site, and all the content is the same.

    What do you think is the best solution?

    Thanks in advance.

    -Raymond
     
    ray1983, Jul 4, 2007 IP
  2. rcj662

    rcj662 Guest

    Messages:
    4,403
    Likes Received:
    97
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Second one would be my opinion. This would be like affiliate links and should not cause a problem with google.
     
    rcj662, Jul 4, 2007 IP
  3. john269

    john269 Notable Member

    Messages:
    6,229
    Likes Received:
    116
    Best Answers:
    0
    Trophy Points:
    235
    #3
    The first one is up for a penalty from Google straight away. Go with the second one.
     
    john269, Jul 5, 2007 IP
  4. MatthewN

    MatthewN Well-Known Member

    Messages:
    859
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    195
    #4
    Use robots.txt to filter out the ?custom=* part and only index.php and other pages will be spidered... not those featuring ?custom=*.
     
    MatthewN, Jul 5, 2007 IP
  5. Obelia

    Obelia Notable Member

    Messages:
    2,083
    Likes Received:
    171
    Best Answers:
    0
    Trophy Points:
    210
    #5
    Depending on the level of customisation you want to allow, stylesheet switching may be your best solution. Mostly this is done by uploading a number of stylesheets, and allowing the user to click on one and saving their preference as a cookie. There's a good explanation on A List Apart somewhere.

    If you want to allow users to select any colour, font size or font style, you could again store that in a cookie and use that to determine what styles are displayed. This way, you won't have any problems with duplicate content.
     
    Obelia, Jul 5, 2007 IP
  6. thegypsy

    thegypsy Peon

    Messages:
    1,348
    Likes Received:
    109
    Best Answers:
    0
    Trophy Points:
    0
    #6
    1. You'd have to use a NOINDEX/NOFOLLOW on the subsequent subDomains

    2. This method should be fine.

    So you can use either if done properly really.

    More on Duplicate Content Issues

    On Dupe Penalties:

    Hope that all helps some....
     
    thegypsy, Jul 5, 2007 IP