www.example.com VS. www.example.com/

Discussion in 'Link Development' started by rbf738, Mar 11, 2010.

  1. #1
    Whenever I type the top level URL for my domain into my word processor I notice the hyperlink forms with that slash at the end of it though I'm not typing that slash myself. Out of habit I don't enter URLs like that with the slash for that same site when I'm online, so other mediums I'm thinking don't add the slash like my word processor does, so I'm thinking and I fear I might be splitting my traffic between the two. Is this a legitimate concern that I'm splitting traffic for keywords between the two so that I don't rank as well overall?

    Is there some way I can check that this is what is happening and what's the best solution (eg. A redirect from one to the other... and if so, which one)?
     
    rbf738, Mar 11, 2010 IP
  2. bk871

    bk871 Well-Known Member

    Messages:
    2,442
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    150
    #2
    I'm pretty sure it's the exact same thing.

    For example... Type in google.com in your URL bar at the top of your browser. Hit enter. Your browser automatically adds the trailing slash.
     
    bk871, Mar 11, 2010 IP
  3. rosebeauty

    rosebeauty Active Member

    Messages:
    99
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #3
    i have 2 site like this

    without http//:www. <<< PR4
    but with http//:www. <<< PR2

    so what best solution to keep PR4 to my site ? hope anyone can share ...
     
    rosebeauty, Mar 11, 2010 IP
  4. matt.

    matt. Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    The slash at the end will not make a difference for link building. rosebeauty - choose which format you want to use and do a 301 redirect from one to another.
     
    matt., Mar 11, 2010 IP
  5. twin_s

    twin_s Peon

    Messages:
    99
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    the trailing slash in the end has no effect on your SEO efforts...

    Also, rosebeauty - you should do a 301 - permanent redirection from PR2 to PR4, make sure you do that for all existing URL's.
     
    twin_s, Mar 11, 2010 IP
  6. madison123

    madison123 Guest

    Messages:
    184
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    both are same
     
    madison123, Mar 12, 2010 IP
  7. PhilipSEO

    PhilipSEO Notable Member

    Messages:
    467
    Likes Received:
    48
    Best Answers:
    4
    Trophy Points:
    225
    #7
    This is very interesting, I have heard of this being possible but never seen it in practice. Can you pm me your URL, just out of curiosity?

    You need to consolidate your PR. CHoose which URL will be canonical (whether with www. or without, it doesn't matter), and create a logic that uses a 301-redirect from the non-canonical URLs to redirect to the canonical form. For example, I am hosted on an Apache server so I use .htaccess for this. But you may be on MIIS or another server -- it's a bit different for each server type.

    I agree with those who say don't worry about the slash. But www. vs. no www. is something you do need to worry about a little bit, because it can result in a duplicate content problem and a split PR.
     
    PhilipSEO, Mar 12, 2010 IP
  8. rbf738

    rbf738 Peon

    Messages:
    475
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    rbf738, Mar 12, 2010 IP
  9. nvidura

    nvidura Well-Known Member

    Messages:
    1,780
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    150
    #9
    nvidura, Mar 12, 2010 IP
  10. jvfconsulting

    jvfconsulting Active Member

    Messages:
    1,089
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    90
    #10
    Make sure to validate both of the same domain within Google Webmaster tools!
     
    jvfconsulting, Mar 12, 2010 IP
  11. rbf738

    rbf738 Peon

    Messages:
    475
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #11
    So wait, what's the final verdict then? They're different, but not in terms of link building so I shouldn't worry about it in that respect?
     
    rbf738, Mar 13, 2010 IP
  12. rosebeauty

    rosebeauty Active Member

    Messages:
    99
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #12
    here is my both site :

    diagonismos2009.org
    givetoworldvoice.com

    so what i shoud do,..???
     
    rosebeauty, Mar 14, 2010 IP
  13. RoccoSiffredi

    RoccoSiffredi Peon

    Messages:
    50
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Hello,
    www is just subdomain (like video-domain-com), so www-domain-com and domain.com are two diferent pages (for search engines)

    if you have one PR2 and second PR4 it means, that you have for example 20 backlinks to domain.com and 100 backlinks to www-domain-com

    now you promote two sites!

    solution is redirect traffic from domain.com to www-domain-com and backlinks will count together (you'll get higher PR)

    you can use my own script: (put it in the beginning of index.php)

    if($_SERVER['SERVER_NAME'] != "www.cyberhacking.com"){
    $kamhodit = "http://www.cyberhacking.com/";
    header("HTTP/1.1 301 Moved Permanently");
    header('location: '.$kamhodit.'');
    header("Connection: close");
    die();
    }
     
    RoccoSiffredi, Mar 21, 2010 IP
  14. zeekstern

    zeekstern Active Member

    Messages:
    872
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    60
    #14
    Having the slash following the url does make a difference with regards to performance. I don't remember the exact technical explanation, but this is close enough.
    If you do not have the slash, a web browser will make 2 calls to the website. If you have the slash, only 1 call is made.
     
    zeekstern, Mar 21, 2010 IP