Forum Moderators: open
<SCRIPT LANGUAGE="JAVASCRIPT" TYPE="TEXT/JAVASCRIPT">
<!--
if (self!= top)
{
top.location.href = self.location;href;
}
//-->
</SCRIPT>
This causes your page to always load in a full browser window. I wouldn't leave this in permanently, but it should solve your pesky short-term problem.
Steve
I've just found a directory framing one of my sites index page
When I find that I send an email telling them to cease and desist or I'll go right after them on copyright grounds. Occasionally it makes a difference.
There is no dupe content problem that I've seen. All the same, send them an email and tell them to knock it off or you'll mess them up, (use somewhat more diplomatic language).
It's the same with people stealing images. I don't mind the bandwidth as much as when I check my logs I have to go through all the added BS before getting to the real info. I convert them to text images that say 'stolen images,' which embarrasses them for a few days, then I pull it.
I had several sites that had my entire site in a frameset - the only email address I could send a copyright cease and desist to was my own!
What you have going for you is that it will rarely be worth their time or money to fight you, and they will just stop framing you most of the time.
You should all read up on the case law around framing other's content before claiming that it is a copyright violation.
I don't have a legal leg to stand on when I threaten them with it, (I'm a Canadian citizen, the site is Jamaican, the US DMCA is no help to us)... it's just bluster that sometimes works. ;-)
I have frame-breaking code on some of the pages...
Initially I wasn'y getting anything back from the http_referer variable - however, it seems to be working now, I'm just serving them a blank page with a link to my home page now.
spiders don't do frames
sorry, i know they do, i posted that just after looking at this directorys listings in google without explaining where I was cominig from. The directory shows a noframes version of the page, which G seems to have indexed, most of which are just title / no description, which I guess is because there are several thousand pages that are basically all the same - so they don't have a cache of my framed content which made me less worried...
<edited>
http_referer catching it...
</edited>
Seems a bit of an over the top thing to do when there is such a simple solution (js).
This is like newspaper websites threatening legal action against sites that deep link to their articles when they could easily implement a simple technological solution to solve the problem.
HOWEVER
Whichever method you choose, I suggest that you test it on all the major browsers. I've seen browsers go into infinite loops so I don't attempt it any more. However, I think it is only a problem if your own site uses frames too.
Kaled.
Is this likely to cause any sort of duplicate content penalty?
No.
There is no duplicate content. The content of the noframe area is taken as content for the frameset page.
By the way, you are benefiting from the frameset due to PR which is passed to your page (assuming that the PR of the frameset page is greater than zero).