Today Posts Today Posts
0

NEW POSTS

0

NEW BLOGS

  • Register
  • Help


Enter Your Recent Payments
  • Affiliate Program
  • Payment Date
  • Payment Method
  • Platinum Reels Affiliates
    May 22nd
    wire transfer
  • 7Red Affiliate
    May 21st
    Moneybookers
  • Intertops
    May 21st
    Player Account
  • Lucky Jar Affiliates
    May 21st
    Paypal
  • Ultimate Revenue
    May 21st
    wire transfer
  • Lucky Jar Affiliates
    May 18th
    ECOCard
  • Prism Casino
    May 17th
    Neteller
  • Wagershare
    May 17th
    Neteller
  • Gambling Wages
    May 15th
    Neteller
  • Affiliate Edge (CWC)
    May 14th
    Check
Recent Affiliate Payment
Results 1 to 9 of 9
  1. #1
    WCD Admin is offline Affiliate Guard Dog Member
    Join Date
    Jun 2007
    Location
    California
    Posts
    945
    Thanks
    643
    Thanked 559 Times in 306 Posts
    Blog Entries
    1
    Websites Listed
    3

    Default continuing the discussion: www or no?

    We've heard this debate before, now I find myself having it again!

    www or no-www on your domain names?

    My programmers made my latest site with no www in the URL, and at first I was cool with it. Sounds good, shorter URL. maybe I get a fraction of a point in google?

    My problem is, I already notice the habit of linkers is going to be to put the www. part in the URL even though its non-www.

    Will this counter any good I get from natural linkers? I know I can 301 redirect to the non-www page, but will that make me lose my PR pass from the pages pointing to the www page?


  2. #2
    Join Date
    Feb 2010
    Location
    Canada
    Posts
    398
    Thanks
    128
    Thanked 173 Times in 107 Posts
    Websites Listed
    0

    Default

    I often wonder the same.

    I have always liked the www in the url.

    Somehow i think it won't matter, but its just my gut feeling.

  3. #3
    Nicolas-Johnson's Avatar
    Nicolas-Johnson is offline Affiliate Program Representative
    Join Date
    Feb 2009
    Posts
    134
    Thanks
    123
    Thanked 183 Times in 82 Posts
    Websites Listed
    0

    Default

    Quote Originally Posted by WCD Admin View Post
    We've heard this debate before, now I find myself having it again!

    www or no-www on your domain names?

    My programmers made my latest site with no www in the URL, and at first I was cool with it. Sounds good, shorter URL. maybe I get a fraction of a point in google?

    My problem is, I already notice the habit of linkers is going to be to put the www. part in the URL even though its non-www.

    Will this counter any good I get from natural linkers? I know I can 301 redirect to the non-www page, but will that make me lose my PR pass from the pages pointing to the www page?

    As long as you properly set up a 301 redirect of the www. Subdomain (because that is what it is) to the root domain version of each page, the link juice should pass on just fine.

    If you use linux hosting, you can get this by putting the following in your htaccess

    Code:
    RewriteEngine On
    RewriteCond %{HTTP_HOST} !^example\.com$
    RewriteRule (.*) http://example.com/$1 [R=301,L]
    (remember to save a copy of your htaccess before you do anything to it, so if something goes wrong you can upload the working version you have )
    Last edited by Nicolas-Johnson; 07-05-2010 at 12:55 PM.
    Kind Regards,
    Nicolas Johnson
    Bet Phoenix Casino Affiliates Manager

  4. The Following User Says Thank You to Nicolas-Johnson For This Useful Post:

    WCD Admin (07-13-2010)

  5. #4
    bonusgeek is offline Affiliate Guard Dog Member
    Join Date
    Jan 2009
    Posts
    209
    Thanks
    87
    Thanked 193 Times in 102 Posts
    Websites Listed
    0

    Default

    I'm not certain but I think your ok with the link juice as long as your redirecting the www version to the non www version. It shouldn't matter which version you use as long as you pick one and define it with a redirect, then google should treat both versions of your page as one which should include incoming link juice also.

  6. The Following User Says Thank You to bonusgeek For This Useful Post:

    WCD Admin (07-13-2010)

  7. #5
    Join Date
    Nov 2010
    Location
    Planet Earth, what you are not?? Lets hook up!
    Posts
    27
    Thanks
    1
    Thanked 9 Times in 7 Posts
    Websites Listed
    0

    Default

    Excellent post by Nicolas-Johnson.

    As already stated - 301 will pass everything through properly.

    I do however personally believe that google is not as simple minded to give brownie points for cutting off basics of URL - I would guess they ignore www or .com when it comes to URL length. Of course more of your URL would show up in the results preview. So I would say its just a matter of personal preference.

  8. #6
    cowboy's Avatar
    cowboy is offline Affiliate Guard Dog Member
    Join Date
    Jan 2009
    Posts
    87
    Thanks
    30
    Thanked 24 Times in 16 Posts
    Websites Listed
    0

    Default

    After setting up your redirect I'd suggest double-checking your work with some kind of tool. There are plenty of free ones like: Redirect Checker

    I've caught otherwise costly mistakes this way many times.

  9. #7
    tryme1 is offline Affiliate Guard Dog Member
    Join Date
    Mar 2009
    Posts
    467
    Thanks
    81
    Thanked 267 Times in 177 Posts
    Websites Listed
    2

    Default

    Generally, people link to sites using the www. format. So, for my hardly earned money, that should be the default. So, really I wouldn't use Nicholas' htaccess code, but rather something like this:

    Code:
    Options +FollowSymlinks
    RewriteEngine on
    rewritecond %{http_host} ^domain.com [nc]
    rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]

  10. #8
    Simmo! is offline Affiliate Guard Dog Member
    Join Date
    Sep 2008
    Posts
    164
    Thanks
    40
    Thanked 167 Times in 92 Posts
    Websites Listed
    0

    Default

    Nicolas is on the money as I understand it and Cowboy is right because you need to make sure the www is returning a 200 OK status code.

    I think www. is preferable (although impact is probably negligable) but if the site is already indexed and ranking I wouldn't change it. If its yet to get any traffic then now is the time to change it (redirecting the non-www to it of course).

  11. #9
    Join Date
    Dec 2006
    Posts
    1,067
    Thanks
    558
    Thanked 623 Times in 341 Posts
    Websites Listed
    1

    Default

    I think google webmaster has a place where you can set which you want to use also.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •