domain.com or www.domain.com

Discussion in 'Search Engine Optimization' started by TyMan, Jan 21, 2009.

  1. #1
    Hi All,

    I have a site that is setup to run as domain.com which was done by my coder. Is this going to be a problem? I know that www.domain.com is more common.

    Currently the domain.com has a PR3 and I'm not sure what will happen if I switch it to www.domain.com (I image I would have to do a forward).

    My primary concern is SEO, but I have heard that domain.com could cause some performance issues?

    This sometimes creates problems and always is a bit of an inefficiency in the processing of web requests since it relies on the * or wildcard record in DNS. Not preferred since clients rarely cache the wildcard in their DNS cache. Meaning, every request must be looked up.

    Thanks!
    Ty
     
    TyMan, Jan 21, 2009 IP
  2. vansterdam

    vansterdam Notable Member

    Messages:
    3,145
    Likes Received:
    120
    Best Answers:
    0
    Trophy Points:
    245
    #2
    I haven't heard of that performance issue, but as far as seo goes, it doesn't matter whether you use www.domain.com or domain.com...just be consistent. Whichever version you choose, setup a redirect from the other version. While you're at it, also redirect domain.com/index.html to just domain.com (or whatever version you choose)

    In Google Webmaster Tools you can also tell Google which version of your domain name you prefer.
     
    vansterdam, Jan 21, 2009 IP
  3. richkid

    richkid Well-Known Member

    Messages:
    1,684
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    140
    #3
    I dont think it matters in regard to SEO, I just prefer the www. at the front because that is what everyone knows.
     
    richkid, Jan 21, 2009 IP
  4. ColeenB

    ColeenB Peon

    Messages:
    123
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Make sure your redirect is a 301 redirect.
     
    ColeenB, Jan 21, 2009 IP
  5. Shazz

    Shazz Prominent Member

    Messages:
    8,395
    Likes Received:
    453
    Best Answers:
    0
    Trophy Points:
    330
    #5
    Dosen't matter, www looks better.
    If you have a long name I would suggest having it without a www
     
    Shazz, Jan 21, 2009 IP
  6. minhdai

    minhdai Peon

    Messages:
    54
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    minhdai, Jan 21, 2009 IP
  7. pickshack

    pickshack Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    The 301 redirect works well for my Sports Site, it goes from a .ca to .com .
     
    pickshack, Jan 21, 2009 IP
  8. money2e

    money2e Member

    Messages:
    49
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #8
    You don't need to set up a redirect for changing only the www. portion of the domain it should automatically redirect it.

    For linking purposes choose one and stick with it for best results.
     
    money2e, Jan 21, 2009 IP
  9. JessieJames27

    JessieJames27 Active Member

    Messages:
    1,652
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    78
    #9
    I'll go to a domain with www. Everyone likes site with complete URL address. When optimizing site, I always include www in my domain and concentrate on it. Just focus to one domain name :D
     
    JessieJames27, Jan 21, 2009 IP
  10. remember123

    remember123 Peon

    Messages:
    620
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #10
    its same man !!
     
    remember123, Jan 21, 2009 IP
  11. TyMan

    TyMan Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Thanks guys/gals for all the input. The domain name is 14 letters long, so it does look better without the www.

    I've already got people linking without the www, so if you were me would just leave it?
     
    TyMan, Jan 22, 2009 IP
  12. JoelJonathan

    JoelJonathan Peon

    Messages:
    152
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I personally prefer the www. I would just switch it over and be done with it. Just throw this in your .htaccess:

    RewriteEngine on
    RewriteCond %{HTTP_HOST} !^www.domain.com$ [NC]
    RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301]
    Code (markup):
     
    JoelJonathan, Jan 22, 2009 IP
  13. TyMan

    TyMan Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Thanks for the code! www "feels" more correct.
     
    TyMan, Jan 23, 2009 IP