Is the title attribute (not tag) important to SEO?
- by JasonBirch
The title attribute is an HTML standard element available across most tags. e.g.
<li><a title="Widgets listed by household function" href="/widgets/by-function.html">by Function</a></li>
I've used this attribute on some sites for usability; many browsers pop up a "tooltip" over the link with the more detailed…