Forum Moderators: martinibuster
The pages were the code has been inserted seem to be counted twice.
It might double load AdSense if you put the code in the middle or the bottom of the page or something silly like that.
Make sure it's above the <BODY> in the <HEAD> section of your page so the frame is broken before any of the page is displayed.
<script language="JavaScript1.1"
type="text/javascript"><!-- // hide from old browsers
if (parent.frames.length > 0) top.location.replace(document.location); // Escape from any referring site's frame, but preserve one-click "Back". -->
</script>
I have this on all my sites and pages, seen no trouble at all.
Ann
breaking my frames torques me off
Well, you can just be torqued.
Having idiots frame my site with AdSense in the other frame torques me off, or any other advertising for that matter. To be blunt, nobody has a right to stick my site in a frame, I don't want it, and if that upsets some people too bad as I don't like to be hijacked without permission.
I know it doesn't matter what I want, and it probably won't/doesn't hurt your overall ad revenue much - for all I know it could increase it. I just find it to be distasteful from a user perspective. From a publisher perspective, I do not want anyone encasing my pages in a crappy looking advertising frame either - but it's something I'm willing to deal with knowing that all of my ads are being shown, and my user will have a pleasant memory of my site.... not think - oh yeah, that's the site that breaks my frames every time and skip it.
edit -
I'd love to see this same topic discussed on a forum of non-webmasters. Just to see the outcome. Perhaps I will query the users of a site that I maintain... I'm just really curious at this point. Perhaps I'm anal?! Oh well, at least now I know who's been breaking my frames :(
What are the implications of busting G's image search other than the obvious viewing of your entire page?
None. Why should a SE be treated any different than any other site framing yours? I think breaking the frames of Google Images reminds the viewer that the picture/image actually belongs to someone and is the property of the site in question.
Add these lines to your .htaccess file: Don't forget to change example.com with your domain name and TLD.
------
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST}!^www\.example\.com
RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]
------
This also permenantly redirects all example.com traffic to www.example.com which is found to be useful for SE crawling and pagerank.
Have fun!
One particular page (around 1,100 page views/day) gets a disproportionately large amount of traffic from Google Images. On Monday, I tried the frame bustin' code, CTR fell to below its normal fluctuation range, eCPM more than halved. On Tuesday I took it off, and CTR returned to normal, but curiously eCPM has yet to recover.
That's one experiment I won't be trying again for a while.
On Monday, I tried the frame bustin' code, CTR fell to below its normal fluctuation range, eCPM more than halved.
FB code assures they will visit your page containing the image instead of viewing the image through Google images.
I believe your answer is below:
What happened to your pageviews? I'll bet they increased - right? This is what caused your CTR and eCPM to drop.
For example: If you double the amount of pageviews, but do not keep up in terms of CTR your eCPM is going to look like it dropped. Bottom line – did your earnings drop?