Hi. I have a Web site that is getting a lot of hits from google images. People are getting the images but not visiting the site. I was wondering if there was a code that will redirect anyone who tries to view the full picture on the google images ( want to redirect them to the main page). Please let me know if you know how to do this! PM me if possible. Thanks! Gian
Are you wanting to break out of the frameset? <script language="javascript" type="text/javascript"> if (self != top) { if (document.images) top.location.replace(window.location.href); else top.location.href = window.location.href; } </script> Code (markup):
I to redirect users who click on the image to the front page of the site. Thank you! would that do the trick? I have to add that to the <head> ?
this is an old thread sorry to update it but i want to ask if u put this code to my footer does it influence google adsense or search engine results