Internal link

An internal link is a type of hyperlink on a webpage to another page or resource, such as an image or document, on the same website or domain. Hyperlinks are considered either "external" or "internal" depending on their target or destination. Generally, a link to a page outside the same domain or website is considered external, whereas one that points at another section of the same webpage or to another page of the same website or domain is considered internal.[1]

However, these definitions become clouded when the same organization operates multiple domains functioning as a single web experience, e.g. when a secure commerce website is used for purchasing things displayed on a non-secure website. In these cases, links that are "external" by the above definition can conceivably be classified as "internal" for some purposes. Ultimately, an internal link points to a web page or resource in the same root directory.

Similarly, seemingly "internal" links are in fact "external" for many purposes, for example in the case of linking among subdomains of a main domain, which are not operated by the same person(s). For example, a blogging platform, such as WordPress, Blogger or Tumblr host thousands of different blogs on subdomains, which are entirely unrelated and the authors of which are generally unknown to each other. In these contexts one might view a link as "internal" only if it linked within the same blog, not to other blogs within the same domain.

Both internal and external links allow users of the website to navigate to another web page or resource. This is the basis or founding idea or principal behind the internet. That users can navigate from one resource to another by clicking on hyperlinks. Internal links help users navigate the same website, whereas external links generally take users to a different webpage or website.

Both internal and external links help users surf the internet as well as having Search engine optimization value. Internal linking allows for good website nagivation and structure and allows search engines to crawl or spider websites.[2]

Examples

HTML

Make a header linkable:

<h1><a name="seealso">See also</a></h1>

Or:

<h1 id="seealso">See also</h1>

then link to it:

<a href="#seealso">Go to the see also section</a>

Wiki Software

use for wiki software

See also

References

  1. Riley, Julie (2011). Microsoft Expression Web 3 : illustrated introductory. Australia: Course Technology Cengage Learning. p. 53. ISBN 0538750413. Retrieved 4 December 2014.
  2. Anderson, Shaun (2014). "SEO, Internal Links, Website Navigation & Structure". UK: Hoboweb. Retrieved 28 March 2015.


This article is issued from Wikipedia - version of the 10/6/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.