vote up 15 vote down star
2

Why on sites like Stack Overflow, Techcrunch, Smashingmagazine, etc. are the page titles (i.e. the text at the top of the page) clickable URLs that redirect to the same page that the user is on?

Some examples:

I believe that this does not effect SEO as search engines ignore internal links.

Is it for usability purposes?

flag

71% accept rate
1  
oops.. I even didn't notice it before :( – Chathuranga Chandrasekara May 24 at 18:38
Visually you can't tell they are, unless you notice when you mouse over it. Plus on most sites they are not. That's why I am trying to determine the pros and cons of it – Techboy May 24 at 18:56
10  
This does definetely not belong on uservoice. An it is a reasonable question about web usability. – divo May 24 at 19:15
1  
@Techboy: I edited the question after seeing it was closed. Your original sounded like a SO-specific question, which I believe led to some confusion - it's fine to use SO as an example of a more wide-spread behavior, but questions specifically for the SO developers should be sent to team@stackoverflow.com not posted here. – Shog9 May 24 at 20:22
1  
@Techboy: You reverted all edits. Is your question about why there a links on the page title or why there are links to the current page? – divo May 24 at 20:29
show 3 more comments

10 Answers

vote up 14 vote down check

More than anything, it provides a default link to the root of the post.

For this stack overflow page for example, it is entirely possible that a page links to any of the following non-default links:

To get to the default page without the title link, the only option would be to hack the URL. Consequently, clicking on the title of the post will take you to the default state. This is especially useful if you end up on the non-default state following a link.

The default link in this case is actually:

link|flag
vote up 2 vote down

It's called a Permalink... The name implies what it is, a permanent link.

It's the same reason that each answer on SO has a link you can copy.

link|flag
vote up 0 vote down

Makes sense to me, I find it useful! I have a lot of tabs open so I just right click the link and go back.

To me this makes perfect sense, from a SEO view this is also good! It forces it to read the page because it's linked.

link|flag
I don't think self-linking has any effect on SEO, and certainly no positive effect. – Rex M May 24 at 20:15
Agreed - no effect to SEO because search engines ignore any internal links – Techboy May 24 at 20:22
Oh really? I must be getting confused. Must be how CMS's use breadcrumbs. – James Brooks May 24 at 20:25
vote up 0 vote down

As long as it does not harm anyone why would people be against it?

I prefer to have those links available as hitting refresh would reload all elements of the page instead of just following the direct link (to the same page) that uses cached elements.

link|flag
vote up 0 vote down

I think it inherits the behavior from CMS where each question is a node, which has 0<= answered question. Now think you go for a search on apache questions. The result are displayed one after another. In terms of CMS this is called a teaser. You get a full page with lots of questions where the question's title link to the full article(question + answers)

Its not a must, but you'll find it on most sites which uses a CMS.

link|flag
Some sites that have this feature (including Stack Overflow) are bespoke and not CMS's – Techboy May 24 at 20:38
vote up 2 vote down

Not sure if this is why they did it, but I find it useful to siphon off tabs:

If I look at something briefly and think "I'd like to read this thoroughly in a minute but continue with what I was doing before", I can do this:

I can right click the link, click "open in a new tab" and then click "back" and continue nicely.

link|flag
Or simply middle-click on the title and back, if your pointing device has that ability. Even faster :) – Splash May 24 at 22:24
Good point! My fancy mouse seems to do everything but middle click so I forget it exists for other people! – joshcomley May 24 at 23:14
vote up 7 vote down

Yes Jakob Nielsen has stated that linking to yourself is a web design mistake (nr 10). And I agree.

More reading info here. (nr 10)

link|flag
1  
I agree with his comments - it can be confusing for the user – Techboy May 24 at 18:51
so linking to "yourself" with named anchors/bookmarks is also considered a design mistake? – Peter Lillevold May 28 at 0:08
vote up 6 vote down

The URL redirects to the beginning of the page, in case you arrived on the page via a specific answer (all answers are also clickable URLs). This way, you get the URL of the question, not of an answer.

link|flag
vote up 9 vote down

I use it to refresh the page (yes, I could press F5 too).

link|flag
3  
same here, F5 triggers post data to be sent a second time on some sites, so out of habit I tend to not use it on pages with forms – Thomas Stock May 24 at 18:34
3  
This is why you (the site developper) are supposed to redirect a POST request after handling it, so that a subsequent reload will properly do a GET instead. Unfortunately, as you wrote, many sites don't get it right. – Samuel Tardieu May 24 at 18:43
@Thomas Same here for the same reason. – Copas May 24 at 18:57
vote up 23 vote down

It allows you to right-click on it and choose Copy link location (or equivalent) so that you can easily paste it in an email for example. This requires less time than copying it from the location bar, and some people run their browser without a visible location bar to save previous screen space.

link|flag
4  
Better yet, you can select and copy the title itself, link intact, into many email programs... – Shog9 May 24 at 19:07
1  
You also have the canonical URL to the question even if the current document’s URL references a particular answer. See for example the URL of this answer: stackoverflow.com/questions/904381/… – Gumbo May 24 at 20:24
If you want to give people a function to copy link location, why don't you make it verbose like youtube? – AdamC May 25 at 15:48
1  
Because it will clutter the page, while the link takes no space. – Samuel Tardieu May 26 at 17:25

Your Answer

Get an OpenID
or

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