Want to find new places to legitimately load your keywords? Want to find new space for your marketing or user help? Then, read on.
Bump up your keyword payload by adding hyperlink descriptions to generate text, in the same way as an alt tag for an image, by adding title=“your message goes here” to the end of the link’s anchor tag.
A typical example would be:
<A HREF="/broadband" title="broadband for business">Get broadband</a>
These hyperlink tags will not work with older browsers, so you will only see the fruits of your labour if you are viewing with an up to date version.
Invading the status bar with your collateral, meanwhile, involves the use of a script, so don’t go too mad or page download times could be affected. Combine the hyperlink title tag with this script, like the example below, and you get a double whammy.
<a href="http://www.hie.co.uk/broadband" target=_blank onmouseover="window.status='Speak up for broadband - register now';return true;" onmouseout="window.status='';return true;" title="Broadband for business">b4b</a>