SEO Absolute link
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.
Example of a relative link:
<a href="/index.html">link</a>
Example of a absolute link:
<a href="http://www.domain.com/index.html">link</a>


