I see more and more sites using "title" tag instead of "alt" tag when inserting an image to a page, whats the difference? SEO? What is better of those two?
Whats better to use? title or alt tag?
Collapse
X
-
Tags: None
-
title goes in <a> whereas alt goes in <img>Mechanical Bunny Media
Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web DevelopmentComment
-
Title= is for the nature of a link. It describes the link you are linking to. IE: It's the title/anchor text for an image.
It can also be used to describe a linked picture, if the picture is about the linked page. This way text around the image + the link + the relevant page match. However, I have seen no proof that this works for any SEO value.
alt: Describes the exact picture that is being displayed. Not the linked page.
~TheDoc - ICQ7765825
It's all disambiguation
Comment
-
May have been hard to understand:
The link is over an image, using title tells the bot what the linked page is about.
An information tag used to tell what the nature of the picture is about. Mostly used for people with vision problems. The title tag will be read back to the visitor so they know what the image is about.Code:<a href="#" title="my phrase"><img src="img.jpg"></a>
Tells what the actual viewed picture/thumbnail is about.Code:<a href="#"><img src="img.jpg" title="my phrase"></a>
Code:<a href="#"><img src="img.jpg" alt="about picture"></a>
You can use both, use title in your a href's that link to images (not text), and use alt tags in any image with supporting text around it. So not all images need alt tags.
~TheDoc - ICQ7765825
It's all disambiguation
Comment
-
You're referring to the title attribute not the tag...
The title tag is important. The title attribute is not.
The title attribute can be added to almost any tag on a page so it would be open for major abuse if given any significant value by search engines.
AmenComment
-
A title of a page and the title of a link a totally different. You could have a page/title about frogs, and link off using a title link to Cars, and the value of the anchor text will pass. It may not be the best relevant link, but it does pass value.
~TheDoc - ICQ7765825
It's all disambiguation
Comment
-
Thats what I just said.
huh? Anything you put in the "tittle" attribute for a link is not counted as anchor text and will not give a link any juice for that term (as far as google goes). I've tested it and so have others.
AmenComment
-
BTW... it doesn't ever HURT to use title attributes...
..but NEVER neglect alt in favor of title.
AmenComment
-
-
I see doc.. you thought I was talking to you in my original post.
My orginal comment was to the OP; he called it a tag in the title.
AmenComment

Comment