Proper Internal Linking / Proper Way To Link To Internal Site Pages?

Discussion in 'Search Engine Optimization' started by EGS, May 10, 2008.

  1. #1
    Hey, what is the *proper* way to link to internal pages throughout your site?

    Should you use the following codes when linking to internal pages:
    <a href="../page.html">Page</a>
    Code (markup):
    Or should you should provide the FULL URL in all links throughout your site?
    <a href="http://www.mysite.com/page.html">Page</a>
    Code (markup):
    Is the first option search-engine friendly?
    Why or why not?
     
    EGS, May 10, 2008 IP
  2. chaitanya.seo

    chaitanya.seo Banned

    Messages:
    625
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #2
    ofcource second 1...

    <a href="http://www.mysite.com/page.html">Page</a>
     
    chaitanya.seo, May 10, 2008 IP
  3. dspohn23

    dspohn23 Peon

    Messages:
    370
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I don't think that it matters to the search engines, which method you use.
     
    dspohn23, May 10, 2008 IP
  4. Wayne Liew

    Wayne Liew Banned

    Messages:
    513
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #4
    As long as it is a link, search engines will take it as a link. No difference. Even if it has some, it will not be something significant.
     
    Wayne Liew, May 10, 2008 IP
  5. Robert T

    Robert T Peon

    Messages:
    105
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Either method will work equally well for spidering and indexing. If you site becomes popular enough, or ranks well for keywords, absolute linking (method 2) will provide backlinks to your site when your content gets scraped by black hats.
     
    Robert T, May 10, 2008 IP
  6. gobbly2100

    gobbly2100 Banned

    Messages:
    906
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I always use option one as this cuts down on code a little anyway helping to keep your page load down even by a few nanoseconds if you make all your links on a page the same.

    
    <a href="/page.html">Page</a>
    
    Code (markup):
    That is how I would do it.
     
    gobbly2100, May 10, 2008 IP
  7. freelistfool

    freelistfool Peon

    Messages:
    1,801
    Likes Received:
    101
    Best Answers:
    0
    Trophy Points:
    0
    #7
    The Full URL will help you avoid duplicate content filters when someone scrapes your site. It also keeps every link pointed at the same domain. I.e. www.mysite.com instead of mysite.com (if you don't already redirect mysite.com to www.mysite.com).
     
    freelistfool, May 10, 2008 IP
  8. casinouk

    casinouk Peon

    Messages:
    279
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #8
    You may get backlinks if you are using Absolute method...
     
    casinouk, May 10, 2008 IP
  9. holidayhoteldirect

    holidayhoteldirect Banned

    Messages:
    154
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #9
    if its work well for you then its best method
     
    holidayhoteldirect, Aug 9, 2008 IP
  10. lightlysalted

    lightlysalted Active Member

    Messages:
    2,067
    Likes Received:
    32
    Best Answers:
    0
    Trophy Points:
    90
    #10
    it doesn't really matter, it's not gonna change the world for your site, i prefer method 2
     
    lightlysalted, Aug 9, 2008 IP
  11. brian65

    brian65 Active Member

    Messages:
    1,172
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    88
    #11
    I've been recommended to use the second method - absolute URLs. In particular, Yahoo seems to prefer this method of linking.
     
    brian65, Aug 9, 2008 IP
  12. homebizseo

    homebizseo Peon

    Messages:
    4,538
    Likes Received:
    56
    Best Answers:
    0
    Trophy Points:
    0
    #12
    a keyword phrase anchor link is the best internal linking.
     
    homebizseo, Aug 9, 2008 IP
  13. Aray100

    Aray100 Active Member

    Messages:
    43
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    91
    #13
    Does method 2 get you backlinks from your own site and method 1 does not? Thanks in advance as I'm not clear on how method 2 can get you backlinks as opposed to method 1.
     
    Aray100, Oct 14, 2008 IP
  14. Robert T

    Robert T Peon

    Messages:
    105
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #14
    No, not from your own site. If you rank at all in your niche your content will get scraped by others (take your content and use it on their site). If you use absolute links then the backlink on their site will point to your site. If using relative links then your site will not get a backlink.
     
    Robert T, Oct 15, 2008 IP
  15. catanich

    catanich Peon

    Messages:
    1,921
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    0
    #15
    Getting scraped by others is the fastest way to get a duplicate content penalty applied to your site. So I would use absolute URLs.

    Note: You can also us the <BASE href="http://www.my-site.com/"> tag to prefix your internal links if you need to.
     
    catanich, Oct 15, 2008 IP
  16. Robert T

    Robert T Peon

    Messages:
    105
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Using absolute or relative urls will not prevent scraping or the existence of duplicate content. Since you cant really stop a scraper I would prefer a backlink from it.
     
    Robert T, Oct 16, 2008 IP
  17. rajeevranjan

    rajeevranjan Peon

    Messages:
    136
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #17
    A search engine spiders and browsers know that where the mentioned document located so it doesn’t need to put full URL
     
    rajeevranjan, Sep 11, 2009 IP