Welcome to Welcome to DNF.com™ - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars

If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the largest domain name community on the internet and continues to grow every day. There are over 105,000 domainers on DNForum doing everything from buying domains, selling domains, learning about domains and discussing domains. Take a minute and Register.

Register Today on DNForum IT'S FREE!

Results 1 to 11 of 11
  1. #1
    Platinum Lifetime Member

    Join Date
    Mar 2003
    Location
    outside Boston
    Posts
    145
    DNF$
    111
    Bank
    0
    Total DNF$
    111
    Donate  

    optimization with www or no www

    I had a question on the www vs. no www in a domain name. As an example, I'd like to use craigslist.org. Each of their webpages seems to not use the www: http://atlanta.craigslist.org/, http://philadelphia.craigslist.org/, etc. If someone links to their site using www instead of no www, would this link be useless? What does everyone recommend? The reason I ask is that I have a new site that is similar to craigslist where there's a seperate page for a different location. The way the site was built was without the www on each page.

    Beantown

  2. #2
    Platinum Lifetime Member
    dcristo's Avatar
    Join Date
    Feb 2005
    Location
    Australia
    Posts
    3,304
    DNF$
    2,238
    Bank
    0
    Total DNF$
    2,238
    Donate  
    use one common link format. i always opt to use the www version and 301 redirect the non www version to www using .htaccess so you don't lose link juice.

  3. #3
    Platinum Lifetime Member

    Join Date
    Mar 2003
    Location
    outside Boston
    Posts
    145
    DNF$
    111
    Bank
    0
    Total DNF$
    111
    Donate  
    So if someone links to my site with www.example.com and my site is at example.com, would this link not help me?

  4. #4
    Platinum Lifetime Member
    dcristo's Avatar
    Join Date
    Feb 2005
    Location
    Australia
    Posts
    3,304
    DNF$
    2,238
    Bank
    0
    Total DNF$
    2,238
    Donate  
    Quote Originally Posted by beantown View Post
    So if someone links to my site with www.example.com and my site is at example.com, would this link not help me?
    Then redirect www version to non www version to get link juice. Most webmasters will link to you using www so I think this is the best option.

  5. #5
    Platinum Lifetime Member

    Join Date
    Aug 2007
    Location
    USA
    Posts
    88
    Blog Entries
    1
    DNF$
    399
    Bank
    0
    Total DNF$
    399
    Donate  
    As long as you 301 redirect one version to the other it doesn't matter which one people link to. The 301 redirect will pass the link juice.

    Here is some sample code for the .htaccess fule -- change example.com to your domain name:

    The following code will redirect example.com to the www version:

    Code:
    RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
    RewriteRule (.*) http://www.example.com/$1 [R=301,L]
    Domains Names and Development, SEO -- Travel domains
    JerusalemGuidebook.com - EgyptGuidebook.com
    AmsterdamGuidebook.com
    - and many more...

  6. #6
    DNF Member
    grace5's Avatar
    Join Date
    May 2005
    Location
    USA
    Posts
    430
    DNF$
    1,001
    Bank
    0
    Total DNF$
    1,001
    Donate  
    I like the NO www myself,but as posted its more of a personal pref thing.

    I like the NO www myself,
    but as posted its more of a personal pref thing.
    Last edited by grace5; 12-24-2007 at 04:22 AM. Reason: Automerged Doublepost
    FREE Beta of Instant Article Wizard 3 Fully Functioning version |
    | ***Build 1 way Backlinks Great service

  7. #7
    Platinum Lifetime Member

    Join Date
    Aug 2007
    Location
    USA
    Posts
    88
    Blog Entries
    1
    DNF$
    399
    Bank
    0
    Total DNF$
    399
    Donate  
    Quote Originally Posted by grace5 View Post
    I like the NO www myself,but as posted its more of a personal pref thing.
    To redirect from the www to the non-www version use this instead:

    RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC]
    RewriteRule (.*) http://example.com/$1 [R=301,L]
    I think it depends on the site. If you are branding a great domain name targeted towards non-tech savvy people, you might want to use the www as part of the name of the site.

    If I'm doing SEO on an already well-indexed site, I search Google for some queries that I know will return the site. Google will let you know how it has already indexed the domain. You can also use the site: query to find out. Then I redirect to the version that Google has already chosen.
    Domains Names and Development, SEO -- Travel domains
    JerusalemGuidebook.com - EgyptGuidebook.com
    AmsterdamGuidebook.com
    - and many more...

  8. #8
    Platinum Lifetime Member
    kissedbymysweety's Avatar
    Join Date
    Jul 2006
    Location
    England, UK
    Posts
    86
    DNF$
    377
    Bank
    0
    Total DNF$
    377
    Donate  
    I always use the www version and use htaccess to redirect http:// --> www version.

  9. #9
    Platinum Lifetime Member

    Join Date
    Aug 2007
    Location
    Dallas
    Posts
    150
    Blog Entries
    1
    DNF$
    377
    Bank
    0
    Total DNF$
    377
    Donate  
    >I always use the www version and use htaccess to redirect http:// --> www version.

    Generally speaking, it doesn't matter what subdomain you use (www is a subdomain) or whether you use one or not. The biggest issue is the duplicate content issues you run into when allowing a search engine spider to crawl both the www version and the non-www version of your site.

    Whatever you do, be consistent, especially on your site's internal linking and requesting links from other sites.
    Check out my blog at www.BillHartzer.com

  10. #10
    DNF Member
    stevesko's Avatar
    Join Date
    Oct 2004
    Location
    NJ
    Posts
    379
    DNF$
    4,884
    Bank
    0
    Total DNF$
    4,884
    Donate  
    find the one that has the most in comming links to it and use that. redirects "solve" the problem, but you never know what the SE's will disallow next, so don't create a problem just to solve it.

    Steve
    Boost your Domain Parking Income @ www.Parking4Income.com - 100% Revenue Share

  11. #11
    Gold Lifetime Member

    Join Date
    Jun 2006
    Location
    Indonesia
    Posts
    2
    DNF$
    45
    Bank
    0
    Total DNF$
    45
    Donate  
    most websites with commercial control panel (cpanel, directadmin,etc....) can have both www and non-www, and display the same contents

Bookmarks

Posting Permissions

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

Domain name forum recommended by Domaining.com