SEO Tip #2: Another one for images - title tag
Ever wonder why when you mouse over some images on a web page an image description pops up? Well, the programmer smartly added a title tag to the image.
Code example (removed carrots so code would display properly):
img src=”venue_images/thecolemancollection.jpg”
alt=”Winter Wonderland: The Coleman Collection on display at the Courthouse Galleries in Portsmouth, VA”
title=”Winter Wonderland: The Coleman Collection, Portsmouth, Virginia”
See the coding in action: http://portsvaevents.com/december_09.html
Mouse over the Coleman Collection image at the top.
Best thing about adding a title tag - Google likes it, too.
Tag, you’re it.