This is for all who are earning from Google Adsense.

As you might have noticed, Adsense product referrals can not be hyperlinked statically as they get loaded by javascript code which are added to site.

Consider this, you write a post about firefox where you can not hyperlink firefox with link to adsense firefox referral directly. But you do have a adsense button to download firefox in your blogs sidebar. Chances are it will not get noticed. Also a phrase like “download firefox” must point to the download link in tutorial but if you give direct link to Mozilla site you will loose the bucks!

Now to solve this dilemma, the trick is to use HTML named anchor. You can hyperlink all keywords which can be monetized using Adsense referral without violating Google Adsense’ terms of service!

As an example lets start with Firefox again. Very often we ask people to download firefox for some reason while writing about an extension or some functionality which other browsers can not provide! Anyway the following tutorial similarly applies to other Google products viz Google Pack, Google Adsense & Google Adwords!

It is assumed that every page of your site has some common area and you will be placing Google Ads there only! e.g. Sidebar in blogs.

Procedure:
1. Just add following one-line before firefox codes provided by Google Adsense

<a name=”FIREFOX”></a>

2. Now whenever you want to hyperlink word you can do something like this

<a href=”#FIREFOX”>firefox</a>

Thats it! Now whenever someone click on these kinda links they will get redirected to the part of page where product referral link/button (in this case button to download firefox) is placed!

Note that this redirection will go unnoticed as at the max clicking will scroll up/down a page little. Nonew page will get loaded… ;-)

Update: Rupesh posted about javascript code which can save you from manually editing all your posts to hyperlink keywords. Details are here:-)

Related Posts: