Forum Moderators: open

Message Too Old, No Replies

alt tag in links, does it get indexed?

anyone with experience on this

         

rfung

6:28 pm on Apr 29, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



just curious if stuff like <a href="mysite/mypage.htm" alt="keyword1 keyword">keyword1</a> would help.

Stefan

12:20 am on Apr 30, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Alt or title?

The text in the title attribute might help marginally, but it's probably no great benefit. The best bet is to make it good for someone who hovers on it, and if that helps with the SE's, cool.

In img tags, alt text would be the same approach, (imho, etc)

[edited by: Stefan at 12:27 am (utc) on April 30, 2004]

Krapulator

12:25 am on Apr 30, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I would very much doubt it - alt is not even a valid attribute for the <a> tag

Stefan

12:41 am on Apr 30, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hey krapulator... you were typing that in just as my brain caught up with the fact that it said link, not img, and had started editing my first post.

Yep, not much chance of an alt helping with an <a href=""></a>.

pageoneresults

12:56 am on Apr 30, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



alt tag in links, does it get indexed?

Based on recent discussions concerning this attribute, it doesn't appear to factor into the page relevance.

The official name of the attribute you are referring to is the title attribute. The official name of the alt tag is the alt attribute.

Example of the title attribute...

<a [b]title="Do Not Use Click Here Text"[/b] href="file.asp">click here</a>.

For instance, visual browsers frequently display the title attribute as a "tool tip" (a short message that appears when the pointing device pauses over an object).

References

The title attribute plays an important role in web site usability and accessibility. Certain elements must have a title attribute to pass specific levels of WCAG (Web Content Accessbility Guidelines) conformance.