vote up 5 vote down star

I know that using "here" for a link's text is considered bad, but if I want to persuade business- or architect-type people, what are the best arguments to use? I know it can have some effect on Search Engine Optimization (SEO), but can anyone explain this and any other reasons in more detail?

An example:

The StackOverflow site can be found here.

flag

8 Answers

vote up 15 vote down check

Because the text gives the link no context. Semantically, you're saying that the url goes "here" which means nothing. Screen readers, search engines, or anything else that parses the page cannot tell where (semantically) the page goes, so it knows nothing about the destination aside from its url.

link|flag
2  
You are correct, but you leave out that people generally click more often when you use the word 'Here.' See for example: dustincurtis.com/you_should_follow_me_on_twitter.… – Eli Jul 17 at 13:53
@Eli But with scanning users, and a study less specific than the one you cite, at what rate are those users finding the information they intended? – anonymous coward Jul 17 at 14:05
1  
@Eli: Interesting link, but a) It's still up for debate as to whether it was the wording or the length that made a difference and b) There's no doubt that the wording of a sentence containing a link can affect the CTR, but the article does not compare "To visit _stack overflow click here_" vs "To visit stack overflow _click here_" (ie same wording, but linking a different part of the text with better semantics. – Draemon Jul 17 at 14:52
vote up 4 vote down

One reason is that using "here" links are bad from an accessibility point of view - often screen readers (like JAWS, etc.) have functionality that will pick out all links in a page - if they are not meaningfully named, the user is in a useless situation.

link|flag
vote up 0 vote down

Well, you've just explained it yourself.

It may also have usability issues. Naturally, you would want to click on the object's name. If it's a text, you will have to spend time scanning the whole sentence watching out for underlined or differently colored words. In the latter case it's real bad and against the common usability guidelines to have links stand out from the rest of the text. With the example like yours, it will result in reduced readability of pages especially with some amount of links and consequently in lower productivity of the users.

link|flag
vote up 4 vote down

See a side effect, the google results for 'click here'.

link|flag
vote up 1 vote down

'Click here', or simply 'here', often results in a smaller clickable area than a full description of link. This is annoying when if it is difficult for you to point on the link, like when surfing with an iPhone.

(I personally hate those web pages where the link to the second page of an article is just a minuscule '2' at the bottom, and there is no big 'next page' button.)

link|flag
vote up 3 vote down

Since links are highligted (often underlined and a different color) using links that explains what they link to makes it a lot easier to scan a web page.

Jacob Nielsen has written a lot of articles about how people read web pages: Alertbox: Current Issues in Web Usability. The executive summary is that people do not read web pages like they read books. They scan for information and then read if they find what they are looking for.

link|flag
vote up 2 vote down

Read this article from Dustin Curtis before you decide what text to use in your links.

link|flag
vote up 2 vote down

Here is the answer.

I bet you thought twice before hitting that link

It's pretty clear from here which one is better

Visit the Stackoverflow site

or

Click here to visit the Stackoverflow site

The confusion (if you want to call it that) arises when you are actually trying to get the user the click on something, eg. click here for more information, but even in those cases it is better to not use the click here format.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.