Hello
you Know if any one search in google images about any thing
and he found image in your site
google will show him the image and the vistor save the image and close the page
i found this code his job when vistor come from google images he will redirect them to the image in post )
only copy the code and post it in the header
go to google images and write site:example.com
change example to your site
and test it
i hop that help you
thanks+ rep please if help
you Know if any one search in google images about any thing
and he found image in your site
google will show him the image and the vistor save the image and close the page
i found this code his job when vistor come from google images he will redirect them to the image in post )
only copy the code and post it in the header
go to google images and write site:example.com
change example to your site
and test it
Code:
<script type="text/javascript">
<!--
var SESSIONURL = "";
var IMGDIR_MISC = "images/ca_evo2_purple/misc";
var vb_disable_ajax = parseInt("1", 10);
if (self != top && document.referrer.indexOf('http://images.google.') <= -1 && document.referrer.indexOf('/imgres?imgurl=') <= -1){
top.location.href = document.location.href ;
}
// -->
</script>
i hop that help you
thanks+ rep please if help