Monday, May 11, 2009

How to optimize Image to improve image search result

This is very Important when you are a Photo Blogger. Because Search engine cant read a photo so you need to put a name or description to your photo so search engine can read your photo description.

So this is What you called Alt Tag.

Alt tag is where you will put the description of the photo.

Basically the HTML code for an image is
<img src="image/picture1.jpg"/>


So we need to add an alt tag to this so search engine ca read whats the photo all about.

The HTML code for an Image with Alt Tag is
<img src="image/picture1.jpg" alt="picture description" />


Take Note that done overuse Alt tag. Just put a brief description not exceeding to 12 words or less.

See Also:
Code for Alt Tag | How to use

No comments:

Post a Comment

Creative Commons License