Blind Ape Seo

The path of the ape

Optimizing image search traffic

What is image search traffic?
Almost every SE under the sun gives you the option to search for images on the web. As a webmaster, this can be a blessing and a curse.
First of all, it is a curse when it comes to people stealing your image content. But then, who are we to throw the first stone?

Then comes the quality of traffic angle. Normally, people looking for an image on the web are looking only for the image and won’t spend any more time on your site.
The fact that your site is most often displayed in a frame below a top “navigation” frame that gives the surfer all the options he needs to display your image in full size doesn’t help. Using that frame, the user does not even have to interact with your site at all.

On the other hand, having your site display prominently in the image searches can give you some nice traffic. A fun blog of mine ranked quite nicely for “Kaffee” (German for coffee) for a while.

Now if we could just get rid of that top frame!

Javascript to the rescue.
This small snippet will kill the top frame and leave the user with only your page.

<script language=”JavaScript1.1″ type=”text/JavaScript”>
if (parent.frames.length > 0) top.location.replace(document.location);</script>

Yes, using it like the following will enable you to send the user wherever you like.
Use at your own risk.

<script language=”JavaScript1.1″ type=”text/JavaScript”>
if (parent.frames.length > 0) top.location.replace(’myURLhere’);</script>

Optimizing your images for image searches
SERPs for images do not correspond with text results.

From what I gathered (work and research) these things are important for image searches:
File name
Almost the only thing a SE knows about your image. This is actually weighed HEAVILY in image searches. My advice: Take the extra minutes and rename the file to reflect the picture’s content. I am always amazed at the number of porn pages still working with picture01.jpg.

Alt text
Again, the SE will only have secondary information about the pic. Use it.

Short example

Search for “tannenbaum” on google.com

The first three images are named “tannenbaum.bmp” and “tannenbaum.jpg” on arbitrarily named pages.
The third comes third ALTHOUGH the DOMAIN is tannenbaum.de

longdesc attribute
Some sources recommend typing a long description into the longdesc=”what a pretty picture” attribute, I can’t honestly tell you anything about that, as I have never seenm it used.

Other factors
After that, normal on-page factors come into play.
Result number 5 shows a page with a correctly named tannenbaum.jpg, but the text has nothing to say about it at all.
Bottom line

Don’t count on google finding the image for the transmogrifier if you name the picture CVR34677.jpg

Hope that helps.

::emp::


12 Comments so far

  1.  April 15th, 2007 3:16 pm

    great article, thanks!

  2.  April 21st, 2007 4:43 am

    Great article! Going to put this one to work immediately.

    Thanks!

  3.  April 26th, 2007 3:47 am

    [...] sure. Anyone wanting to learn a bit more about this, here are a few posts that may help you out; Optimizing image search traffic « Blind Ape SEO Blue Hat SEO-Advanced SEO Tactics » Check Mate: Google [...]

  4.  April 26th, 2007 8:07 pm

    [...] image search traffic Now, young grasshoper, that you know how to get image search traffic to your site, you should focus on a worthier [...]

  5.  April 26th, 2007 8:10 pm

    [...] image search traffic Now, young grasshoper, that you know how to get image search traffic to your site, you should focus on a worthier goal: Targeted image traffic I mentioned before, that [...]

  6.  June 12th, 2007 12:56 pm

    Hi some fool has been posting your content in my forum trying to pass it off as his own: -

    the thread is here

    http://www.affearners.com/forum/general-affiliate-chat/please-bail-me-out-t264.0.html;new#new

    If you wish we will ban him - let me know

    Thanks

    Paul

  7.  June 14th, 2007 5:37 am

    Yes, helpful post indeed. A question - once you are getting traffic from images, can you tell what keywords are driving the traffic using Google Analytics? Using GA, images.google.com is treated as a referring site, without any information about the keywords that found the image. I’d like to know what keywords the image is being found on.

  8. [...] got a question from one of my readers on my post Optimizing image search traffic : Yes, helpful post indeed. A question - once you are getting traffic from images, can you tell [...]

  9. Blind Ape Seo » Content is King.. or is it? September 21st, 2008 1:52 pm

    [...] this does not include your images (see my posts on how to change that here and here) or your flash games or your pretty [...]

  10. [...] young grasshoper, that you know how to get image search traffic to your site, you should focus on a worthier [...]

  11. Tyler Dockery March 29th, 2009 12:59 pm

    What help will the title attribute bring, and how does it stack up against the ALT attribute.

    Thanks!

  12. Manole Silviu August 26th, 2009 4:37 am

    “Yes, using it like the following will enable you to send the user wherever you like.
    Use at your own risk.”

    Are you trying to say that using your script I can have problems with Google :D?

Leave a reply