Results 1 to 2 of 2

Thread: Google Image Frame "Busting"

  1. #1
    4x4
    Join Date
    Oct 2004
    Posts
    1,043

    Google Image Frame "Busting"

    How do I make it so that if an image is found through google image search that when a user click sto view it it busts googles frame and shows my sites HOMEPAGE and not the image?

    Would this be considered cloaking or frame busting or both?

  2. #2
    Registered
    Join Date
    Apr 2006
    Posts
    184
    Code:
    <script type="text/javascript">
    	if (top.location != location) {
    		top.location.href = "http://mysite.com";
    	}
    </script>

Similar Threads

  1. Review: Google Adsense
    By Chris in forum Advertising Networks
    Replies: 16
    Last Post: 12-02-2017, 02:32 AM
  2. Google Image Search
    By cameron in forum Website Programming & Databases
    Replies: 6
    Last Post: 01-30-2008, 07:42 AM
  3. Google Image Search Traffic
    By Cutter in forum Search Engine Optimization
    Replies: 1
    Last Post: 03-28-2005, 06:23 PM
  4. Google Image Ads (Beta)
    By mobilebadboy in forum Advertising & Affiliate Programs
    Replies: 8
    Last Post: 06-17-2004, 11:50 PM
  5. Local Rank stuff...
    By chromate in forum Search Engine Optimization
    Replies: 41
    Last Post: 02-07-2004, 03:53 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •