View Full Version : Image Tags and Search Engines
Powered
02-16-2007, 10:17 AM
Im having a bit of brain blur* I have added image alt tags to a website I am launching in the near future, I understand this helps with Search Engines but is there anyother method for labelling images that helps. Im sure I've heard of something but cant remember it.
Thanks.
vinyl-junkie
02-16-2007, 12:09 PM
I don't believe that using alt tags for images does that much for you in terms of search engines. That's more about website accessibility than anything else.
zoobie
02-17-2007, 06:05 AM
a similar method is used with the 'a' tag with title tag
<a href="page3.html" title="Red Cars">Red Cars</a>
every little bit helps
croatiankid
02-17-2007, 12:05 PM
you can use a title attribute on IMG too. IDK if it helps, but it can't hurt (unless you have a ton of images and it would increase your document size too much)
Pennimus
02-19-2007, 04:06 PM
You're probably referring to the longdesc attribute of images.
croatiankid
02-19-2007, 05:46 PM
no, I'm referring to the title attribute (http://www.w3.org/TR/html4/struct/global.html#h-7.4.3)
Pennimus
02-20-2007, 09:24 AM
I wasn't talking to you, I was addressing the original poster.
oracleguy
02-20-2007, 03:27 PM
you can use a title attribute on IMG too. IDK if it helps, but it can't hurt (unless you have a ton of images and it would increase your document size too much)
Though keep in mind, semantically the alt and title attributes have different purposes.
Majoracle
02-20-2007, 05:31 PM
The alt (alternative) text is just what the browser will show in case the image is broken or can't be found. I don't think it has any effects on search engines what-so-ever.
Pennimus
02-21-2007, 10:36 AM
Well to a certain extent you're wrong. The alt text isn't displayed just if the image is broken or can't be found - it's also displayed if images can't be displayed due to limitations imposed by the user agent. What you've got to remember is that search engines are basically very limited user agents, and part of that limitation does indeed include not displaying images. So they read alt text instead.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.