Home Newsletter Resources

Go Back   Small Business Forum > Online Business Discussion > Internet Marketing
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-02-2005, 01:01 AM
T.J.
 
Posts: n/a
alt attribute of non linking images?

Anyone running any tests on alt attributes of non linking
images?


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 06-02-2005, 01:01 AM
Stacey
 
Posts: n/a
Re: alt attribute of non linking images?

"T.J." <no1@here.invalid> wrote in message
news:d7kqbu$bl8$1@nwrdmz01.dmz.ncs.ea.ibs-infra.bt.com...
> Anyone running any tests on alt attributes of non linking
> images?
>
>


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


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 06-02-2005, 01:01 AM
T.J.
 
Posts: n/a
Re: alt attribute of non linking images?


"Stacey" <stacey@staceyssimplestuff.com> wrote in message
news:Kdone.24896$Fv.11379@lakeread01...
> "T.J." <no1@here.invalid> wrote in message
> news:d7kqbu$bl8$1@nwrdmz01.dmz.ncs.ea.ibs-infra.bt.com...
>> Anyone running any tests on alt attributes of non linking
>> images?
>>
>>

>
> 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
>

I believe it has been the case for a month or more and threw up
a new test page a couple of days ago.
Google appears to be picking up all alt attributes, and it does have
an effect in the SERPs.
If anyone has been running any tests over the past few weeks, I would
be interested in hearing their conclusions.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 06-02-2005, 01:01 AM
Big Bill
 
Posts: n/a
Re: alt attribute of non linking images?

On Wed, 1 Jun 2005 15:43:40 -0400, "Stacey"
<stacey@staceyssimplestuff.com> wrote:

>"T.J." <no1@here.invalid> wrote in message
>news:d7kqbu$bl8$1@nwrdmz01.dmz.ncs.ea.ibs-infra.bt.com...
>> Anyone running any tests on alt attributes of non linking
>> images?
>>
>>

>
>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


Oo-er!

BB

--
www.kruse.co.uk/ seo@kruse.demon.co.uk
seo that watches the river flow...
--
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 06-02-2005, 01:01 AM
Adrienne
 
Posts: n/a
Re: alt attribute of non linking images?

Gazing into my crystal ball I observed "Stacey"
<stacey@staceyssimplestuff.com> writing in
news:Kdone.24896$Fv.11379@lakeread01:

> "T.J." <no1@here.invalid> wrote in message
> news:d7kqbu$bl8$1@nwrdmz01.dmz.ncs.ea.ibs-infra.bt.com...
>> Anyone running any tests on alt attributes of non linking images?
>>
>>

>
> 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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 06-03-2005, 01:00 AM
Philipp Lenssen
 
Posts: n/a
Re: alt attribute of non linking images?

Adrienne wrote:

> Gazing into my crystal ball I observed "Stacey"
> <stacey@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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 03:36 AM.


Powered by vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0 RC5
smallbusinessforum.com

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30