Posts tagged as:

relative

Absolute vs. Relative Links

May 22, 2009

A link which shows the full URL of the page being linked at. Some links only show relative link paths instead of having the entire reference URL within the a href tag. Due to canonicalization and hijacking related issues it is typically preferred to use absolute links over relative links. Example absolute link <a href=”http://korbyimagery.com/folder/filename.html”>Absolute [...]

Read the full article →