5 simple steps to get the most revenue out of 1 ad space
This simple list will guide you to the perfect use of your ad space ( in german: 5 Schritte zur optimalen Werbeflächenausnutzung ). Just follow these 5 steps to get the most revenue out of 1 ad space. This solution does not depend on Javascript or something else.
- register your adsense account
this step seems to be pretty obsolete ;) - create your adsense banner
just go ahead into your adsense-setup page and create the adsense block you like. - blend the adsense banner into your website
use the same color for the text, the same background-color and border-color as you use on your website. - create your own alternate ad
*Magic begins* google allows you to use an alternate ad, which will be shown if google has no ad that fits to your page. We will create our own ( howto for firefox users ):- right-click on your adsense banner, -> “This Frame” -> “View Frame Source”
- copy/paste the displayed HTML-code into a new file. i.e. alternate_468×60.htm
- Edit the code to fit your needs. Insert your own ad, create clean code ;).
- upload the file to your webserver
- add your alternate url to the adsense code:
google_alternate_ad_url = "http://www.kloeschen.com/alternate_468x60.htm";
- add a noscript ad
The adsense banner won’t be displayed if the user has javascript disabled. With a noscript block we will display our own alternate ad:
<noscript><iframe src="http://www.kloeschen.com/alternate_468x60.htm" width="468 height="60" frameborder="0"></iframe></noscript>
And now lean back and read your own free adsense seo book ;)
Written by Administrator on August 14th, 2006 with
10 comments.
Read more articles on Adsense.
- [+] Digg: Feature this article
- [+] Del.icio.us: Bookmark this article
- [+] Furl: Bookmark this article

#3. August 15th, 2006, at 3:11 PM.
Glad to know I’m doing it right ;). Our list is up if you’d like to look - http://lilduckduck.com/ducky-moments-in-time/240
Have a great day!