Forum Moderators: martinibuster
<!DOCTYPE html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Title of Page Here</TITLE></HEAD>
<FRAMESET><FRAME name="main" src="http://www.my-site.tld/My-Page-Here/" marginwidth="0" marginheight="0" scrolling="auto" frameborder="0"></FRAMESET></HTML>
The title of their domain is exactly the same as the name of my page. I noticed it because I'm seeing the referals. It looks like my Adsense on the page. What are they trying to do? Should I report this to Google?
This one keeps your back button function. Used it for years.
Ann
For thos of you using the frame buster approach. Is that "standard" code on all your sites or just placed there on an as-needed basis. (I do realize it is not a lot of code...).
I disagree that it's a copyright issue, and it will not cause confusion for Google. If it was me I'd put in the framebreaker Javascript code -- problem completely and instantly solved -- and be happy they're sending me the traffic.
It's my website appearing on a page that has a different URL. They didn't ask my permission to "steal" my bandwidth or "borrow" my website to conduct their test. This particular company alternated between my site and a MFA site.
And while you're certainly welcome to your opinion, as far as I'm concerned I don't want (or need) their traffic.
I thank those of you for the code suggestion. It will go in with our new 2008 design in early January (the offending site has already removed our page).
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http(s)?://(www\.)?offending-site.com.*$ [NC]
RewriteRule .* - [F,L]
or you can forward that offending site to anther URL:
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http(s)?://(www\.)?offending-site.com.*$ [NC]
RewriteRule .* another-url.com [L]
I've been using this code for a year now, and it works very well.
But I have a question about frame breakers in general.
To make testing the code easy I put it on a page I knew I could find a reference to in Google Image search.
What I noticed was an ever so brief opening of the page in the Google Image search frame before the frame was broken and the page opened directly from my site.
Is that going to result in two "pageviews" in my stats?
I don't know if this is true today, but historically frame buster code kicked websites right out of the Yahoo Images database!
Do we really care not getting our images in the SERPs (are they used for anything but stealing them anyway?)
I do believe they are used for others things besides theft. Image search is another source of referrals.
I use the hidden frameset method quite a bit. We use it instead of taking the visitors offsite. We'll drop them into a frameset and keep them at our URI while they browse third party content. And yes, your stats remain intact as it is the content within the frameset itself that is being viewed, not the site that is hosting the frameset.
Yes, I know, many do not approve of this method and thats fine. When you have a small local business who represents a large manufacturer and they don't have the budget and/or manpower to set up an online catalog for themselves, a hidden frameset like this allows their visitors to view the catalog while remaining on the clients website.
In some cases pages viewed via so called proxy servers are also being listed in the serps so potentially costing you adsense traffic. At least with frames there is still a link to your site which in theory could help your serps ranking.