Forum Moderators: martinibuster
That means (estimated 11 percent) don't see your ads.
Is this from your stats or a figure you have seen bandied around?
I've just checked mine and my visitors for the past few months have been 0% javascript disabled!
As AdSense relies on Javascript there is no way of showing it when JS is disabled. The best idea is therefore to display something else instead - like some affiliate links or a banner ad. Place the alternative content between
noscript tags just after your AdSense code: <script type="text/javascript">
/* Your AdSense code */
</script>
[b]<noscript><a href="http://example.com/page.html"><img src="banner-image.jpg" height="768" width="68" alt="banner ad"></a></noscript>[/b]
It is possible to disable Java, JavaScript, and ActiveX in your web browser. We recommend that you do so if you are browsing web sites that you are not familiar with or do not trust.
[us-cert.gov...]
If your livelihood depends on people disegarding that advice, then things may get precarious.
As a straight-forward business plan, you may need to ensure absolutely that people can trust your site -- so they may be willing to run your scripts on their computer on your behalf.
The type that are so security conscious that they wouldn't click on ads anyways?
Or the type that are using a restrictive browser on a mobile device that probably couldn't navigate to an ad anyways?
Or the type that are using a browser so ancient that they don't know what the #*$! they're doing anyways?
Or the type that are just way too cool for javascript and probably have an adblocker installed anyways?
Does anyone here even know anyone who has obeyed CERTs advice and disabled Javascript?
My guess is that the number is less than 1%.
When there would be much more surfers without javascript, I would know a nice handling.
All my site layout is base on <DIV style=top:50;left80...>
Normal, the position:absolut is in the CSS.
But I could set postion:absolut also by javascript.
In this case, all layout elements would run top down the screen in a sequence, no javascript, no layout.