Forum Moderators: open
I always assumed that the "titles" being referred to meant the title of the page, the <meta name="title" content="whatever">.
But during an SEO conversation with my significant other last night, it occurred to me that it doesn't mean page title, but the title attribute of the image tag.
Soooo... could someone please shed some light on this for me?
And along the same lines, which holds more value in an image tag, ALT or TITLE?
So, it's pretty common knowledge that titles are a big part of SEO right now.
Based on what others have experienced and tested, the title attribute may not be part of the equation when optimizing a web page.
The title attribute is more of a usability feature. To learn more about the title attribute and its use, take a gander here...
7.4.3 The title attribute [w3.org]
Note: I'm not real fond of the example the W3 uses in the above link...
Here's a photo of
<A href="http://someplace.com/neatstuff.gif" title="Me scuba diving">
me scuba diving last summer
</A> My understanding of the title attribute is that it is to be used when the anchor text does not properly describe the linked resource or when you are using an image as a link, then you would use the title attribute on the a href to describe the destination of the linked image. You would use the alt attribute on the image to describe the image.
[edited by: pageoneresults at 3:02 pm (utc) on Feb. 14, 2006]