Thread: Internal Links
View Single Post
  #4 (permalink)  
Old 04-22-2008, 10:31 PM
Peter (IMC)'s Avatar
Peter (IMC) Peter (IMC) is offline
WebProWorld 1,000+ Club
 

Join Date: Dec 2003
Posts: 1,439
Peter (IMC) RepRank 3Peter (IMC) RepRank 3Peter (IMC) RepRank 3
Default Re: Internal Links

the only thing I would advise is to use absolute links in stead of relative links. It makes it a lot easier for search engines to get the link structure right.

Absolute links are links that start with a /

so in stead of <a href="index.html"> you should link to <a href="/">

and in stead of <a href="some-page.html"> you should link to <a href="/some-page.html">

or in stead of <a href="some-other-page.html"> in the directory /a-directory/ you should link to <a href="/a-directory/some-other-page.html">
Reply With Quote