SPONSORED LINKS

May 13 2011

Redirect Image Search Traffic from Google to your Post

  ad

Published by at 5:09 pm under Google Talks,SEO Talks,Tutorials

redirect-imagesearch-traffic

Image search is probably one of the most important aspects of Google search engine.

Recently Google introduced a system wherein a user who is searching an image doesn’t really need to browse across the website and the image loads in a frame, undoubtedly its a great feature for a user (searcher) but is a big traffic loss for the webmaster.

All webmasters know how important is legitimate traffic but losing that traffic just because your website is in background of that image frame doesn’t really make sense.

A lot of webmasters have implemented a simple script wherein you can break out of frames.

Break-Out-Of-Frames is a WordPress plugin that adds a small piece of javascript code to the head of each web page, so that it can break out of foreign frames.

You can download Break Out Of Frames from here.

For those who aren’t wordpress users or blogger can use the following simple code for the websites to break out of frames ie., redirect image search from google to your post;

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

Code inclusion needs to be between your <head> </head> section of your website code.

It maybe noted that above method also helps you redirect users to your site from those websites too which use your content in a frame in their websites.

HostGator Fab Offer Coupon - 25OFFINHostGator / 25% Discount
If you enjoyed this post, make sure you Subscribe to my RSS Feed
About Sunny Bajaj

Sunny Bajaj is the founder of Techno Freak. He has been in the Web Development Industry from 2002 and knows what it takes when it comes to building Websites. He is known in the industry for always helping out others and establishing strong business relations.

Sunny run's a network of more 100+ websites under different niche and advertising platforms. This website being his first website, he often takes time from his busy schedule to maintain it and blog regularly. You can read more about him at his About Me page and connect with him on Twitter at , Facebook, Google+ , LinkedIn or maybe just use the contact page. See more articles by


No responses yet

Trackback URI | Comments RSS

Leave a Reply