Google image hack

October 15th, 2009 | Categories: marketing | Tags: , ,

Google image hack

seo tip, remove the frames from Google image automatically

If you want to increase your conversions on your site I recommend adding the following lines of code into the “header” section on your site. If your traffic is coming from a frame (like when you look at Google image results) the frame will be removed and your page will look as it should be, without someone else advertsing, this will increase your conversions for sure

copy and paste the following Google hack and enter it into the header section -or between the <head>  </head> section (if needed first copy and paste it in notepad to keep only the text without the formatting) :

<script type=”text/javascript”>

<!–

if (top.location!= self.location) {

top.location = self.location.href

}

//–>

</script>

No comments yet.