I am developing a website and for the main navigation, I was thinking it would be a good idea to include the title attribute.
<a href="/results/" title="Results">Results</a>
Is this a good thing to do? Also, is it good for SEO and accessibility?
|
I am developing a website and for the main navigation, I was thinking it would be a good idea to include the title attribute.
Is this a good thing to do? Also, is it good for SEO and accessibility? |
||||
|
|
|
It is a great thing to do. For accessibility, for SEO, for standards, for good netiquette. |
|||||||||
|
|
From this article:
There was some concern about the support of this feature in the early days (1998!), but it is now a great way to reinforce the so-called information scent |
|||
|
|
|
Check out H33: Supplementing link text with the title attribute. It's good to do for the sake of a more semantically meaningful document and potentially adds SEO value, but different browsers have different levels of support for it.
|
|||
|
|
Yes, very important for users of your site using assistive technologies like screenreaders. |
|||
|
|
|
It also helps if you want to be a bit more verbose and you don't have much space for the real link text. |
|||
|
|
|
Also, to add to the other answers, if you do any automated testing it's nice to have as many attributes as possible to be able to identify the various widgets. |
|||
|