Serving up web ads to users with javascript disabled
Well, with all the news on the Explorer bug, I started wondering what affect this would have on people browsing sites with adsense. I mean, adsense relies on javascript, so if it’s disabled, no adsense right? Right… Of course, adsense is not the only advertising program that uses javascript. (Of course, there are a number of other things, web counters like google analytics, etc….)
I found an interesting solution to solve it…. the noscript tag. Simple elegant and “why didn’t I think of that…”
Just make your HTML look like this:
<script>
… Google AdSense Code….
</script>
<noscript>
…. some affiliate code here….
</noscript>
This does NOT constitute modifying the adsense code and is perfectly acceptable under Google’s guidelines (and probalby any other ad service).
So now all you have to do is decide what alternative ads to offer.
Popularity: 1% [?]
Related Posts - Google rumors galore.... There are all sorts of rumors circulating about Google's product announcements tomorrow at CES. There are still stories floating around about a Google PC running linux and there are stories about pay-download videos and a software bundle. No official word on these from Google. (They had denials about PC talks......
- Great Article on Google search positioning and blogs I just read a great article at blogbusinessworld I think he's got the right idea. Essentially, the point of the article is that blogs tend to interlink and form "content specific" communites. Political blogs would be a great example, usually there are a good deal of interlinkings between Political blogs.......
- Google Video Player? There's a zdnet article that seems to indicate that Google may be close to releasing a standalone video player. Currently videos.google.com uses a plugin that's called google video viewer. The above article gives some interesting information and a good bit of speculation. The speculation is that they will release vlc......
Related Websites - Update to Google Webmaster Tools Greasemonkey Script I recently made a minor update to my Google Webmaster Tools Greasemonkey script for displaying nofollow information. The script allows you to learn which incoming links to your website are nofollow links when viewing the detail for a site within Google Webmaster Tools. I have added functionality that will also......
- Tips To Succeed In Google Adwords Each year, more and more companies use an adword campaign as their main medium when it comes to advertising over the Internet. An adword campaign is an easy, cheap yet effective way to market a company's products and services. At the same time, it offers better results as the campaign......
- Strategies Page Ranking And On The Web Web Site Optimization web ranking and online search engine optimization require take more on the job method to be noticed and ranked for web PR. There are various factors consider when creating an internet site that is planning to rank well with online search engine optimization 1. Well written title tag: Your title......
Similar Posts
- Adsense notifier update
- Google Adsense changes
- Google Adsense changes
- Google Analytics update
- Adsense Firefox referrals available for those outside the US
November 24th, 2005 at 6:38 am
[...] Авери Паркер (Avery J. Parker) предлагает на страницах своего блога простое и, вместе с тем, оригинальное решение проблемы нарушения дизайна и не предоставления рекламы для пользователей с отключенным JavaScript. [...]