SES New York 2010, March 22-26
  #1  
Old 10-06-2005
wshall wshall is offline
Member
 
Join Date: Oct 2005
Posts: 5
wshall is on a distinguished road
ALT Tags & SEO

Forum members,

Could I get your opinions about using Alt tags for SEO keywords? I'm seeing some disagreement over their value.

Jill Whalen (whose SEO primer is great) wrote the following in her article, Ten Tips to the Top of Google http://searchenginewatch.com/searchd...le.php/2198931 :
Quote:
Originally Posted by Jill Whalen
7. Use extra "goodies" to boost rankings. Things like headlines, image alt tags, header tags <H1><H2>, etc.), links from other pages, keywords in file names, and keywords in hyperlinks can cumulatively boost search engine rankings. Use any or all of these where they make sense for your site. [Bold highlighting added]
I’m seeing some alternative views, however, when I read the URL Spaces & Alt Tag Naming Conventions thread http://forums.searchenginewatch.com/...ead.php?t=1734 . This thread is promoted in the common questions “sticky” thread. In it, Incubator says,
Quote:
Originally Posted by Incubator
As for the alt tags they really wont matter, most crawlers ignore them and it really only aids if the pics dont load, so on the note, make any descriptions there as specific to the pic in general.
Does anyone have any test results to show which opinion is correct?

Thanks,

Scott

Last edited by wshall : 10-06-2005 at 09:53 PM.
Reply With Quote
  #2  
Old 10-06-2005
mcanerin's Avatar
mcanerin mcanerin is offline
 
Join Date: Jun 2004
Location: Calgary, Alberta, Canada
Posts: 1,570
mcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond repute
I've tested it and as of very recently, ALT tags are considered by all 4 major engines. Not too long ago, Google would only consider them if the alt tag was in a link and therefore considered anchor text.

Having said that, it only seems to make a difference if the keyword is very uncompetitive - in short, it might put you in the pile of results, but it's at the bottom.

The best practice would appear to be to use them, and to put appropriate keywords in them as long as they actually describe the picture (ie putting a bunch of keywords in an invisible gif or a 1x1 pixel graphic or whatever is still spam) but they appear to help a bit if used appropriately.

They won't help your site much in a very competitive area, but they will help people find you if you are a photographer and have a primarily image based site, for example.

Use them, but use them wisely. Remember that people with disabilities visiting your site should not be subjected to an hour of the same keywords being repeated to them over and over again via a screen reader. That's bad.

But if you site looks good in a text only browser while showing them, then you've done a good thing - for users and search engines.

As for Jill and Incubator, they were both correct when they said what they said, but the search engines don't stand still...

Ian
__________________
International SEO
Reply With Quote
  #3  
Old 10-06-2005
wshall wshall is offline
Member
 
Join Date: Oct 2005
Posts: 5
wshall is on a distinguished road
Thanks... follow-up regarding Alt tag in HREF

Thanks, Ian! I appreciate the fast reply and the results of your testing!

May I ask two follow-up questions? One is regarding the Alt attribute in the anchor tag, the other is a related question about the anchor tag's title attribute.

First, regarding the Alt attribute. You mentioned in your post that,
Quote:
Originally Posted by mcanerin
Not too long ago, Google would only consider them if the alt tag was in a link and therefore considered anchor text.
I'm asking because I don't see that the Alt element would be valid HTML for the <a> tag. (I'm no expert on that, so I consulted a few references... they seem to indicate that the "title" attribute would be valid for use in an <a> tag.)

If the spiders score it, then I would probably break the HTML rules and use this... but I'm worried that the HTML validators may barf over this item. Any experience or testing regarding this use of an Alt attribute in the anchor tag?

The second question is on a related topic... has anyone tested the impact of using keyword phrases in the "title" attribute?

Thanks!

Scott
Reply With Quote
  #4  
Old 10-06-2005
softplus softplus is offline
old-n-grey
 
Join Date: May 2005
Location: CH(eeseland)
Posts: 51
softplus is on a distinguished road
Quote:
Originally Posted by wshall
I'm asking because I don't see that the Alt element would be valid HTML for the <a> tag. (I'm no expert on that, so I consulted a few references... they seem to indicate that the "title" attribute would be valid for use in an <a> tag.)
I use alt-tags like this - it works for me (I've been testing that for about a month now, all major SEs picked it up):

<a href="linkto....."><img alt="here is my alt text" src="http://here-is-my-image.jpg"></a>

In my tests, I could not get the title-attribute within the a-tag to rank in the SEs, but perhaps others have had some luck with that - at any rate, I like to include it, if only for the users out there who have compliant browsers :-).
Reply With Quote
  #5  
Old 10-06-2005
mcanerin's Avatar
mcanerin mcanerin is offline
 
Join Date: Jun 2004
Location: Calgary, Alberta, Canada
Posts: 1,570
mcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond repute
To answer your questions:

re: title attribute

No, it's not indexed. - only the alt attribute. Now before some lurker (yeah YOU over there - I see you...) comes back and starts talking about how titles are important, yadda yadda, because they didn't bother to read this thread or whsall's question, I'm gonna make something clear:

We are talking about the title attribute for images, not the title tag for web pages. Now pay closer attention next time.

As for your second question, I think your sources are confused

This is good and indexable:

HTML Code:
<img src="mypic.gif" width="50" height="40" alt="A pretty picture">
This is not:

HTML Code:
<img src="mypic.gif" width="50" height="40" title="A pretty picture">
As a matter of fact the "title" attribute is not supported well for images (though it's a valid attribute). When it is supported, it usually shows up as a "Tooltip" on a mouse hover, such as in IE.

There is something similar you might be thinking about called the "LongDesc" but to anticipate your next question we've checked that and it's not indexed either.

Alt only.

Ian
__________________
International SEO
Reply With Quote
  #6  
Old 10-06-2005
Chris_D's Avatar
Chris_D Chris_D is offline
 
Join Date: Jun 2004
Location: Sydney Australia
Posts: 1,104
Chris_D has much to be proud ofChris_D has much to be proud ofChris_D has much to be proud ofChris_D has much to be proud ofChris_D has much to be proud ofChris_D has much to be proud ofChris_D has much to be proud ofChris_D has much to be proud ofChris_D has much to be proud of
Quote:
has anyone tested the impact of using keyword phrases in the "title" attribute?
Yes - my research indicates that search engines ignore the title attribute. The title attribute can be used on e.g. images or links etc. (NOTE - as Ian said above - we are talking about the title attribute - NOT the title element - the title element is very important).

Try it yourself. Look at the Google text cache for a page using e.g link title tags and imagle alts; or image titles which are different to the image alt. You can see the alts in the Google text cache - where are the title attributes?

But even worse still - title attributes aren't used by most talking browsers!!

Quote:
Most users of screen reader software will not be aware of the TITLE text, some will not be not able to read the TITLE text even if they know it is there.
There is some recent Australian research on this which I saw at the WE05 conference last week - http://www.sf.id.au/WE05/survey.html

Last edited by Chris_D : 10-06-2005 at 08:21 PM. Reason: Posted at the same time as Ian - clarifying
Reply With Quote
  #7  
Old 10-06-2005
wshall wshall is offline
Member
 
Join Date: Oct 2005
Posts: 5
wshall is on a distinguished road
Alt tag follow-up

Ian,

Thanks for the the second reply. I think I was misunderstanding what you said in your first post. When you said,
Quote:
Originally Posted by mcanerin
Not too long ago, Google would only consider them if the alt tag was in a link and therefore considered anchor text.
I thought you were meaning an alt element to the <a> tag. Reading your response, I'm thinking you mean that Google only considered it if the image was surrounded by an <a> tag...
i.e., <a href...><img src=myimage.gif alt="Keyword phrase"></a>

If I'm understanding right now, that explains why Softplus says,
Quote:
Originally Posted by softplus
I use alt-tags like this - it works for me (I've been testing that for about a month now, all major SEs picked it up):

<a href="linkto....."><img alt="here is my alt text" src="http://here-is-my-image.jpg"></a>
But Ian, you're saying that your tests show that the major engines are now picking up image-tag alt elements without the surrounding-anchor-tag trick.

I don't want to be redundant here... just summarizing in case some other person like me comes along and reads this thread.

Do I have this right?

Thanks again for all your advice on this!

Scott
Reply With Quote
  #8  
Old 10-06-2005
mcanerin's Avatar
mcanerin mcanerin is offline
 
Join Date: Jun 2004
Location: Calgary, Alberta, Canada
Posts: 1,570
mcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond repute
You are correct - Google has treated alt text as anchor text if the image was in a link for some time now, but recently have also been looking at alt text as just plain alt text.

They did at first, but then people started stuffing keywords in them so they stopped for a while. Now they do again, but there are apparently rules to how many characters are indexed, etc.

So it's not a free-for-all, like the old days, but they have recognised that there is a legitimate need to index alt text. Just don't pin your hopes and dreams on it - it doesn't help too much, but it does help a bit.

Ian
__________________
International SEO
Reply With Quote
  #9  
Old 10-07-2005
softplus softplus is offline
old-n-grey
 
Join Date: May 2005
Location: CH(eeseland)
Posts: 51
softplus is on a distinguished road
On a similar note, how would you best optimize a page with ONLY graphics in it (eg. all of the text within the graphics)? Should you go through the meta description or image alt-tags? Or both (with different texts)? Or even - just asking - invisible text on the page (html comments probably don't work)?

(Yes, I know it's even better to remake the page to have the text in html, but some people have impossible budget for this type of stuff )
Reply With Quote
  #10  
Old 10-07-2005
mcanerin's Avatar
mcanerin mcanerin is offline
 
Join Date: Jun 2004
Location: Calgary, Alberta, Canada
Posts: 1,570
mcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond repute
If I was stuck with that scenario, I'd use a combination of page titles, alt text for the pictures, and IBL anchor text, with as much use of "captions" (ie visible text) for the pictures as possible or practical.

I'd also make certain that every picture that was important enough to warrant keywords was also clickable (ie a link) if possible or practical.

Finally, I'd make sure I used other things like the keyword and description metatags - though it's not likely to help much, in this type of case you pretty much take anything you can get

But I wouldn't be too happy about missing half my toolkit (the content). You can get good rankings for this type of site, but it's more challenging - kind of like optimizing for Flash.

Ian
__________________
International SEO

Last edited by mcanerin : 10-07-2005 at 06:01 AM.
Reply With Quote
  #11  
Old 10-07-2005
softplus softplus is offline
old-n-grey
 
Join Date: May 2005
Location: CH(eeseland)
Posts: 51
softplus is on a distinguished road
Thanks Ian, that's good advice!
Cheers
John
Reply With Quote
  #12  
Old 10-11-2005
GBR&D GBR&D is offline
Frustrum
 
Join Date: Nov 2004
Posts: 18
GBR&D is on a distinguished road
Quote:
Originally Posted by mcanerin
If I was stuck with that scenario, I'd use a combination of page titles, alt text for the pictures, and IBL anchor text, with as much use of "captions" (ie visible text) for the pictures as possible or practical.

I'd also make certain that every picture that was important enough to warrant keywords was also clickable (ie a link) if possible or practical.

Finally, I'd make sure I used other things like the keyword and description metatags - though it's not likely to help much, in this type of case you pretty much take anything you can get

But I wouldn't be too happy about missing half my toolkit (the content). You can get good rankings for this type of site, but it's more challenging - kind of like optimizing for Flash.

Ian
I agree, good advice.
Reply With Quote
  #13  
Old 10-11-2005
TallTroll TallTroll is offline
Tooth-grindingly stupid
 
Join Date: Aug 2005
Posts: 39
TallTroll will become famous soon enoughTallTroll will become famous soon enough
I've seen Google using Alt content as one of the options in their "mini-sitemap" UI experiment

Theres a page where a term appears ONLY as alt text for an image that is a link, and it is offered as one of the extra links. I believe it has been picked up because the image link is pointing at a high authority page
Reply With Quote
  #14  
Old 10-13-2005
mocgiit mocgiit is offline
Member
 
Join Date: May 2005
Posts: 58
mocgiit is on a distinguished road
How many keyword should be put in the alt tags as a rule of thum. One important one. Or just a keyword phrase. Also if the is more than one keyword how should you seperate them with a dash or underscore?
Reply With Quote
  #15  
Old 10-13-2005
mcanerin's Avatar
mcanerin mcanerin is offline
 
Join Date: Jun 2004
Location: Calgary, Alberta, Canada
Posts: 1,570
mcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond repute
The Alt tag of a picture is intended to provide a text equivalent of an image. Note I didn't say "description". In most cases, it's the same thing, but there are exceptions.

In some cases, there are no keywords that would fit. As a general rule, you would try to create an accurate text equivalent, but using keywords where you can do so reasonably.

The most number of characters that Google will index in an alt tag currently appears to be 125, but as a practical matter you should not usually get anywhere near that.

In general, use as much as you need to do the job, and not more. I would be cautious about repeating keywords though.

Ian
__________________
International SEO
Reply With Quote
  #16  
Old 10-13-2005
mocgiit mocgiit is offline
Member
 
Join Date: May 2005
Posts: 58
mocgiit is on a distinguished road
Quote:
Originally Posted by mcanerin
In general, use as much as you need to do the job, and not more. I would be cautious about repeating keywords though.
What do you mean by repeating a keyword. Within the alt tags or the content in general. I thought you were suppose to repeat keywords within pages? I am just a bit unclear.
Reply With Quote
  #17  
Old 10-13-2005
mcanerin's Avatar
mcanerin mcanerin is offline
 
Join Date: Jun 2004
Location: Calgary, Alberta, Canada
Posts: 1,570
mcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond repute
Assume you have a picture of a San Jose realtor named Joe Smith, and you want to add an alt attribute. Just putting "Picture of Joe Smith" would be accurate, but you'd be missing important keywords like "San Jose", "real estate" and so forth.

So you would add in useful and descriptive keywords, without going overboard.

Bad Example:

"A picture of a San Jose real estate agent sitting in a San Jose real estate office looking at a San Jose real estate website"

or

"San Jose real estate agent, San Jose realtor, SJ real estate, SJ realtor, San Jose home, San Jose buy home"

Good example:

"San Jose Real Estate Agent Joe Smith"

Basically, you don't just dump your keyword list into alt attibutes. Instead of just "Joe Smith" you could legitimately add a description like "San Jose Real Estate Agent" to it, which contains keywords. The Alt is still descriptive and easy to understand, but now contains helpful and descriptive keywords.

Ian
__________________
International SEO

Last edited by mcanerin : 10-13-2005 at 07:57 PM.
Reply With Quote
  #18  
Old 10-14-2005
mocgiit mocgiit is offline
Member
 
Join Date: May 2005
Posts: 58
mocgiit is on a distinguished road
gottcha. I thought you ment you were suppose to add mutipule keywords within the page. Thanks for clearing it up for me.
Reply With Quote
  #19  
Old 04-29-2008
pennsylvania pennsylvania is offline
Newbie
 
Join Date: Apr 2008
Posts: 2
pennsylvania is on a distinguished road
Re: ALT Tags & SEO

so titles are useless when optimizing images for SEO?
Reply With Quote
  #20  
Old 04-30-2008
mcanerin's Avatar
mcanerin mcanerin is offline
 
Join Date: Jun 2004
Location: Calgary, Alberta, Canada
Posts: 1,570
mcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond reputemcanerin has a reputation beyond repute
Re: ALT Tags & SEO

Title attributes are, yes.

Ian
__________________
International SEO
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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


All times are GMT -4. The time now is 11:06 PM.