Tell me more ×
User Experience Stack Exchange is a question and answer site for user experience researchers and experts. It's 100% free, no registration required.

Excerpts of posts displayed on a blog index page usually end with a link saying "Read more", "Continue reading", or similar.

Now, it's very well understood why "click here" is not a good link text, but don't most of the arguments hold for a "read more"-link?

  • it doesn't provide any information when read out of context (read more about what?)
  • it is a verb phrase

I'm thinking something like "More about [post topic]" could be better, albeit more verbose.

share|improve this question
1  
Yes, the same argument applies and your suggestion is good. – DA01 Sep 29 '11 at 22:04

1 Answer

up vote 15 down vote accepted

It's a verb phrase because it's a call to action; in your blog example it's also navigation, but it's not the same as labling a link "click here to go to X". Users already know how links work and they want to know where the link goes or in this occasion what a link does.

Calls to action are usually buttons because of the visual differentiation and emphasis that buttons can give, as Smashing Magazine describes. However a link on a website can serve the purpose of simple navigation (in which case the action is obvious) or actions (in which case text or other context should tell you what the link is doing).

Take a look at our FAQ, the "show more" links are more clearly calls to action and the act more like actions than navigation, but functionally they're similar to a blog's "read more" links, a blog could even use javascript to immediately show the whole blog post when clicking "read more" making it more clearly a call to action rather than navigation.

More about link text and calls to action.

share|improve this answer
3  
Wow, this is a great answer. – Patrick McElhaney Sep 30 '11 at 0:14
The problem with good answers is that there's little room for another answer :P – JohnGB Sep 30 '11 at 10:02

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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