Is the title attribute (not tag) important to SEO?

14,575

Solution 1

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.

Solution 2

this is quite possibly bogus information. The article ( http://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.

Share:
14,575

Related videos on Youtube

JasonBirch
Author by

JasonBirch

Updated on September 17, 2022

Comments

  • JasonBirch
    JasonBirch over 1 year

    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?

  • JasonBirch
    JasonBirch almost 14 years
    That's kinda how I felt intuitively, but do you know of any external validation of this?
  • artlung
    artlung almost 14 years
    I just wanted to amplify your answer with regards to alt vs. title for images. Nice google blog post on this issue: googlewebmastercentral.blogspot.com/2007/12/…
  • DisgruntledGoat
    DisgruntledGoat almost 14 years
    Titles are often used for Javascript lightboxes, too.
  • Guillaume
    Guillaume almost 14 years
    I could've sworn i've read something along these lines in Sitepoint's mammoth "Search Engine Marketing Kit" but its been 6+ months since i read it.
  • Kristian Damian
    Kristian Damian almost 14 years
    +1 very interesting point when you say: " 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."
  • lulalala
    lulalala over 12 years
    +1 for 'not to duplicate your anchor text' as this can create usability issues at vertical menus (tooltip will block next menu item)
  • Admin
    Admin over 11 years
    Nice answer Bryson, but I would still like to know one more thing. In terms of ranking, does using these attributes impact on how search engines rank you? I mean, in extreme you could use the title attribute in every DIV, TR, TD, etc on your website. Would that be considered cheating and impact negatively on your ranking? Thanks and keep up the good work.