Forum Moderators: martinibuster
Normally all you would see here is the site name and any description would come after the </a> tag. ( which I guess is what they call surrounding text ) Would you suggest that the whole description becomes the link text and ends up underlined?
I noticed a very strange thing which doesn't comply with anything said here before (in regards to anchor text).
For 2 months I've been doing anchor text for links to my website pretty much in "a literate way" just as recommended at Webmasterworld.com. It was something like:
<a href="www.XYZ.com" name="blue widgets" onmouseover="window.status='Blue widgets and red widgets repair'; return true;" onmouseout="window.status='Red widgets and blue widget repair'; return true;"> Blue Widgets and Red Widget Repair - XYZ, Inc </a>.
It was not always with onmouseover window.status, some wording varied - so I did a lot of experimenting.
BUT: none of those bloody "literate" links got actually indexed by Google! (that's over 2 months' time!)
All my competitors increased their link popularity (accordingly PR, serps positions) thru some "stupid" links like <a href="ZYX.com">ZYX.com</a>
or <a href="ZYX.com">ZYX Inc</a>.
That seriusly busted me up.
Perhaps, the reason was keyword stuffing suspicion?
Could this have been construed spam and therefore penalized? Dunno what to think.
Some advice from big hairy webmasters would be most welcome
[edited by: heini at 10:44 am (utc) on Sep. 27, 2003]
[edit reason] no tools, please, thanks. [/edit]
However, to get the best from both worlds (Usability & SE's) i use plain href absolute links without mouseovers, without name attribute but plus the title attribute - which shows a nice baloon description of the link on mouseover anyway.
<a href="http*//www.example.com/widgets.htm" title="Widgets from Example.com">
Widgets from Example.com</a>
You seem to be my guardian angel at this forum today! :)
Thanks again!
Normally all you would see here is the site name and any description would come after the </a> tag. ( which I guess is what they call surrounding text ) Would you suggest that the whole description becomes the link text and ends up underlined? - Perplexed
Yes, just your site title... or one, two or three KWs, which ever is best for the individual page.
As I previously mentioned, I've had excellent luck with sites using exactly what I have suggested either in the email link request, or from my link-back info page where I offer cut 'n paste link text (a short and a long version) as well as logo graphics.
without name attribute but plus the title attribute
I've yet to see unique title attribute text in the index of any search engine, but title attributes are nice for the user. Similarly, I doubt very much that mouseover text for a status bar change is going to be indexed -- after all, it's javascript.
I would be very interested in proof that either of these factors have any effect on search engines. I've tested both and never see evidence.
... to get the best from both worlds (Usability & SE's) ...
Regarding javascript, allthough it's safe to use mouseovers [webmasterworld.com] i wouldn't use it. It's bloating the code and i feel it's annoying if the status bar doesn't show me the real url onmouseover.