Forum Moderators: open
<body title="Widget World">
<div title="Description of Blue Widgets">
<h1 title="Complete Catalog of Widgets">Widget World</h1>
The W3 encourages its use for accesibility purposes (for the blind, etc.).
Does anyone use the title tag to add keyword rich text to their websites?
How does Google see this text? Is it considered spamming since the typical user will not see it (accept, of course, for those who are disabled)?
The Other TITLE tag
You are probably talking about the title attribute. See section 3.2 SGML constructs used in HTML [w3.org] for an explanation on the terms element, tag and attribute.
since the typical user will not see it
As suggested by the W3 in section 7.4.3 The title attribute [w3.org] newer browsers will display the text as a tool tip. So it will not be visible only to people using non visual browsers.
Meaningful use of the title attribute will not be considered spam. It is well used when it furthers the userīs surfing experience.