Tuesday, September 6, 2011

How to Remove Frame from Google Image Search?

Google Images Frame is a google image search service that displays an iFrame window.
This service very helpful for image searcher to find images easier  without having to visit a site containing images, But this service not benefit for a site owner, because a  image searcher will direct leave sites if  the images have been got, So the site owner will lose traffic.
How to solve this problem ?
  1. For a wordpress User, you can use Plugin WP Frame Breaker
  2. If you Blogspot (blogger) user, add the code below, before tag </head>
    <script type="text/javascript">
    if (top.location != self.location) top.location = self.location;
    </script>
  3. Good Luck!

No comments:

Post a Comment