Reputation: 3076
I saw this in so many websites even in Stackoverflow and i never understood why is the title a link. is this has to do something whit search engines or is it some design feature?
Upvotes: 1
Views: 210
Reputation: 9587
Generally, there are many page-internal links on a page. When you click them, you get various anchors and perhaps other query parameters which somehow influence the page.
When you provide a link via a title, you are providing a way to always have a clean, canonical link to the page (credit to @Pekka for the wording ;-))
Upvotes: 2