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.

In a site we have different kind of links, some are pure user related, some are pure navigational. Some are linked headings (which are black).

Are we going too far away from best practices? Is there a set of examples/instructions which we can follow.

share|improve this question
3  
i don't really understand, why do you need user to be able to distinguish these different link types? – exp Dec 22 '11 at 8:35
2  
I feel like this question isn't formulated to full satisfaction. What is the problem you're having? Is there a look and feel problem with too much diversity in user interactive components? Is the problem that links than link the user outside the site looks the same as links navigating the site? You really have to explain further because this question is impossible to answer correctly in its current form. – AndroidHustle Dec 22 '11 at 10:10
1  
A screenshot might help in clarifying, maybe with some explanation thrown in. – Kris Dec 22 '11 at 10:52
1  
A link is a link is a link. Far away are the times when a link should be underlined and blue, and purple if visited. Nowadays a link is just a mean for the user's navigation and not an end by itself. Stress should be put on designing the UI as for what it does, and not if it is a link or some other element. – Naoise Golden Dec 22 '11 at 11:21

closed as not a real question by Rahul Jan 23 '12 at 1:13

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

3 Answers

As per my understanding your two types of link might be required if they belong to following two categories

  1. Navigational Link which are like direction to go to relevant page for any info on the anchor text.
  2. Header links which have relevant information on the current page and if more info, a dedicated page exists link it to that.

While in first case the user is expected to go straight away to the click link (so they should look like conventional link) in the later case the links might not be too obvious to avoid navigational clutter and let the user sink in to the info at current page and move ahead only if it interests him.

But again it all depends on what are these links for.

share|improve this answer

There aren't firm rules or best practices. A principle I follow is that if the result of clicking them is similar, then their appearance should reflect this (obviously, with the different elements like titles or paragraph text, they can't always look exactly the same).

Also it's wise to understand what users may have already learned: if they behave like links do on the rest of the web, then they should not only look similar to other links on your site, but also other links on the web.

share|improve this answer

There are no guidelines for designing links except that text links should be made visually distinct from regular non-clickable text, and that the standard way to do this is by underlining them. For usability, the user shouldn't have to hover over it in order to see that it's a link.

Aside from that, you would just apply the same common sense approach one applies to all other UI elements.

Non-linked headings are text content just like non-linked body text. So how do you distinguish them? Well, you can make the heading bigger, or heavier, or a different color or typeface. Or you could organize the heading differently using alignment, margins, horizontal rules, etc.

It's no different with linked text. But if your headings are already differently sized/positioned/etc. then there's no need to distinguish linked headings from other links.

Apply the same IA principles to links as you would everything else. Navigation links are very important, so they should be visually distinct and both aesthetically and spatially separated from the other items in the UI.

Other types of links with special purposes, like tags or download links, should also be easily distinguishable from regular links. But this could be done with a simple icon or even just by grouping the links together under an appropriate heading.

share|improve this answer

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