I don't want to shock anyone but Google is now indexing non linking alt text
in images. MSN and Yahoo are not. I have checked my site with some of my old
pages and I had some non linking images that the alt text was indexed. :-)
Stacey
That's bad news, because I'm sure that developers will abuse it. I can
imagine someone with a slice and dice table based layout with spacer gifs
using the alt attribute on all of them. Imagine what a screen reader is
going to say!
<table>
<tr>
<td><img src="clear.gif" width="1" height="1" alt="My keyword"></td>
<td><img src="rightcorner.gif" width="10" height="10" alt="My other
keyword"></td>
...
Not to mention that IE shows the alt attribute as a tool tip, so anyone
mousing over such a slice and dice nightmare would have tool tips popping
up all over the place.
The alt attribute is there as an _alternative_ for an image. It should be
left null (alt="") for images that are for decoration only. If Google is
picking up alt="Picture of ACME Purple Widget with Orange Widget" then
that's okay, but if it's picking up alt="My logo", it's not.
Now, if Google would pick up the title attribute, that would be very nice.
--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
> Gazing into my crystal ball I observed "Stacey"
> <sta...@staceyssimplestuff.com> writing in
> news:Kdone.24896$Fv.11379@lakeread01:
>
> > I don't want to shock anyone but Google is now indexing non linking
> That's bad news, because I'm sure that developers will abuse it. I
> can imagine someone with a slice and dice table based layout with
> spacer gifs using the alt attribute on all of them. Imagine what a
> screen reader is going to say!
Search engines should implement understanding the standards, IMO, and
not care about ways it could be abused until after that. Alt-text on
non-linking images can be used for right and wrong reasons; so can CSS
colors, title tags, etc. It's true that alt-text poses a specific risk:
it can't be seen by the end user on normal browsers...
> <table>
> <tr>
> <td><img src="clear.gif" width="1" height="1" alt="My keyword"></td>
> <td><img src="rightcorner.gif" width="10" height="10" alt="My other
> keyword"></td>
> ...
>
> Not to mention that IE shows the alt attribute as a tool tip, so
> anyone mousing over such a slice and dice nightmare would have tool
> tips popping up all over the place.
>
That can be avoided if you include alt="something" title="".
(Rendering alt-texts as tool-tips is a misbehavior of IExplorer, by the
way.)
> The alt attribute is there as an alternative for an image. It should
> be left null (alt="") for images that are for decoration only. If
> Google is picking up alt="Picture of ACME Purple Widget with Orange
> Widget" then that's okay, but if it's picking up alt="My logo", it's
> not.
Actually "Picture of ACME Purple Widget with Orange Widget" is a bad
alt-text, but you're right.
>
> Now, if Google would pick up the title attribute, that would be very
> nice.
Agreed...
--
Google Blogoscoped
http://blog.outer-court.com