Google Images is another best way of getting traffic to your website, the older version of Google Images directly takes the visitor to the image hosted page but the new version is showing the images in an iframe by blocking the website. So most of the users don’t go to see the website, but we have a solution to over come this problem. You can check my website in the Google Image search, when you click on the image it will redirect you to the website page.
Google Images can bring you tons of traffic if you use proper standards on your websites, make your website images friendly, use proper ALT tags and descriptions so Google can grab the on top, anyway here the solution for the above problem..
Redirect Google Images Traffic :
A small yet simple plugin can take care of the issue with WordPress blogs. This plugin named as the “Break Out of Frames“, this plugin will perform a simple JavaScript hack to redirect the Google Image viewer page to your website original page. By this you will get a potential visitor.
Here is the solution for non WordPress Blogs :
Just copy and paste the below piece of code in to your website HTML <head> section…
<script type=”text/javascript”>
<!–
if (parent.frames.length > 0) { parent.location.href = location.href; }
–>
</script>
Source : Download Break Our of Frame Plugin.
Related Posts:
- Build effective Backlinks to drive decent traffic for Website Building a good back-links is a very essential thing, because...
- Speed Up your WordPress blog for 20 times Faster to get high Priority in Google WordPress is a very powerful and most user friendly blogging...
- How to fully protect WordPress blog from SPAM comments WordPress is a famous and very reliable service for blogging,...
- WordPress SEO Tips WordPress is one of the famous blogging software in the...


Hey, won’t this be an issue with the TOS?
Sorry, issue with adsense TOS?
Hi @Santhosh
There is no issue at all with Adsense TOS because all images are our intellectual property and we have the right to redirect the traffic to our site. I am using this from 3 months and there is no issue at all… let me know if you need any further assistance
When i google your logo, i don’t get redirected to a page. It just shows the picture like every other picture i search for.
I think in the recent changes I have removed the code, but it will works for you. don’t worry
Thanks. I was looking for the reason why my photo gallery website was generating less and revenue. And I discovered that it was because most of my google clicks were image searches.
I installed a plugin to redirect. and I expect more traffic soon.
Nice Hack Thanks For The Great Tip.
Hello,
Has anyone tested this plugin recently?
The javascript posted above isn’t working on Chrome 15.1. Site remains within the Google images frame.
Weird, as similar js on my site was working until *yesterday* afternoon.
Hi,
yeah lewis is right, now its not working with google chrome (i’m using 16.x.x.x).
anybody have found a solution for it?
Hey! It’s working, Thanks buddy for the help.
Wouldn’t his also have a negative effect on frames that you might want such as the web version of Stumbleupon which drives a lot of valuable traffic?
Hi,
I have blog on blogger. But your above mentioned code is not working!!! can you please tell me how to use this……….
when I tried to paste the code in my html page it shows…..
”
We were unable to save your template
Please correct the error below, and submit your template again.
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Open quote is expected for attribute “{1}” associated with an element type “type”.
“
Same problem with Shamim Hassan. Fix please