+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11

Thread: Which internal linking structure is best?

  1. #1
    Join Date
    Jun 2004
    Posts
    87

    Question Which internal linking structure is best?

    For some this question might be basic or others it could be a good learning exercise - or maybe create some controversy.

    When creating an internal link between pages which format is best for having the bots or spyders pick up the pages for indexing and for passing PR among the pages within a site?

    1) a href=http://www.mydomain.com/blahblah.htm
    or
    2) a href=blahblah.htm

    How many of you are falling off your chairs in laughter? LOL
    Glenng

    Specializing in residential real estate in Naples, Bonita Springs, and Estero

  2. #2
    Join Date
    Jun 2004
    Location
    Auckland, New Zealand
    Posts
    594

    Default

    Hi Glenn

    My understanding is that it's best not to use the http but there will be exceptions.

    Never use ../../ type notation, confuses the browsers and the bots.

    Use / at the beginning and give the full path. This makes it easier for everyone and if your site is modular it allows you to easily pull in different sections and know that all the links will work without modification, regardless of where you've called it from.

    Does that make sense? Just in case... If you have a script called from http://www.mysite.com/info/stuff.html and it has a link to more.html it should be written
    Code:
    < a href='/info/more.html' title='find out more'>Find out more< /a>
    rather than
    Code:
    < a href='more.html' title='find out more'>Find out more< /a>
    although both will work for the human visitor.

  3. #3
    Join Date
    Jun 2004
    Location
    Arizona, USA
    Posts
    4,838

    Question Re: Which internal linking structure is best?

    What exceptions are you talking about?
    Used Mobile Homes For Sale
    Used Manufactured Homes For Sale
    SalesPractice.com -The Definitive Source for Sales Education on the Internet. - Sales Training

  4. #4
    Join Date
    Jun 2004
    Posts
    87

    Default Re: Which internal linking structure is best?

    Hi Sarah,

    Thank you for your answer and for the down to earth explanation and example.


    Quote Originally Posted by sarahk
    Hi Glenn

    My understanding is that it's best not to use the http but there will be exceptions.

    Never use ../../ type notation, confuses the browsers and the bots.

    Use / at the beginning and give the full path. This makes it easier for everyone and if your site is modular it allows you to easily pull in different sections and know that all the links will work without modification, regardless of where you've called it from.

    Does that make sense? Just in case... If you have a script called from http://www.mysite.com/info/stuff.html and it has a link to more.html it should be written
    Code:
    < a href='/info/more.html' title='find out more'>Find out more< /a>
    rather than
    Code:
    < a href='more.html' title='find out more'>Find out more< /a>
    although both will work for the human visitor.
    Glenng

    Specializing in residential real estate in Naples, Bonita Springs, and Estero

  5. #5
    Join Date
    Apr 2004
    Location
    Nanaimo
    Posts
    15,992

    Default Re: Which internal linking structure is best?

    An exception would be linking to your index page, you should consolidate http://www.seo-guy.com and index.html because Google sees http://www.seo-guy.com/index.html as a different URL for PR purposes, thus your internal links and outbound links dont match if you use the reletive URL path.

    Click on the banner for REW up top left and it will take you to http://www.realestatewebmasters.com not http://www.realestatewebmasters.com/index.php
    Starting LEC 7 soon but it won't be called LEC 7 - LEC 2012 coming soon!

  6. #6
    Join Date
    Jun 2004
    Location
    Arizona, USA
    Posts
    4,838

    Talking Re: Which internal linking structure is best?

    WHAT?

    I have to go. I have some links to change!
    Used Mobile Homes For Sale
    Used Manufactured Homes For Sale
    SalesPractice.com -The Definitive Source for Sales Education on the Internet. - Sales Training

  7. #7
    Join Date
    May 2004
    Posts
    391

    Default Re: Which internal linking structure is best?

    Has anyone actually seen proof that a relative url is more SE friendly than a full url? I always thought using a fully qulaified url was "safer".

  8. #8
    Join Date
    Apr 2004
    Location
    Nanaimo
    Posts
    15,992

    Default Re: Which internal linking structure is best?

    relative is more SE frienly as it requires less code and is the same call, thus filesize as well as incidental code is reduced.

    There is really no proof necessary, change all your URL's to Full or vice versa and compare file sizes. Your site will load faster with reletive and its a FACT that the less code the better for SE's
    Starting LEC 7 soon but it won't be called LEC 7 - LEC 2012 coming soon!

  9. #9
    Join Date
    May 2004
    Posts
    391

    Default Re: Which internal linking structure is best?

    so what is your feeling on using CSS for layout rather than tables? Do you think there are still too many browser incompatabilites or is it time to make the switch 100%?

  10. #10
    Join Date
    Apr 2004
    Location
    Nanaimo
    Posts
    15,992

    Default Re: Which internal linking structure is best?

    Other then IE and Mozilla there really arent any browsers I care about as far as compatibility go, shoot if I increase my traffic by 50% and lose 1% because people think my site looks funny in netscape I'll take those odds!

    Im testing some CSS stuff as we speak actually and will be happy to publish all findings.
    Starting LEC 7 soon but it won't be called LEC 7 - LEC 2012 coming soon!

+ Reply to Thread
Page 1 of 2 1 2 LastLast

Similar Threads

  1. Internal Linking
    By Agnafl in forum Website Usability
    Replies: 15
    Last Post: 08-25-2007, 03:52 PM
  2. Internal Linking
    By Ryan Ward in forum Google
    Replies: 11
    Last Post: 02-22-2007, 09:15 AM
  3. Replies: 0
    Last Post: 02-02-2007, 06:04 AM
  4. Internal Linking
    By Dj in forum Coding
    Replies: 9
    Last Post: 12-15-2005, 09:14 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts