Link Page Order

4out of 10
  • Type
  • ShadeMedium
  • Difficulty
  • Time
  • Weight ?

Google

Yahoo

MSN

  1. 749 views
  2. 1 votes

Description

Links that are placed higher on a page (hierarchy-wise) are considered to be more useful to the user and therefore most likely weighted more than links that appear lower down on a page. It is generally a good idea to get links from as high up in the HTML of a page as possible as these will most likely be weighted more than links found later down on a page.

Comments (2)

by mike UR0 1 year 1 week ago

The article says that links higher in the heirachy are more valuable than links lower in the page. To me the heirachy is the depth of the link in the DOM, not its position in the source code.

You could have a link near the bottom of your source which is very high in the heirachy (directly under the <body> tag), or higher in the source code which is burried 30 elements deep.

Which does the article mean?

by slayerment UR10 1 year 1 week ago

In this article I am talking about actual source code, but you bring up a good point. Do search engines take the DOM into account more than the source code? I wasn't aware that they were at this level yet.