Links

From LitWiki

Home

No page on the internet stands alone. The connection of sites on the internet is what makes the web interactive. Links play a vital role in maintaining this interactivity. By connecting to other areas of the internet, readers are given access to an unlimited pool of information. An article by Lee Munroe of Smashing Magazine quoted Web Standardistas saying "“without hypertext links the Web wouldn’t be the Web, it would simply be a collection of separate, unconnected pages.”[1]

Why Link

Credibility

Readers come to the internet for information. Even if the content is purely for entertainment purposes, the author is still expected to present accurate, well-supported information. Blog writing is not exempt from this requirement. More and more people go to blogs everyday to find information. According to researchers Thomas J. Johnson and Barbara K. Kaye, blog readers are "seeking out information to support their views and are likely to consider information they receive from blogs as highly credible."[2] Providing attribution for evidence and quotes that support your position can easily be accomplished by using hyperlinks. According to About.com guide Jennifer Kyrnin, "Don't forget, even eminent scientists provide bibliographies on their papers and journal entries. By linking to sites outside of your own site, you show that you have done the research on the topic and really do know what you're talking about." [3] Hyperlinks can also be used to provide context for a post.[4] These links can give reference to why a post is relevant within the topic, how the author gathers information, and where the authors views originated.

Interactivity

When using hyperlinks, the goal is to reward readers with something extra or another dimension to the story. This is generally referred to as "layering."[5] By doing this, you allow your reader to move around from story to story, link to other sources, and even explore alternative subjects. No other medium provides for this. According to Carroll, "We should link to related content to allow the reader to pursue the subject rather than simply moving to the next story.[6]" By including these links, you give the readers a feeling of control. They are not required to wait until the end of the story. Instead, they can pursue what interest them.

What are Links

Links can be addictive. Because of this, writers should be intentional about what content contains links, and where these links lead. According to Writing for Digital Media by Brian Carroll, "Before linking to another site, ask what the reward for following that link will be for the reader. This consideration will prevent gratuitous linking." [7]

Sources

Sources can include supporting documents, empirical data, corroborating accounts, definitions of words, explanations, maps, etc. When referencing a person, link to that person's page. When talking about a movie, link to the trailer. Keep in mind that common knowledge to the author may be foreign to the reader.

Embedded links

Embedded links are the most common type of link. These link to other web pages outside of your blog. Using external links is useful in giving access to evidence that verifies the information presented in your blog, or provided related reading material. The link is designated by a "hot area" identified by a word or object. According to Webopedia, a hot area is "an area of a graphics object, or a section of text, that activates a function when selected. Hot spots are particularly common in multimedia applications, where selecting a hot spot can make the application display a picture, run a video, or open a new window of information."

Inline links

Inline links do not take the reader off the page. These links display content that is located somewhere else on the web, but they do not require the user to navigate away from the blog. The most common types of inline links are pictures and videos. The author displays these graphics on his or her page, but acknowledges that they originated elsewhere on the internet.

Anchors

Like inline links, anchors do not send readers elsewhere. Instead, these links connect the reader to other sections of the page. Weebly support center says, "Anchor links enable you to link directly from one part of a page to another" One of the most anchor links is a link to the home page. As bloggers, we should keep in mind that not all users access each page through the home page. Providing a link to the homepage gives access to the rest of your content.

How to Link

HTML

Creating hypertext with HTML can be done with a simple code. The HTML link syntax looks like this: <a href="url">Link text</a>

Example: To link to a page about linking, I would use this code <a href="http://www.w3schools.com/html/html_links.asp#gsc.tab=0">Links</a>. It would then appear as: Links. This HTML code will work on websites that support HTML coding.

New tab

Sometimes it's beneficial to have hyperlinks open a new tab or window. The HTML code for opening the link in another tab looks like this: <a href="URL of target site" target="_blank">Anchor text</a> and displays as this: Anchor text.

New window

The HTML code for opening the link in another window looks like this: <a href="URL of target site" target="_blank">Anchor Text</a> or <a href="URL of target site" target="new">Anchor Text</a> and displays as this: Anchor Text

Alternative codes

It's important to remember that various websites will have their own method of adding a hyperlink to a post. For example, this wiki does not use the HTML code shown above. Instead, hyperlinks are shown by placing a url in standard brackets and then simply typing the word you wish to display. It looks like this: [http://www.wikipedia.org Wikipedia] and displays as this: Wikipedia. When working with various websites, take the time to figure out how each site supports hyperlinks.

The Link button

Link button

The graphical user interface is a wonderful thing. Because of this, many blog sites don't require users to write HTML code. These sites offer a method of linking with the click of a button. This button is most often a graphic representation of a chain linked together. To use this button, simply highlight the text you wish to link, click the link graphic and insert a url. If you want to remove a link from a word or set of words, highlight the text and click the broken chain graphic. This will remove the link.

Unambiguous linking

When incorporating hyperlinks into a blog post, make sure that any linked text leads to an obvious destination. Readers should always have a clear idea of where each link will take them. Ben Hunt from Web Design from Scratch said, "To help users browse with confidence, web links should be absolutely clear and explicit." Ambiguous links may lead to a loss of credibility.

Contrast

Many blog sites or themes have a default color for hyperlinks. Blue is no longer the only option, but sometimes customization is impossible within a theme. If customization is possible, be sure to choose a color for hypertext that will stand out. Contrast is important so that users can tell which words are or are not links. According to Gary Swift of DesignMatriX.com, "Choose hyperlink (anchor) colors that contrast against the normal text color, with unvisited links brighter (hotter) than visited links. Within a set of related hypertext documents, use these link colors consistently. For Web sites this generally means the entire site." [8]

Menus

One option for incorporating links is to create a sidebar or menu on the page that leads to supporting information. When using Wordpress adding a menu is relatively simple depending on the theme. To find out if your theme supports menus, go to your blog's dashboard and go to Appearance --> Menus. Wordpress provides a tutorial on how to customize the menu in various ways.

How not to Link

Punctuation marks

When highlighting a word or phrase to link, make sure to exclude all punctuation marks.

Headlines

Ideally, headlines and sub-headers should stand on their own. It is both distracting and unnecessary to link the title to another page.

Long phrases

To put it simply, long, hyperlinked phrases do not get read. Whether the phrase is underlined or displayed in a darker color, it is difficult to read a full sentence that contains a hyperlink. Remember that users don't read, they scan. Stick with 1-2 words or the title of whatever you're referencing. If you're link looks anything like this, there's good change that you're doing it wrong. This link is much too long and leads to nothing.

Labels

Hyperlinks should not show up as labels that simply point to content. "Click here" or "Additional information" is ambiguous and does not provide any useful information for the reader.Click here for more information about this common error!

Broken links

This concept is relatively self-explanatory, but it is nevertheless a common mistake. Be careful to check the destination of each link before publishing a post. Broken links frustrate the readers and can damage the credibility of the writer.

Notes

  1. Lee Munroe
  2. Johnson and Kaye
  3. Jennifer Kyrnin
  4. Brian Carroll 39
  5. Brian Carroll 37
  6. Brian Carroll 38
  7. Brian Carroll 39
  8. Gary Swift

References

  1. Anchor Links. Weebly Web. 10 April 2013
  2. Carroll, Brian. (2010). Writing for Digital Media. New York: Routledge. Retrieved 3 April 2013.
  3. Help: Cheatsheet. Wikipedia. 30 March 2013. Web. 3 April 2013
  4. HTML Links. w3Schools Web. 2 April 2013
  5. Hunt, Ben. Clear Web Hyperlinks Web Design from Scratch. Web. 10 April 2013
  6. Johnson, Thomas J. and Kaye, Barbara K. "Cruising is Believing?" Comparing Internet and Traditional Sources on Media Credibility Measures," Journalism & Mass Communication Quarterly, 75,(1998): 325-40
  7. Kyrnin, Jennifer. Why and How to Use External Links. About.com Web. 1 April 2013
  8. Munroe, Lee. The Definitive Guide To Styling Web Links. Smashing Magazine 13 February, 2013. Web. 1 April 2013
  9. Support: Custom Menus. Wordpress Web. 2 April 2013
  10. Swift, Gary. Consistent Link Colors. DesignMatriX 22 September, 2012. Web. 2 April 2013
  11. Thatcher, James. Click Here and Other Link Text. Jim Thatcher. 2 May 2011. Web. 3 April 2013.

See Also