Toby A Inkster <> wrote in
news

:
> Andreas Prilop wrote:
>
>> Paul Furman <> wrote:
>>
>>> <a href="thispage.htm" alt="this page">click here</a>
>>
>> "Click here" is bullshit anyway.
>> <http://www.w3.org/QA/Tips/noClickHere>
>>
>> So write <a href="thispage.html">this page</a>
>
> I think "this page" is almost as bad as "click here".
And for the same reason: it says nothing about what makes that link
different from any other link on the page. Visual users skim for links
almost unconsciously; text-to-speech users can hear a list of links read or
tab between; users of modern browsers can get a sidebar or a popup showing
all the links coming off a page. If all the link texts say more or less
the same thing, the user is forced to read, rather than scan, the content
in order to find out where he wants to go next, slowing him down and
increasing the "cognitive load."
Link texts need to really stand out, which means not only that they should
be unique within a page, but they should be short and simple without any
"padding." For example, words like "available" should not appear in link
text because including them doesn't add any meaning; if a resource wasn't
available, you wouldn't be linking to it, now would you? Similarly,
"download" shouldn't appear in link text unless it's the only download link
on the page. "Here" should be completely avoided; the user already knows
that the resource is where it is rather than someplace else.