Perfect way of Interlinking

Discussion in 'Search Engine Optimization' started by toxic1985, Jan 11, 2012.

  1. #1
    Hi
    I am just confused with the way of Interlinking

    Which one is good or why?

    1) <a href="http://site.com/link1.html"> link1 </a>
    or

    2) <a href="/link1.html"> Link1 </a>
     
    toxic1985, Jan 11, 2012 IP
  2. johnhayden11

    johnhayden11 Peon

    Messages:
    263
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    1st One Is Right
    1) <a href="http://site.com/link1.html"> link1 </a>
    Reason Is This is Right Anchor Text Code Which is Do The Support Your Keyword Hitting And Then Your Keyword Ranking Improve In (SERP) Result.
     
    johnhayden11, Jan 11, 2012 IP
  3. Anurag_G

    Anurag_G Peon

    Messages:
    51
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    <a href="http://site.com/link1.html"> link1 </a> this is the best dear.
     
    Anurag_G, Jan 11, 2012 IP
  4. David krsty

    David krsty Peon

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Please tell me is there any issue of capital & small letter in case of keywords. If we have a link like <a href="http://site.com/webdesign.html">Webdesign</a>. It is ok or not
     
    David krsty, Jan 11, 2012 IP
  5. pjr

    pjr Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    no .. i believe there is no differentiation between the cases..
     
    pjr, Jan 11, 2012 IP
  6. JashandeepMax

    JashandeepMax Peon

    Messages:
    72
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I always use the first one which you are asking.So i believe you should also use that.
     
    JashandeepMax, Jan 11, 2012 IP
  7. Anna Howard

    Anna Howard Peon

    Messages:
    165
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Well for creating an anchor text or inter link is correct method is to use <a href="http://site.com/link1.html"> link1 </a> as W3c Validations approve such type of HTML code.
     
    Anna Howard, Jan 11, 2012 IP
  8. Canonical

    Canonical Well-Known Member

    Messages:
    2,223
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    110
    #8
    Neither is wrong and neither is right. Both of your examples will accomplish the exact same thing (render the exact same HTML) if they are both rendered on site.com. The first contains an absolute URl and the 2nd contains a root relative URL.

    The only difference is that the first one (absolute URL in HREF) will ALWAYS render http://site.com/link1.html. If your web pages can both be rendered both with the www and without the www (i.e. you have URL canonicalization problems because you failed to implement the usual 301 redirect to force all URLs to either www or non-www) then the second one will render whichever host name was used to render the page (so if you access the page with site.com then the second option will render http://site.com/link1.html... and if you access the page with www.site.com then the second option will render http://www.site.com/link1.html.

    Other than that there is really no difference.
     
    Canonical, Jan 11, 2012 IP
  9. praveen-rose

    praveen-rose Member

    Messages:
    108
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #9
    For Search Engine Optimization point of view <a href="http://site.com/link1.html"> link1 </a> is the best presentation way. Or we can use this type of internal linking i.e. <a href="../link1.html"> link1 </a>.

    this is good to describe it.

    Thanks
     
    praveen-rose, Jan 11, 2012 IP