When a person looks for an image Google (Google Images) And click on the Google image opens a page with the image on top of your content, this is because it puts your site within a frame and this is something that many Webmasters they do not want the visitor enters your website and only takes the picture, so to eliminate that Frame and automatically display your entire page must include a JavaScript code on your website.
To run this you must edit your Theme
of WordPress
, Blogger
or other CMS
you use, the code you show below into the cloud <head> </ head>
In a WordPress Theme are on file header.php
code is as follows:
<script type="text/javascript">
if (top.location! = this.location) top.location = this.location;
</ Script>
With this script on your web site visitors are likely to increase as those who come from Google Images see the contents of your site, although I must say it is not only to eliminate Frame of Google Images it also works for Frames that put other services as some shortening of URL or if someone is embedding your content on your website without your permission.