To www, or not to www....that is the question

Discussion in 'Search Engine Optimization' started by JakeThePeg, Dec 6, 2008.

  1. #1
    Ok. This question spawned from my Google Web Master tools.

    Here's a bit of background:
    I have a Wordpress blog. I created a Google XML sitemap using a plugin (you can read about the plugin I used here ).

    When I then logged into the Google Webmaster Tools portal, to enter the URL of my sitemap , there were errors. The reason being, that the sitemap was generated with 'www' at the start of each URL, whereas in the Google Webmaster Tools I had set up the site as breadmilkdigital.com (without the 'www').

    The short term fix was easy - I simply set up www.breadmilkdigital.com as the account in Google Webmaster.

    However long term, I want to know which is better for SEO. To www, or not to www, that is the question...
     
    JakeThePeg, Dec 6, 2008 IP
  2. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    437
    Best Answers:
    0
    Trophy Points:
    0
    #2
    No difference, as long as you specify one and stick with it. I personally prefer the .www since that's what many people are pre-conditioned to type. (Or so it seems.) That and I tend to use subdomains for different things, like mail (mail.domain.tld) and so forth.
     
    Dan Schulz, Dec 6, 2008 IP
  3. oddcomments

    oddcomments Peon

    Messages:
    77
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It doesn't matter which you pick. Either way you're fine.

    If I'm going to be developing subdomains, I use the www ...but that's not for SEO. I do it so I can create a roll-up profile in Google Analytics, while also separating each subdomain into it's own profile.
     
    oddcomments, Dec 6, 2008 IP
  4. JakeThePeg

    JakeThePeg Active Member

    Messages:
    230
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #4
    Ok cool, thanks for your responses gents.

    I've noticed I'm currently indexed for both www and non-www in Google. How do I just stick with the www version?
     
    JakeThePeg, Dec 6, 2008 IP
  5. kder86

    kder86 Peon

    Messages:
    291
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Use a 301 redirect to redirect all the non www. pages to the www pages

    You can do so by editing the .htacess file using this code

    RewriteEngine on 
    RewriteCond %{HTTP_HOST} ^yourwebsite\.com 
    RewriteRule ^(.*)$ http://www.yourwebsite.com/$1 [R=301,L] 
    Code (markup):
     
    kder86, Dec 6, 2008 IP
  6. nadavbentor

    nadavbentor Peon

    Messages:
    194
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I say its better to try to stick with WWW because most people who will link to you will use WWW
     
    nadavbentor, Dec 6, 2008 IP
  7. snvc

    snvc Peon

    Messages:
    194
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #7
    snvc, Dec 7, 2008 IP
  8. JakeThePeg

    JakeThePeg Active Member

    Messages:
    230
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #8
    Sweet, thanks so much to you all!
     
    JakeThePeg, Dec 7, 2008 IP
  9. JakeThePeg

    JakeThePeg Active Member

    Messages:
    230
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #9
    I just typed breadmilkdigital.com into my browser, and it automatically redirected to www.breadmilkdigital.com.

    This was before I edited the .htaccess file as per the above instructions. Why was it already re-directing? Maybe a Wordpress feature I have overlooked already?
     
    JakeThePeg, Dec 7, 2008 IP
  10. nadavbentor

    nadavbentor Peon

    Messages:
    194
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Good luck!
     
    nadavbentor, Dec 7, 2008 IP
  11. rena

    rena Peon

    Messages:
    1,987
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #11
    bothe are same. But always try to use one of it While u start promotion. create BL on the one URl either www. or without it. But don make mixed ,google will take the avarage from the bothe URl
     
    rena, Dec 7, 2008 IP
  12. mdvaldosta

    mdvaldosta Peon

    Messages:
    4,079
    Likes Received:
    362
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Use whichever you prefer, there is no benefit either way. Just make sure you're consistant with linking.
     
    mdvaldosta, Dec 7, 2008 IP
  13. conorod

    conorod Active Member

    Messages:
    283
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    60
    #13
    You can set your preferred domain (www or non-www) in Google Webmaster Tools.
     
    conorod, Dec 7, 2008 IP
  14. runcheck

    runcheck Peon

    Messages:
    324
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #14
    just pick one and be consistent with it
     
    runcheck, Dec 7, 2008 IP
  15. BUSA

    BUSA Peon

    Messages:
    53
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    Either way it doesn't matter to search engines but users prefer www. Also what ever you decide stick to it through out.
     
    BUSA, Dec 7, 2008 IP
  16. saleelm03

    saleelm03 Well-Known Member

    Messages:
    408
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #16
    It is better if set the url without www. There is one option in webmaster tools "set preferred domain" you can set url without www. option from here.
     
    saleelm03, Dec 7, 2008 IP
  17. wwwyatt

    wwwyatt Peon

    Messages:
    218
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #17
    Wordpress does this automatically if you type in the address as "www" in the settings. I also do a 301 redirect on my sites just to be safe but wp does it by default if you type in the "blog address" with a www
     
    wwwyatt, Dec 7, 2008 IP
  18. JakeThePeg

    JakeThePeg Active Member

    Messages:
    230
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #18
    Cool, thanks for letting me know, this is something I'd never considered in Wordpress before now. Could be costing me valuable traffic!
     
    JakeThePeg, Dec 8, 2008 IP
  19. sweetfunny

    sweetfunny Banned

    Messages:
    5,743
    Likes Received:
    467
    Best Answers:
    0
    Trophy Points:
    0
    #19
    Yeah i'm the same, i prefer www on domains and http on subdomains. Other than being more traditional, i do it because:

    site:http://domain.com will bring up subdomains also making it damn difficult to see URL's on just www.domain.com without listing all the subs. An example is Wordpress.com who use http, if you do a site:http://wordpress.com the whole top 50 is filled with peoples blogs on subdomains and no pages actually from Wordpress.

    So yes there is a slight difference, also never use the Webmaster Tools "Preferred Domain" feature always do it server side.
     
    sweetfunny, Dec 8, 2008 IP
  20. slickdf

    slickdf Peon

    Messages:
    217
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #20
    I allways use 301 re-direct to www.
     
    slickdf, Dec 8, 2008 IP