Image Search Redirect

fluor

Newbie
Joined
Mar 29, 2010
Messages
47
Reaction score
4
I get a lot of visitors on my images, I have 5-6 micro niche sites and I got about 40 visits but only to their images, few visitors with normal search. Is it possible to redirect the search from google images to my site? (Visitor should arrive on my site instead of the image)?
 
I think so..

Search "kate upton" and click 2nd picture.
 
I also seen many examples in my searches, but I don't know how they do it.
 
Its a 'trick' i am using for some time now and it work great for me.

It all has to do that when a image 'breaks out' of the original page it will be redirected to the page where it is posted. Therefore it also works with google image search ;)

If you have WP sites install the 'Break out of frame 0.1' plugin.

If you have a 'normal' site place this piece of code in your header:

<script type="text/javascript">
<!-
if (parent.frames.length >
0) { parent.location.href = location.href; }
->
</script>


Njoy!
 
Last edited:
Wow, thanks a lot! I installed the plugin and works, can`t wait for results too. Thanks again!
 
Its a 'trick' i am using for some time now and it work great for me.

It all has to do that when a image 'breaks out' of the original page it will be redirected to the page where it is posted. Therefore it also works with google image search ;)

If you have WP sites install the 'Break out of frame 0.1' plugin.

If you have a 'normal' site place this piece of code in your header:

<script type="text/javascript">
<!-
if (parent.frames.length >
0) { parent.location.href = location.href; }
->
</script>


Njoy!

Is there any side effect of using this type of plugin or script in the website,,,i.e seo or ranking etc..??
 
Wow, thanks a lot! I installed the plugin and works, can`t wait for results too. Thanks again!

No probs ;)

Is there any side effect of using this type of plugin or script in the website,,,i.e seo or ranking etc..??

Using this on a dozen of sites the last months who also rank in the serps with a image and it did not affect mine sites accept from the usual ups and downs in the serps.

Not sure about adsense tos since i dont work with adsense.

Eitherway, no guarantees here bro.
 
Last edited:
Back
Top