Is It Better To Link Without WWW.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Vendot
    Confirmed User
    • May 2002
    • 3376

    #1

    Is It Better To Link Without WWW.

    If youre getting links to your site, it better to give your url as:

    (1) http://www.domain.com

    or

    (2) http://domain.com

    Anyone have an authoritative answer on this?

    As far as i understand it, logically you get the same PR either way but in example 2 you increase the prioritization that google might give to the keyword(s) of your domain because every other domain has www. in it. Maybe thats not the way google looks at it.... any ideas?
    "In a Time of Universal Deceit, Telling the Truth is a Revolutionary Act." - George Orwell
  • WiredGuy
    Pounding Googlebot
    • Aug 2002
    • 34512

    #2
    Being consistent is better. It makes no difference but once you start with a linking format, stick to it. Having it mixed will likely split up the number of links until Google sees the two sites as the same.
    WG
    I play with Google.

    Comment

    • Altheon
      Confirmed User
      • May 2004
      • 506

      #3
      To add to what WG said. Which ever you choose make sure to 301 redirect to the other to avoid the duplicate content penalty.

      Comment

      • Az A Bay Bay
        Confirmed User
        • Sep 2007
        • 1129

        #4
        whtevR yall think

        Home of Ed Powers and america's next hot pornstar

        Comment

        • Vendot
          Confirmed User
          • May 2002
          • 3376

          #5
          Originally posted by Altheon
          To add to what WG said. Which ever you choose make sure to 301 redirect to the other to avoid the duplicate content penalty.
          im confused... why would you redirect one to the other?
          "In a Time of Universal Deceit, Telling the Truth is a Revolutionary Act." - George Orwell

          Comment

          • Porko
            SeeMyBucks.com
            • Sep 2002
            • 4014

            #6
            its the same i think..

            Comment

            • directfiesta
              Too lazy to set a custom title
              • Oct 2002
              • 30140

              #7
              Originally posted by Porko
              its the same i think..

              Yes... and no.

              As an example for NO, if you install a SSL on domain.com, but your surfer comes from www.domain.com. it will show as unsecure and coming from a different site....
              I know that Asspimple is stoopid ... As he says, it is a FACT !

              But I can't figure out how he can breathe or type , at the same time ....

              Comment

              • Flynn
                pr0's goat screwed me
                • Jan 2002
                • 2083

                #8
                Originally posted by vendot
                im confused... why would you redirect one to the other?
                because places like yahoo will penalize you for having duplicate content out there.
                blah blah blah

                Comment

                • xsabn
                  Confirmed User
                  • Feb 2007
                  • 2815

                  #9
                  im confused... why would you redirect one to the other?

                  add these lines in your .htaccess if you want your http://yourdomain.com to become http://www.yourdomain.com

                  Code:
                  Options +FollowSymLinks 
                  RewriteEngine on 
                  RewriteCond %{HTTP_HOST} ^[B]yourdomain.com[/B] [NC] 
                  RewriteRule ^(.*)$ [B]http://www.yourdomain.com/[/B]$1 [L,R=301]
                  Last edited by xsabn; 10-03-2007, 02:21 PM.

                  Comment

                  • V_RocKs
                    Damn Right I Kiss Ass!
                    • Nov 2003
                    • 32448

                    #10
                    Consistency is the key.

                    Comment

                    • JamesK
                      hi
                      • Jun 2002
                      • 16731

                      #11
                      Originally posted by xsabn
                      add these lines in your .htaccess if you want your http://yourdomain.com to become http://www.yourdomain.com

                      Code:
                      Options +FollowSymLinks 
                      RewriteEngine on 
                      RewriteCond %{HTTP_HOST} ^[B]yourdomain.com[/B] [NC] 
                      RewriteRule ^(.*)$ [B]http://www.yourdomain.com/[/B]$1 [L,R=301]
                      Thanks but does that not conflict with subdomains?
                      M3Server - NATS Hosting

                      Comment

                      • xsabn
                        Confirmed User
                        • Feb 2007
                        • 2815

                        #12
                        Originally posted by JamesK
                        Thanks but does that not conflict with subdomains?
                        nope

                        you can even make your http://subdomain.domain.com to redirect on http://www.subdomain.domain.com (if this make you happy ) or vice versa.

                        Comment

                        • Vick!
                          Confirmed User
                          • Nov 2005
                          • 6882

                          #13
                          Originally posted by vendot
                          im confused... why would you redirect one to the other?
                          To make sure the link juice to the one is properly passed to the other one. Its like funneling PR (and other link benefits) of both www. and non-www. version to the one you choose.
                          Affordable Quality Web Hosting

                          Comment

                          • StarkReality
                            Confirmed User
                            • May 2004
                            • 4444

                            #14
                            Originally posted by xsabn
                            add these lines in your .htaccess if you want your http://yourdomain.com to become http://www.yourdomain.com

                            Code:
                            Options +FollowSymLinks 
                            RewriteEngine on 
                            RewriteCond %{HTTP_HOST} ^[B]yourdomain.com[/B] [NC] 
                            RewriteRule ^(.*)$ [B]http://www.yourdomain.com/[/B]$1 [L,R=301]
                            Exactly ! It works the other way round as well. Whatever you do, make sure you have one standard definition for every domain, because getting www.domain.com and domain.com indexed means duplicate content that can easily hurt your rankings. Just one "wrong" link without the code above in your .htaccess could mess with your SE traffic.

                            I personally prefer the www.domain.com, surfers are used to www, although it is, technically seen, a subdomain of domain.com.

                            Comment

                            • Vendot
                              Confirmed User
                              • May 2002
                              • 3376

                              #15
                              OK so using this rewrite code, what do i need to do to make sure all my PR goes to domain.com

                              What is the code i need to put and where does it go?
                              "In a Time of Universal Deceit, Telling the Truth is a Revolutionary Act." - George Orwell

                              Comment

                              • Vick!
                                Confirmed User
                                • Nov 2005
                                • 6882

                                #16
                                Originally posted by vendot
                                OK so using this rewrite code, what do i need to do to make sure all my PR goes to domain.com

                                What is the code i need to put and where does it go?
                                Are you sure you want all your PR goes to domain.com but not www.domain.com?

                                If so,

                                (www to non-www version)

                                Code:
                                RewriteEngine On
                                RewriteCond %{HTTP_HOST} ^www\.domain\.com$ [NC]
                                RewriteRule ^(.*)$ http://domain.com/$1 [R=301,L]
                                If you need reverse of this,

                                (non-www to www version)

                                Code:
                                RewriteEngine On
                                RewriteCond %{HTTP_HOST} ^domain.com
                                RewriteRule (.*) http://www.domain.com/$1 [R=301,L]
                                Affordable Quality Web Hosting

                                Comment

                                • JamesK
                                  hi
                                  • Jun 2002
                                  • 16731

                                  #17
                                  Cool thanks a lot guys, finally a thread that's worth being bookmarked
                                  M3Server - NATS Hosting

                                  Comment

                                  Working...