If we talk about “SEO” or Search Engine Optimization, I believe most of you have already know it in detail. But unfortunately, I found that a lot of webmaster (including blogger), missed another simple way regarding SEO. SEO for image! We forget that search engine is not only use to search for site’s content, but some people use search engine to find images too. In this post, I want to share my little knowledge about SEO for image.

These SEO for image tips is really easy, and do not need a special skills at all.

  • File name
    When we upload image from our personal computer, sometimes we do not care about the file name. For example, you want to show image of your cat. You probably did not rename the original file name taken from your camera. It is exactly decrease your chance in winning an image search good position. It must be better if you name your file as “persian_cat.jpg”, “funny-kitten.gif”, and so on.
  • Alt function
    Another simple but usually forgotten is in term of using “alt” function within an “img” tag. The “alt” function has two main purpose. First, it very useful to describe your image when your site’s reader do not activate their image. Second, the most important, this “alt” function used by image search engine (google and yahoo) as another point to increase the position.
  • Title function and Slash (/) at the end of “img” tag
    I am not so sure that title function and the ended slash can really helps in SEO for image. But, this tag and ended slash is a must for every image in our site to make sure that our site is a valid W3C site. Since we know that having a valid W3C site is another way to increase our position, it is better if we do it correctly.

Let’s take an example at these SEO for image tips. Imagine, you want to show your own cat in your  personal site. You take a photo of your cat using your pocket camera. Before seeing these tips, you probably use this kind of img tag :

<img href=”http://yourdomain.com/DSCN1550.jpg” width=”400″ height=”300″>

The img tag above can make your image shown correctly in your site. But, it is not an image search engine friendly. Now, after reading these tips, I believe that you will write an img tag as below (see the bold) :

<img href=”http://yourdomain.com/beautiful_funny_cat.jpg” width=”400″ height=”300″ alt=”beautiful funny cat” title=”beautiful funny cat” />

By doing this SEO for image tips, I hope you can take an advantages and find that all images that has been uploaded within you website can be indexed clearly in some major image search engine. Have a nice day pal!

Related posts:

  1. Tips for Faster Image Loading
  2. Permalink Setting in Wordpress
  3. Google Adsense Optimization Tips
  4. The Correct HTML Tag for Image In Website
  5. The Power Of SEO Backlinks – A Classic Example
  6. The Importance of Web Directory Submission
  7. Make Your Own Custom Google Search Engine
  8. How to Improve Search Engine Rankings
  9. The Influence of Age and Language in Google PageRank
  10. Tips To Choose a Free Wordpress Theme

5 Comments

  • Great information and nice tips. Thanks for sharing them. :)

  • Great information there. I didn’t knew that Title function and Slash will be helpful. I have seen SEO experts making money through image SEO.

  • When we upload image from our personal computer, sometimes we do not care about the file name. For example, you want to show image of your cat. You probably did not rename the original file name taken from your camera. It is exactly decrease your chance in winning an image search good position. It must be better if you name your file as “persian_cat.jpg”, “funny-kitten.gif”, and so on.

    “Tips for Search engine”

  • Great, this is what I have been thinking. When I search image on search engine, I find it miserable to open so many pages without getting the image I want. Why should I waste opening them if I could find it at first page? So, from now on I will name my images as you suggest to make it found easier.

  • alt tag is the most important for SEO, but title surey also helps.

    Good post especially for newbies!

    Tony

Leave a Reply