SEO and Links: Absolute or Relative Links?

Posted Friday, 17 April 2009 at 15:40 by Andrew Liu
Tagged: search engine optimisation (seo) | link strategy
Read more blogs...

 

One of the most asked questions I field is "what is the SEO difference between absolute and relative linking?".  It is a question that I have always answered with what my head told me; that "there is no difference".  However, there are some myths and rumours, and some evidence to back up the answer that "yes, there once was a difference".

 

Firstly, for the newbies, lets examine what these links are, and how they differ.

 

 

Absolute URLs


eg. <a href="http://www.webtop.com.au/about-us">About WebTop</a>

 

The above HTML code is an absolute link.  You can copy and paste this link anywhere; in your webpage, in my webpage, in a test webpage, and you can be 100% confident that this link, when clicked, will take you to the WebTop website at exactly the designated URL.

 

In general, absolute links are:

  • better at handling canonicalization issues;
  • are safer against site hijacking because they will always take you to your designated site;
  • will save your content from being stolen as most content thieves only copy and paste;
  • work better if your content is being distributed by email, though the proper use of the BASE HREF tag will alleviate that problem;

 

Relative URLs

 

defn: URL whose location is specified relative to the address of the base document in which the URL resides. It provides a shorthand way to refer to files or resources that use the same protocol, domain name, or directory path as the current document. (source)


eg. <a href="/about-us">About WebTop</a>

 

Relative URLs are:

  • more favoured by programmers, as they are more portable across one domain to another.  Generally speaking, a site is designed on a staging server, then moved over to production.  Relative URL's will work in this instance.
  • make your HTML shorter as there is less to code, and may help decrease page load times.

 

SEO Benefits?

 

Today, there is very little, if any, evidence that one type of URL outperforms the other in SEO.  Certainly, and I can say this with experience, about 10 years ago, absolute URL's were more heavily favoured than relative URL's, but I must admit this was when search engine technology was still in its infant stage.  Today, every piece of logic dictates that a link, relative or absolute, should be treated equally (given all other things equal).  And today I see no evidence that leans one way or the other, which I believe highlights the fact that the search engine algorithms have done away with their earlier flaws, and use other means to rank links.

 

 

Web News

The Dangers of HTML5: WebSockets and Stable Standards
New HTML5 technologies like WebSockets offer some amazing new opportunities for Web developers. But they also show how implementing unstable standards may cause more harm to a site than the benefits of the technology. What is the role of browsers and how should developers plan for when developing with HTML5?
2011-05-09T21:00:23-04:00

Internet Explorer 6: What Have We Learned?
IE6 shipped more than 10 years ago, but its non-standard implementation of the shifting standards of 2001 still haunts today's developers. As the Web shifts to HTML5, and new versions of IE, Firefox and Chrome debut, have we learned the lessons of IE6?
2011-05-09T20:50:33-04:00

Crank Up the Volume with HTML5 Music
With HTML5, music is making a comeback on the Web. Create amazing music site experiences where adding an audio file is as simple as inserting an image and users have more pause and play music outside a browser. The introduction of the tag eliminates the need for external music players, allowing for true integration of sound in your website.
2011-05-09T20:44:42-04:00

Dojo.behavior: Write Modularized HTML Document Event Handling
The dojo.behavior module provides a simple and lightweight mechanism for listening to HTML document events. Find out what makes dojo.behavior one of the best event handling mechanisms around.
2011-04-27T14:11:59-04:00

The Dojo Publish/Subscribe Event Mechanism
Learn how to use the Dojo Toolkit's versatile ContentPane widget to load dynamic content into your Web pages.
2011-04-25T07:04

Company Blog


Search Behaviour

Posted Tuesday, 19 October 2010 at 05:58 by Andrew Liu


As an SEO provider, you have one main goal. Get your client’s website to show up in search res...

Read more...



"sm bus" drivers missing in Device Manager

Posted Thursday, 18 March 2010 at 20:51 by Andrew Liu


When installing a new Windows XP installation, I seemingly always miss some drivers. One that troub...

Read more...



Link Building SEO Strategies

Posted Monday, 08 March 2010
Updated Tuesday, 09 March 2010 at 02:09 by Andrew Liu


Link building might be a necessary step for your search engine optimisation campaign, but very few p...

Read more...



Multiple Domains for SEO performance?

Posted Friday, 05 March 2010 at 23:13 by Andrew Liu


Online businesses and websites that cover a broad range of topics or one large topic are sometimes b...

Read more...



Tag Clouds - SEO or not?

Posted Thursday, 04 March 2010 at 04:34 by Andrew Liu


A tag cloud or word cloud is a visual depiction of tags or words related to a site, typically used t...

Read more...



Read more blogs...