In
computing
Computing is any goal-oriented activity requiring, benefiting from, or creating computing machinery. It includes the study and experimentation of algorithmic processes, and development of both hardware and software. Computing has scientific, ...
, a hyperlink, or simply a link, is a digital reference to
data
In the pursuit of knowledge, data (; ) is a collection of discrete values that convey information, describing quantity, quality, fact, statistics, other basic units of meaning, or simply sequences of symbols that may be further interpret ...
that the
user can follow or be guided by
clicking or
tapping. A hyperlink points to a whole document or to a specific element within a document.
Hypertext
Hypertext is text displayed on a computer display or other electronic devices with references ( hyperlinks) to other text that the reader can immediately access. Hypertext documents are interconnected by hyperlinks, which are typicall ...
is text with hyperlinks. The text that is linked from is known as
anchor text. A software system that is used for viewing and creating hypertext is a ''hypertext system'', and to create a hyperlink is ''to hyperlink'' (or simply ''to link''). A user following hyperlinks is said to ''navigate'' or ''browse'' the hypertext.
The document containing a hyperlink is known as its source document. For example, in an online reference work such as
Wikipedia
Wikipedia is a multilingual free online encyclopedia written and maintained by a community of volunteers, known as Wikipedians, through open collaboration and using a wiki-based editing system. Wikipedia is the largest and most-read ref ...
or
Google
Google LLC () is an American Multinational corporation, multinational technology company focusing on Search Engine, search engine technology, online advertising, cloud computing, software, computer software, quantum computing, e-commerce, ar ...
, many words and terms in the text are hyperlinked to definitions of those terms. Hyperlinks are often used to implement reference
mechanisms such as tables of contents,
footnotes
A note is a string of text placed at the bottom of a page in a book or document or at the end of a chapter, volume, or the whole text. The note can provide an author's comments on the main text or citations of a reference work in support of th ...
,
bibliographies,
indexes,
letters, and
glossaries.
In some hypertext, hyperlinks can be bidirectional: they can be followed in two directions, so both ends act as
anchors and as targets. More complex arrangements exist, such as many-to-many links.
The effect of following a hyperlink may vary with the hypertext system and may sometimes depend on the link itself; for instance, on the
World Wide Web
The World Wide Web (WWW), commonly known as the Web, is an information system enabling documents and other web resources to be accessed over the Internet.
Documents and downloadable media are made available to the network through web se ...
most hyperlinks cause the target document to replace the document being displayed, but some are marked to cause the target document to open in a new window (or, perhaps, in a new
tab). Another possibility is
transclusion, for which the link target is a
document fragment that replaces the link anchor within the source document. Not only persons browsing the document may follow hyperlinks. These hyperlinks may also be followed automatically by programs. A program that traverses the hypertext, following each hyperlink and gathering all the retrieved documents is known as a Web ''spider'' or
crawler.
Links
Inline links
An
inline link displays remote content without the need for embedding the content. The remote content may be accessed with or without the user following the link.
An inline link may display a modified version of the content; for instance, instead of an image, a
thumbnail,
low resolution
Image resolution is the detail an image holds. The term applies to digital images, film images, and other types of images. "Higher resolution" means more image detail.
Image resolution can be measured in various ways. Resolution quantifies how cl ...
preview,
cropped
Cropping is the removal of unwanted outer areas from a photographic or illustrated image. The process usually consists of the removal of some of the peripheral areas of an image to remove extraneous trash from the picture, to improve its framin ...
section, or
magnified
''Magnified'' is the second album by the American alternative rock band Failure.
Production
Drummer Robert Gauss departed during the recording of the album; the remaining drum parts were played by John Dargahi and Greg Edwards.
''Magnified'' dif ...
section may be shown. The full content is then usually available on demand, as is the case with
print publishing software e.g., with an
external link. This allows for smaller file sizes and quicker response to changes when the full linked content is not needed, as is the case when rearranging a
page layout.
Anchor links
An anchor hyperlink (anchor link) is a link bound to a portion of a document, which is often called a
fragment
Fragment may refer to:
Entertainment
Television and film
* "Fragments" (''Torchwood''), an episode from the BBC TV series
* "Fragments", an episode from the Canadian TV series ''Sanctuary''
* "Fragments" (Steven Universe Future), an episode f ...
. The fragment is generally a portion of text or a heading, though not necessarily. For instance, it may also be a
''hot area'' in an image (
image map in HTML), a designated, often irregular part of an image.
Fragments are marked with ''anchors'' (in any of various ways), which is why a link to a fragment is called an anchor link (that is, a link to an anchor). For example, in XML, the element
"
provides anchoring capability (as long as the DTD or schema defines it), and in
wiki markup,
is a typical example of implementing it. In
word processor
A word processor (WP) is a device or computer program that provides for input, editing, formatting, and output of text, often with some additional features.
Word processor (electronic device), Early word processors were stand-alone devices ded ...
apps, anchors can be inserted where desired and may be called ''bookmarks''. In
URLs, the hash character (#) precedes the name of the anchor for the fragment.
One way to define a hot area in an image is by a list of coordinates that indicate its boundaries. For example, a
political map of Africa may have each country hyperlinked to further information about that country. A separate invisible hot area interface allows for swapping
skins or labels within the linked hot areas without repetitive embedding of links in the various skin elements.
Text hyperlink. Hyperlink is embedded into a word or a phrase and makes this text clickable.
Image hyperlink. Hyperlink is embedded into an image and makes this image clickable.
Bookmark hyperlink. Hyperlink is embedded into a text or an image and takes visitors to another part of a web page.
E-mail hyperlink. Hyperlink is embedded into e-mail address and allows visitors to send an e-mail message to this e-mail address.
Fat links
A fat link (also known as a "one-to-many" link, an "extended link" or a "multi-tailed link") is a hyperlink which leads to multiple endpoints; the link is a
multivalued function
In mathematics, a multivalued function, also called multifunction, many-valued function, set-valued function, is similar to a function, but may associate several values to each input. More precisely, a multivalued function from a domain to ...
.
Uses in various technologies
HTML
Tim Berners-Lee saw the possibility of using hyperlinks to link any information to any other information over the
Internet
The Internet (or internet) is the global system of interconnected computer networks that uses the Internet protocol suite (TCP/IP) to communicate between networks and devices. It is a ''internetworking, network of networks'' that consists ...
. Hyperlinks were therefore integral to the creation of the
World Wide Web
The World Wide Web (WWW), commonly known as the Web, is an information system enabling documents and other web resources to be accessed over the Internet.
Documents and downloadable media are made available to the network through web se ...
. Web pages are written in the hypertext mark-up language
HTML
The HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScri ...
.
This is what a hyperlink to the home page of the
W3C organization
The World Wide Web Consortium (W3C) is the main international standards organization for the World Wide Web. Founded in 1994 and led by Tim Berners-Lee, the consortium is made up of member organizations that maintain full-time staff working to ...
could look like in HTML code:
W3C organization website
This HTML code consists of several
tags:
* The hyperlink starts with an anchor opening tag
, and includes a hyperlink reference href="https://www.w3.org/" to the URL
A Uniform Resource Locator (URL), colloquially termed as a web address, is a reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it. A URL is a specific type of Uniform Resource Identifie ...
for the page. (Note that the URL is enclosed in quotes.)
* The URL
A Uniform Resource Locator (URL), colloquially termed as a web address, is a reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it. A URL is a specific type of Uniform Resource Identifie ...
is followed by >, marking the end of the anchor opening tag.
* The words that follow identify what is being linked; this is the only part of the code that is ordinarily visible on the screen when the page is rendered, but when the cursor hovers over the link, many browsers display the target URL somewhere on the screen, such as in the lower left-hand corner.
* Typically these words are underlined and colored (for example, blue for a link that has not yet been visited and purple for a link already visited).
* The anchor closing tag () terminates the hyperlink code.
* The
tag can also consist of various
attributes such as the "rel" attribute which specifies the relationship between the current document and linked document.
Webgraph is a
graph
Graph may refer to:
Mathematics
*Graph (discrete mathematics), a structure made of vertices and edges
**Graph theory, the study of such graphs and their properties
*Graph (topology), a topological space resembling a graph in the sense of discre ...
, formed from
web pages as vertices and hyperlinks, as directed edges.
remove XLink: hyperlinks
The
W3C recommendation called
XLink describes hyperlinks that offer a far greater degree of functionality than those offered in HTML. These extended links can be ''multidirectional'', remove linking from, within, and between XML documents. It can also describe ''simple links'', which are unidirectional and therefore offer no more functionality than hyperlinks in HTML.
Wikis
While
wiki
A wiki ( ) is an online hypertext publication collaboratively edited and managed by its own audience, using a web browser. A typical wiki contains multiple pages for the subjects or scope of the project, and could be either open to the pu ...
s may use HTML-type hyperlinks, the use of
wiki markup, a set of
lightweight markup languages specifically for wikis, provides a simplified syntax for linking pages within wiki environments in other words, for creating wikilinks.
The syntax and appearance of wikilinks may vary.
Ward Cunningham's original
wiki software, the
WikiWikiWeb
The WikiWikiWeb is the first wiki, or user-editable website. It was launched on 25 March 1995 by programmer Ward Cunningham to accompany the Portland Pattern Repository website discussing software design patterns. The name ''WikiWikiWeb'' orig ...
used
CamelCase for this purpose. CamelCase was also used in the early version of
Wikipedia
Wikipedia is a multilingual free online encyclopedia written and maintained by a community of volunteers, known as Wikipedians, through open collaboration and using a wiki-based editing system. Wikipedia is the largest and most-read ref ...
and is still used in some wikis, such as
TiddlyWiki,
Trac, and
PmWiki. A common markup syntax is the use of double square brackets around the term to be wikilinked. For example, the input "
zebras" is converted by wiki software using this markup syntax to a link to a
zebras article.
Hyperlinks used in wikis are commonly classified as follows:
* Internal wikilinks or intrawiki links lead to pages within the same wiki website.
* Interwiki links are simplified markup hyperlinks that lead to pages of other wikis that are associated with the first.
* External links lead to other webpages (those not covered in the above two cases, wiki or not wiki).
Wikilinks are visibly distinct from other text, and if an internal wikilink leads to a page that does not yet exist, it usually has a different specific visual appearance. For example, in Wikipedia wikilinks are displayed in blue, except those that link to pages that don't yet exist, which are instead shown in
red. Another possibility for linking is to display a highlighted clickable question mark after the wikilinked term.
Virtual worlds
Hyperlinks are being implemented in various 3D
virtual world
A virtual world (also called a virtual space) is a computer-simulated environment which may be populated by many users who can create a personal avatar, and simultaneously and independently explore the virtual world, participate in its activitie ...
networks, including those that use the
OpenSimulator and
Open Cobalt platforms.
Permalinks
Permalinks are URLs that are intended to remain unchanged for many years into the future, yielding hyperlinks that are less susceptible to link rot. Permalinks are often rendered simply, that is, as friendly URLs, so as to be easy for people to type and remember. Permalinks are used in order to
point and
redirect readers to the same
Web page, blog post or any online digital media.
The scientific literature is a place where link persistence is crucial to the public knowledge. A 2013 study in
BMC Bioinformatics
''BMC Bioinformatics'' is a peer-reviewed open access scientific journal covering bioinformatics and computational biology published by BioMed Central. It was established in 2000, and has been one of the fastest growing and most successful journa ...
analyzed 15,000 links in abstracts from Thomson Reuters’
Web of Science citation index, founding that the median lifespan of Web pages was 9.3 years, and just 62% were archived. The median lifespan of a Web page constitutes high-degree variable, but its
order of magnitude usually is of some months.
How hyperlinks work in HTML
A link from one domain to another is said to be ''outbound'' from its source anchor and
''inbound'' to its target.
The most common destination anchor is a
URL
A Uniform Resource Locator (URL), colloquially termed as a web address, is a reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it. A URL is a specific type of Uniform Resource Identifie ...
used in the
World Wide Web
The World Wide Web (WWW), commonly known as the Web, is an information system enabling documents and other web resources to be accessed over the Internet.
Documents and downloadable media are made available to the network through web se ...
. This can refer to a document, e.g. a
webpage, or other resource, or to a position in a webpage. The latter is achieved by means of an
HTML element
An HTML element is a type of HTML (HyperText Markup Language) document component, one of several types of HTML nodes (there are also text nodes, comment nodes and others). The first used version of HTML was written by Tim Berners-Lee in 1993 ...
with a "name" or "id" attribute at that position of the HTML document. The URL of the position is the URL of the webpage with a
fragment identifier "#''id attribute''" appended.
When linking to PDF documents from an HTML page the "''id attribute''" can be replaced with syntax that references a page number or another element of the PDF, for example, "#''page=386''".
Link behavior in web browsers
A
web browser
A web browser is application software for accessing websites. When a user requests a web page from a particular website, the browser retrieves its files from a web server and then displays the page on the user's screen. Browsers are used on ...
usually displays a hyperlink in some distinguishing way, e.g. in a different
color
Color (American English) or colour (British English) is the visual perceptual property deriving from the spectrum of light interacting with the photoreceptor cells of the eyes. Color categories and physical specifications of color are assoc ...
,
font
In movable type, metal typesetting, a font is a particular #Characteristics, size, weight and style of a typeface. Each font is a matched set of type, with a piece (a "Sort (typesetting), sort") for each glyph. A typeface consists of a range of ...
or
style, or with certain symbols following to visualize link target or document types. This is also called ''link decoration''. The behavior and style of links can be specified using the
Cascading Style Sheets (CSS) language.
In a graphical user interface, the appearance of a
mouse
A mouse ( : mice) is a small rodent. Characteristically, mice are known to have a pointed snout, small rounded ears, a body-length scaly tail, and a high breeding rate. The best known mouse species is the common house mouse (''Mus musculus' ...
cursor may change into a
hand motif to indicate a link. In most graphical web browsers, links are displayed in underlined blue text when they have not been visited, but underlined purple text when they have. When the
user activates the link (e.g., by clicking on it with the mouse) the browser displays the link's target. If the target is not an HTML file, depending on the
file type and on the browser and its
plugins
Plug-in, plug in or plugin may refer to:
* Plug-in (computing) is a software component that adds a specific feature to an existing computer program.
** Audio plug-in, adds audio signal processing features
** Photoshop plugin, a piece of software t ...
, another program may be activated to open the file.
The HTML code contains some or all of the five main characteristics of a link:
* link destination ("href" pointing to a URL)
*
link label
The anchor text, link label or link text is the visible, clickable text in an HTML hyperlink. The term "anchor" was used in older versions of the HTML specification for what is currently referred to as the ''a element'', or . The HTML specifica ...
* link title
* link target
* link class or link id
It uses the
HTML element "a" with the attribute "href" (HREF is an abbreviation for "Hypertext REFerence") and optionally also the attributes "title", "target", and "
class" or "id":
:
<a href="''URL''" title="''link title''" target="''link target''" class="''link class''">''link label''</a>
To embed a link into a web page, blogpost, or comment, it may take this form:
:
Example
In a typical web browser, this would display as the underlined word "Example" in blue, which when clicked would take the user to the example.com website. This contributes to a clean, easy to read text or document.
By default, browsers will usually display hyperlinks as such:
* An unvisited link is usually blue and underlined
* A visited link is usually purple and underlined
* An active link is usually red and underlined
When the cursor hovers over a link, depending on the browser and graphical user interface, some informative text about the link can be shown, popping up, not in a regular
window
A window is an opening in a wall, door, roof, or vehicle that allows the exchange of light and may also allow the passage of sound and sometimes air. Modern windows are usually glazed or covered in some other transparent or translucent mate ...
, but in a special
hover box, which disappears when the cursor is moved away (sometimes it disappears anyway after a few seconds, and reappears when the cursor is moved away and back).
Mozilla Firefox,
IE,
Opera
Opera is a form of theatre in which music is a fundamental component and dramatic roles are taken by singers. Such a "work" (the literal translation of the Italian word "opera") is typically a collaboration between a composer and a libre ...
, and many other web browsers all show the URL. In addition, the URL is commonly shown in the
status bar.
Normally, a link opens in the current
frame or window, but sites that use frames and multiple windows for navigation can add a special "target" attribute to specify where the link loads. If no window exists with that name, a new window is created with the ID, which can be used to refer to the window later in the browsing session.
Creation of new windows is probably the most common use of the "target" attribute. To prevent accidental reuse of a window, the special window names "_blank" and "_new" are usually available, and always cause a new window to be created. It is especially common to see this type of link when one large website links to an external page. The intention in that case is to ensure that the person browsing is aware that there is no endorsement of the site being linked to by the site that was linked from. However, the attribute is sometimes overused and can sometimes cause many windows to be created even while browsing a single site.
Another special page name is "_top", which causes any frames in the current window to be cleared away so that browsing can continue in the full window.
History
The term "link" was coined in 1965 (or possibly 1964) by
Ted Nelson at the start of
Project Xanadu. Nelson had been inspired by "
As We May Think", a popular 1945 essay by
Vannevar Bush. In the essay, Bush described a microfilm-based machine (the
Memex) in which one could link any two pages of information into a "trail" of related information, and then scroll back and forth among pages in a trail as if they were on a single microfilm reel.
In a series of books and articles published from 1964 through 1980, Nelson transposed Bush's concept of automated cross-referencing into the computer context, made it applicable to specific text strings rather than whole pages, generalized it from a local desk-sized machine to a theoretical proprietary worldwide computer network, and advocated the creation of such a network. Though Nelson's Xanadu Corporation was eventually funded by
Autodesk
Autodesk, Inc. is an American multinational software corporation that makes software products and services for the architecture, engineering, construction, manufacturing, media, education, and entertainment industries. Autodesk is headquartered ...
in the 1980s, it never created this proprietary public-access network. Meanwhile, working independently, a team led by
Douglas Engelbart (with
Jeff Rulifson as chief
programmer) was the first to implement the hyperlink concept for scrolling within a single document (1966), and soon after for connecting between paragraphs within separate documents (1968), with
NLS.
Ben Shneiderman working with graduate student Dan Ostroff designed and implemented the highlighted link in th
HyperTIES systemin 1983. HyperTIES was used to produce the world's first electronic journal, the July 1988 Communications of ACM, which was cited as the source for the link concept in
Tim Berners-Lee's Spring 1989 manifesto for the Web. In 1988,
Ben Shneiderman and Greg Kearsley used HyperTIES to publish "Hypertext Hands-On!", the world's first electronic book.
Released in 1987 for the Apple Macintosh, the database program
HyperCard allowed for hyperlinking between various pages within a document, as well as to other documents and separate applications on the same computer.
In 1990,
Windows Help, which was introduced with
Microsoft Windows 3.0, had widespread use of hyperlinks to link different pages in a single
help file together; in addition, it had a visually different kind of hyperlink that caused a popup help message to appear when clicked, usually to give definitions of terms introduced on the help page. The first widely used open protocol that included hyperlinks from any Internet site to any other Internet site was the
Gopher protocol from 1991. It was soon eclipsed by HTML after the 1993 release of the
Mosaic browser (which could handle Gopher links as well as HTML links). HTML's advantage was the ability to mix graphics, text, and hyperlinks, unlike Gopher, which just had menu-structured text and hyperlinks.
Legal issues
While hyperlinking among webpages is an intrinsic feature of the
web, some websites object to being linked by other websites; some have claimed that linking to them is not allowed without permission.
Contentious in particular are
deep links
Deep or The Deep may refer to:
Places United States
* Deep Creek (Appomattox River tributary), Virginia
* Deep Creek (Great Salt Lake), Idaho and Utah
* Deep Creek (Mahantango Creek tributary), Pennsylvania
* Deep Creek (Mojave River tributary), C ...
, which do not point to a site's
home page or other entry point designated by the site owner, but to content elsewhere, allowing the user to bypass the site's own designated flow, and ''inline links'', which incorporate the content in question into the pages of the linking site, making it seem part of the linking site's own content unless an explicit attribution is added.
In certain
jurisdiction
Jurisdiction (from Latin 'law' + 'declaration') is the legal term for the legal authority granted to a legal entity to enact justice. In federations like the United States, areas of jurisdiction apply to local, state, and federal levels.
Ju ...
s, it is or has been held that hyperlinks are not merely
reference
Reference is a relationship between objects in which one object designates, or acts as a means by which to connect to or link to, another object. The first object in this relation is said to ''refer to'' the second object. It is called a '' name'' ...
s or
citations, but are devices for copying web pages. In the Netherlands,
Karin Spaink
Karin Spaink (born December 20, 1957 in Amsterdam) is a journalist, writer and feminist.
Spaink is a free speech advocate and social critic. Some of her subjects are:
* New-age writers who assert all diseases are only a psychological phenomen ...
was initially convicted in this way of copyright infringement by linking, although this ruling was overturned in 2003. The courts that advocate this view see the mere
publication of a hyperlink that connects to illegal material to be an illegal act in itself, regardless of whether referencing illegal material is illegal. In 2004,
Josephine Ho was acquitted of 'hyperlinks that corrupt traditional values' in
Taiwan
Taiwan, officially the Republic of China (ROC), is a country in East Asia, at the junction of the East and South China Seas in the northwestern Pacific Ocean, with the People's Republic of China (PRC) to the northwest, Japan to the northe ...
.
In 2000,
British Telecom
BT Group plc (trade name, trading as BT and formerly British Telecom) is a British Multinational corporation, multinational telecommunications holding company headquartered in London, England. It has operations in around 180 countries and is th ...
sued
Prodigy
Prodigy, Prodigies or The Prodigy may refer to:
* Child prodigy, a child who produces meaningful output to the level of an adult expert performer
** Chess prodigy, a child who can beat experienced adult players at chess
Arts, entertainment, and ...
, claiming that Prodigy infringed its patent () on web hyperlinks. After
litigation, a
court
A court is any person or institution, often as a government institution, with the authority to Adjudication, adjudicate legal disputes between Party (law), parties and carry out the administration of justice in Civil law (common law), civil, C ...
found for Prodigy, ruling that
British Telecom
BT Group plc (trade name, trading as BT and formerly British Telecom) is a British Multinational corporation, multinational telecommunications holding company headquartered in London, England. It has operations in around 180 countries and is th ...
's patent did not cover web hyperlinks.
In
United States
The United States of America (U.S.A. or USA), commonly known as the United States (U.S. or US) or America, is a country primarily located in North America. It consists of 50 U.S. state, states, a Washington, D.C., federal district, five ma ...
''
jurisprudence
Jurisprudence, or legal theory, is the theoretical study of the propriety of law. Scholars of jurisprudence seek to explain the nature of law in its most general form and they also seek to achieve a deeper understanding of legal reasoning ...
'', there is a distinction between the mere act of linking to someone else's website, and linking to content that is illegal (e.g., gambling illegal in the US) or
infringing (e.g., illegal MP3 copies). Several courts have found that merely linking to someone else's website, even if by bypassing commercial advertising, is not copyright or trademark infringement, regardless of how much someone else might object. Linking to illegal or infringing content can be sufficiently problematic to give rise to legal liability. Compare for a summary of the current status of US copyright law as to hyperlinking, see the discussion regarding
the ''Arriba Soft'' and ''Perfect 10'' cases.
Somewhat controversially,
Vuestar Technologies has tried to enforce
patent
A patent is a type of intellectual property that gives its owner the legal right to exclude others from making, using, or selling an invention for a limited period of time in exchange for publishing an sufficiency of disclosure, enabling disclo ...
s applied for by its owner, Ronald Neville Langford,
TelecomTV – TelecomTV One – News
around the world relating to search techniques using hyperlinked images to other websites or web pages.[All your Interwibble is belong to us](_blank)
Silvie Barak, The Inquirer, 21 February 2009
See also
* Backlink
* Dereference (operator)
* Internal link
An internal link is a type of hyperlink on a web page 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 ...
* Link building
* Link rot
* Object hyperlinking Object hyperlinking is a term that refers to extending the Internet to objects and locations in the real world. Object hyperlinking aims to extend the Internet to the physical world by attaching tags with URLs to tangible objects or locations. Thes ...
* PageRank
PageRank (PR) is an algorithm used by Google Search to rank web pages in their search engine results. It is named after both the term "web page" and co-founder Larry Page. PageRank is a way of measuring the importance of website pages. Accordi ...
* URI fragment
* Xenu's Link Sleuth
Xenu, or Xenu's Link Sleuth, is a computer program that checks websites for broken hyperlinks. It is written by Tilman Hausherr and is proprietary software available at no charge. The program is named after Xenu, the Galactic Ruler from Scient ...
* Nofollow
nofollow is a setting on a web page hyperlink that directs search engines not to use the link for page ranking calculations. It is specified in the page as a type of link relation; that is: <a rel="nofollow" ...>. Because search engine ...
References
Further reading
*
{{Authority control
Graphical control elements
Hypertext