trace-uk 0 Report post Posted August 23, 2006 what are title tagas for llinkign text? how are they used? just for SEO? I know they're kinda like alt tags, but does the SE's like or loath them?Thanks,Andy Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted August 24, 2006 When you have an image defined in your Html, and use an "alt=" attribute with it, the older browsers display the text in the alt= when the image is not available. Newer browsers use the "title=" attribute and ignore the "alt=" because the alt= was never intended to be used as substitute text. In Cascading Style Sheets, the correct method is to use the title=. Internet Explorer, and browsers using their engine, still uses the "alt=", so if you wish to be Browser friendly to both new and old Browsers, use both the alt= and the title= at the same time. I am not certain if the alt= will pass as acceptable coding using the w3c validator, though, so if you are want to be w3c valid html or xhtml, you might want to check their standards for compatible use of the alt=. Share this post Link to post Share on other sites
trace-uk 0 Report post Posted August 24, 2006 I didn't know you cvould use title tags on images either! I wonder if having your keowords in both a titile and an alt tage is considered spamming?Does anyone know what the search engines think about this?If you had a site that was rated well in the seprs and then added title tags please post to tell us what happened. Share this post Link to post Share on other sites
FirefoxRocks 0 Report post Posted August 24, 2006 title="" is for mouseover ToolTip.alt="" is a requried attribute for images.You can use both in images and objects. It can be useful and it increases your loading time each occurance that you use it. Share this post Link to post Share on other sites
Xamire 0 Report post Posted June 7, 2011 Alt tags for images are very important for SEO. They help the spiders and bots understand what image it is, since they cannot directly see it. You can also use this alt to help your overall keyword density, by using rich keywords. For text, the reason why some people use words, and have a link in them, instead of just having a link written out, is also because of SEO. Spiders,and bots favor this, because if the words are linked to another page with the same wording and overall subject, then that will increase your chances of being moved higher up the search engine ladder. Anchor text is very good for SEO. Share this post Link to post Share on other sites