Forum Moderators: open
ok lets say I have 70 links for the sake of ease and example
Blue Diamonds in the Link text ok I would need to put in the code
<a herf= "http // www mysite/products/111.htm" Title="Blue Diamonds">Blue Diamonds</a>
This would have the Box diplay a readable text for the software used to read the links.
This would create allot of extra hidden text in the code I know it is for a good reason but is there a possibility this would cause it to look like spam by the bot or filter.
or do you think this is actually a good way to add keywords in the text of a page for extra page optimization
<a href="/widgets/index.html" title="Index Listing of all Available Widgets">
<img src="/pile-o-widgets.gif" alt="Assorted Widgets Stacked In a Pile" />
</a>
In short:
Do not add link titles to all links: if it is obvious from the link anchor and its surrounding context where the link will lead, then a link title will reduce usability by being one more thing users have to look at. A link title may be superfluous if it simply repeats the same text as is already shown in the anchor.
Adding a link title using the same anchor text is pointless: don't do this. There is no accessibility or usability benefit to seeing/hearing the same text twice.
Using a duplicate of the anchor text as the title will hinder usability and accessibility, not help.
We've been trying to find a workaround for that as we've got some abbreviations that we need read out to JAWS users because it sounds incoherent as JAWS is reading it at the moment, but we can't just write the words out because it won't fit into the data table and would cause problems for some resolutions/monitor sizes. We're currently exploring synonyms.....
Digging deeper, I found another good read: The Title attribute - what is it good for? [sf.id.au] - a presentation by Steve Faulkner, Web Accessibility Consultant at Vision Australia.
For abbreviations, Faulkner recommends:
Include a title attribute, but also provide a plain text expansion the first time the acronym or abbreviation is used on the page.
Initially I was going to use the title tag on my text links in the navigation so that the links would be easily available to the visually impaired. But after reading this thread I have not done so because my anchor text was actually going to be the same as this title tag text. So i had a different thought that would hopefully make the title tag to this link more unique. "What If" i were to use the title from the next page that I am sending the person to as the title tag on this text link? It would be different from the anchor text, actually more descriptive and helpful at the same time.
Any thoughts on that?