A lot of this was taken from one of my previous posts, but I've done some more digging and added to it and feel this is a more appropriate place to discuss this.
I have a couple of just-for-fun personal sites I have set up. The one I want to talk about is
http://www.rbookman.com that is a freebie one page deal I got with the domain registration several years back. I put four pictures on it and a silly (I had a few beers writing it.) but all true biography of myself on it and basically left it alone. Earlier this summer, I removed the link to my former employer, dropped in the Google Analytics code snippet, and promptly proceeded to ignore it again.
Last week, I was looking at the stats for my mortgage site and decided to look at the rbookman.com stats. OMG!!! 1094 visits in the last 30 days! As it turns out, 97% of that traffic came from image searches. Analytics shows them as referrals and while the largest share came from images.google.com, images.google.pl came in second, followed by .es, .de, and .it! In all there are over 50 different images.google top level domains, so somehow without even trying, I'm getting hits from all over the world! I did get some web hits and the keywords were either for my name (2) or for some variation of Honda Shadow (the rest), my bike!
Of course, the next thing I did was do a Google Image search (not web search) on Honda Shadow both with and without quotes and WHAM! First page, top row both times!
Now I've done a little more digging and can give a bit more info. Only my "portrait" has an alt tag. However, each photo and the caption that goes with it is in a separate table element. Each photo is not a thumbnail, but full size and uses the width attribute in the img tag to control its display size. This is a static html page and the photos have been there several years. The keywords below are included in the keyords meta tag for the page.
Doing Google Image searches on these keywords yields top 10 results for one or two of the photos: Ron Bookman; Honda Shadow; Richardson, TX; and Prairieville, TX.
Characteristics of the Google Image search results pages:
1. clicking on the image itself just shows the full size image.
2. clicking on the domain name below the image shows the page the image is on.
General characteristics of the images on the first page of a Google Image search:
1. They are full size images, not thumbnails. If shown on a page smaller than actual size, it is done with attributes.
2. They are on static html pages or aspx pages with no parameters.
3. They are on pages that seem like they have been there unchanged for a while.
4. None of them are in dynamic image gallery components or add-ons.
5. None of them are on photo sharing sites such as snapfish, webshots, etc.
6. I only looked at about 20-30 images and their origin pages, your milage may vary.
Misc. Thought:
I believe the hits reported by Analytics are from people clicking the link to see the full page since the Analytics code snippet is in the page html and won't be triggered by just pulling the image. Also Analytics is pretty good at eliminating 'bots from its results.
Now I just need to brainstorm some ideas on how to take advantage of this. Marketing and site monitization is still really new to me. The AdSense that's been on the page for quite some time just isn't producing any revenue, moving it to the top of the page from the bottom would be one obvious improvement. I can't move the pics because if I change their URL, I will loose the traffic. I would also like to keep its 'feel' as a personal page.
Comments or ideas anyone?