www, non www and backlinks , need urgent help

Discussion in 'Link Development' started by raptormarketing, Aug 5, 2009.

  1. #1
    Hello everyone,
    Its not a big issue but I am confused about a site.When i checked the back links using yahoo site explorer for http://abtollc.com. I found there are near about 5-10 backlinks.
    But when i check http://www.abtollc.com i found 500 + backlinks.

    1- My friend want me to build links http://abtollc.com/AppStoreAPI.aspx. I am confused whether i should make links for http://abtollc.com/AppStoreAPI.aspx or http://www.abtollc.com/AppStoreAPI.aspx.Are these domains not same ?What should i do give suggestions please.


    waiting for replies ...
     
    raptormarketing, Aug 5, 2009 IP
  2. James_P

    James_P Peon

    Messages:
    413
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    There's no SE-advantage to with www or without www.

    I suggest you pick one, and stick with it. Consistency is the key.
     
    James_P, Aug 5, 2009 IP
  3. vstar

    vstar Well-Known Member

    Messages:
    906
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    150
    #3
    the above reply is correct, use one variation and stick with it!

    I always use www
     
    vstar, Aug 5, 2009 IP
  4. dadeon

    dadeon Well-Known Member

    Messages:
    103
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #4
    good advice give...

    As for checking backlinks, Yahoo will obviously index different links than Google and same goes for every other "tool" you use.

    Don't be too fussed with counting backlinks. Rather spend your time building links. Links will come and go depending on what gets crawled and indexed.
     
    dadeon, Aug 5, 2009 IP
  5. premiumscripts

    premiumscripts Peon

    Messages:
    1,062
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I believe in google webmaster central you can specify whether they should use the www or non-www version. Obviously, you cannot prevent people from linking to your website with or without www in the URL.

    However, You can easily force your website to use one or the other.

    In your .htaccess file, add this (untested):

    
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^domain.com
    RewriteRule (.*) http://www.domain.com/$1 [R=301,L]
    
    Code (markup):
     
    premiumscripts, Aug 5, 2009 IP
    Dan Schulz likes this.
  6. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #6
    That'll work, but it only solves about half of the canonical URI issue. You also need to force the index.ext (where "EXT" is the extension, such as html php cgi asp and so on) to redirect to the directory root.
     
    Dan Schulz, Aug 5, 2009 IP
  7. raptormarketing

    raptormarketing Member

    Messages:
    194
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    33
    #7
    I thought that 301 redirect is sufficient.I was not aware about this.Is there any tutorial or article on internet about this.
     
    raptormarketing, Aug 5, 2009 IP
  8. CB Corp.

    CB Corp. Guest

    Messages:
    50
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    yeah,,it works in both,,, non www or with www

    and i think there is no different effect for our SEO for using www or not
     
    CB Corp., Aug 5, 2009 IP
  9. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Dan Schulz, Aug 5, 2009 IP
  10. Jbob

    Jbob Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10

    Thanks for that bit of code, very helpful.
     
    Jbob, Aug 5, 2009 IP
  11. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Just use this. Replace example.com with your domain name and TLD, and index.html with your default home page/file extension (like index.php if using PHP). This code will replace the one given to you earlier.

    
    RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*index\.html?\ HTTP/
    RewriteRule ^(.*)index\.html?$ http://www.example.com/$1 [R=301,L]
    
    Code (markup):
     
    Dan Schulz, Aug 5, 2009 IP
  12. raptormarketing

    raptormarketing Member

    Messages:
    194
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    33
    #12
    thanks Dan Schulz.
     
    raptormarketing, Aug 5, 2009 IP
  13. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #13
    You're welcome. :)
     
    Dan Schulz, Aug 5, 2009 IP
  14. jitendraag

    jitendraag Notable Member

    Messages:
    3,982
    Likes Received:
    324
    Best Answers:
    1
    Trophy Points:
    270
    #14
    Google webmaster blog recently said they can now find out presence of www.domain.tld/index.html (or php etc. and see if www.domain.tld has the same content. Inspite of that statement I still see duplicate content and different PR for such pages.

    You should also set preferred domain in Google webmaster tools (with or without www), stick to one of them and redirect (301) the other.
     
    jitendraag, Aug 5, 2009 IP