Hi,
I am using the following iframe killing script in my site:
<script language='JavaScript' type='text/javascript'>
if (top.location != self.location) top.location = self.location;
</script>
I am doing this to redirect google images traffic directly to my content page and it is all good.
But i have noticed that StumbleUpon.Com traffic is also being redirected and according to their terms, it is bad and my site can be banned from their index, and i do not want this as i have been getting more than 1k traffic from their system per day, some time even much more.
So i am seeking for a iframe killer code with exception module so i can let stumbleupon.com's iframe to work on my site.
Please help if you have any idea..
Thanks in advance
I am using the following iframe killing script in my site:
<script language='JavaScript' type='text/javascript'>
if (top.location != self.location) top.location = self.location;
</script>
I am doing this to redirect google images traffic directly to my content page and it is all good.
But i have noticed that StumbleUpon.Com traffic is also being redirected and according to their terms, it is bad and my site can be banned from their index, and i do not want this as i have been getting more than 1k traffic from their system per day, some time even much more.
So i am seeking for a iframe killer code with exception module so i can let stumbleupon.com's iframe to work on my site.
Please help if you have any idea..
Thanks in advance