Mobile app version of vmapp.org
Login or Join
Mendez628

: Is the title attribute (not tag) important to SEO? The title attribute is an HTML standard element available across most tags. e.g. <li><a title="Widgets listed by household function"

@Mendez628

Posted in: #Html #Links #Seo

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 description of what is on the other side.

I've been wondering if doing so is having a negative effect on my rankings (hidden text?) or if it has any effect at all on onsite or offsite keyword relevance calculations.

Does anyone know of any research done on this?

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Mendez628

3 Comments

Sorted by latest first Latest Oldest Best

 

@Miguel251

this is quite possibly bogus information. The article ( www.seomoz.org/ugc/link-tilte-attribute-and-its-seo-benefit ) says "I have yet to test my findings and would like to know if this technique will improve rankings or just improve my user's experience."

There's nothing to test. Google does not consider the title attribute.

This article says...

"Link Title Attributes: Think that you can simply add descriptive text to your "click here" link's title attribute? (For example: Click Here.) Think again. Back in the 1990s I too thought these were the bee's knees. Turns out they are completely ignored by all major search engines. If you use them to make your site more accessible, then that's great, but just know that they have nothing to do with Google."

I agree with this assessment and have seen others like it.

Matt Cutts made a similar comment about Google not paying attention to the title attribute, but it was in the context of images, which has alt tags (and anchors do not), so it's a little different scenario, kind of.

There is an argument regarding anchor titles indicating relevancy for the page it is pointing to. However, the blanket statement of "Google doesn't consider anchor titles" renders that argument moot. I can't find any definitive information that says otherwise.

10% popularity Vote Up Vote Down


 

@Vandalay111

According to SEOmoz's article Link Title Attribute and its SEO Benefit:

The title attribute can be used to describe almost any HTML element. A beneficial way to use the title attribute for SEO purposes would be to use it in the link element to provide descriptive text within an anchor tag (which gives you more real estate for your targeted keyword phrases). I would suggest not to duplicate your anchor text (for usability purposes). It's supposed to provide supplementary information and let the users know where the link will direct them to if they click on it. When creating your link titles, optimize for keyword phrases you’re targeting on the linked to page (just as you would with anchor text). Search engines only use them in consideration to the page being linked to, not the page the link is on.

So yes, they will be used in consideration for the content of the page you're linking to. If you're trying to optimize for keywords on your current page, do not use those keywords in your title attributes. It should be the keywords that you're optimizing for on the page the link leads to.

The title attribute isn't specifically for creating tooltips, however most browsers generate tooltips for elements that have a title set. You can use titles on many different elements, so keep the tooltips in mind when using them. It can get very annoying when used on things like <table>, <th>, <tr>, and <td> all at once.

When used for images, the title attribute is less important to SEO than the alt attribute, but more important than the longdesc attribute.

10% popularity Vote Up Vote Down


 

@Murray432

it's a positive effect, that title will be associated with that link as a kind of set of keywords.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme