Google is killing our (wallpaper/picture site owners) income by showing our site's wallpaper/pics in the image search while completely blocking the site. This affecting our income. So here is a code to prevent it.This will take the user to the page where the image is actually located instead showing in google image preview. Add the following code just before </head> in your page. <script type="text/javascript">var isInIFrame = (window.location != window.top.location) ? true : false; if (isInIFrame) window.top.location = window.location;</script> Code (markup): Test it by typing site:yoursite.com Code (markup): on http://images.google.com and click on any image. Hope this will be helpful to someone.