Bag   Biz   Bed   DIY   Eco-Friendly   Laptops   Mattress   Net   Ring   Sleep   Travel

twitter

Categories


Keetsa Eco-Friendly and Green Mattresses


Top Commentators


Connect /w Zedomax


Adding Link Units can boost your Adsense income up to 30%!


Okay, I have been guilty of making even more money with Google Adsense than ever by implementing Link Units within the content as shown above.

Basically, Google lets you have up to 3 “regular” ads and 3 “link units”.

Now, I used to put the 728×15 link units at the top of the website.  I still do, but I found even a better way to monetize the link units.

Here’s how to do it:

1. You need to put the link unit ads within your content.  You can see an example here.

2. You need some custom programming as no Wordpress plugin will do this. (I wrote the code so…)

Here’s the code you need to replace “the_content()” function in your single.php and index.php files.  (Some themes use theloop.php instead)


<?php

$content = apply_filters(’the_content’, $post->post_content);
$save = explode(”</p>”, $content);
$tcount=0;
$adon=0;
foreach($save as $item) {
echo $item;

if(preg_match(’/img /’,$item)==0 && $tcount>=0 && $adon==0) {
$adon=1;
?>

<div style=”width:120px;height:90px;float:right”>
[Google Adsense Code HERE!]
</div>
<?php
}

if(preg_match(’/img /’,$item)==0 && $tcount>=4 && $adon==1) {
$adon=2;
?>

<div style=”width:120px;height:90px;float:right”>
[Google Adsense Code HERE!]
</div>
<?php
}

$tcount++;
}

?>

Make sure the change “[Google Adsense Code HERE!]” with your actual adsense code.

Basically this code “avoids” ads where there’s an image.  You can change the values of $tcount which is variable for the number of sentences before printing.  (The first $tcount is set to 0 and $tcount to 4 here so your link unit ad shows up on the first sentence and 4th.  If there’s less than 4 sentences, the link unit won’t show up to make it look clean.)

Now the great part about this code is that I used DIV html code to make the link unit ad go within your content.
3. Watch as the link unit ads make more money than ads on the bottom or right of the content.

For each link unit added to your content, you can expect about 10% increase in revenue.  Now, if you had 3 of these link units, that’s about extra 30% revenue you didn’t expect before.

The reason I tried this link unit ad was actually because I was losing money on some of my blogs for some reason and I had to make it up.

The good news is that the blogs I was losing money on came back after 2 weeks so now I am making about 20% more on all my blogs through this method.

A lot of people put these link unit ads on their sidebar or as part of 125×125 pixel ads.  Don’t do that as you will not get many clicks.  The best way is to put it within the content so people notice them.

These link units are also great because they don’t take up much space either.  I use the smallest ones, 120×90 pixels and they work the best.

Now, if you have not link unit ads on your site (at least 1 or 2 of them!), you need to do so and start making more money.

Of course, if your web traffic is still under 1000 uniques per day, you need to get more traffic first.  (duh!) , , , , , , , , , , , , , ,

Tags: , , , , , , , , , , ,

, , , , , , , , , , , , , ,

Rate

1 Star2 Stars3 Stars4 Stars5 Stars
Loading ... Loading ...

3 Responses to “Adding Link Units can boost your Adsense income up to 30%!”

  1. jj-momscashblog Says:

    Hi I thought I already left a message but I guess I didn’t. I had wanted to tell you that I thought your post is most informative especially if you want to boost your adsense income.Which I really need help in that department. I’m not much of a techi so I’m not sure if I can implement this quite yet,but good to know I have a reference when I do decide to take the plunge.Thanks for the info. and how-to.

  2. max Says:

    Hey Jj,

    Sorry I didn’t get to you yesterday but the best way (the proven way) that I’ve found to make money with adsense is 300×250 or 336×280 pixel ad sizes on the upper-left or just on top of your content.

    Most people use 1 300×250 or 336×280 before their content, I tend to use 2 since it makes almost double the money.

    But you won’t really see any effects until you receive at least 1000 uniques per day. Anything less than that, it’s hard to make money with AdSense or anything else.

    But if you do get good traffic, I highly suggest to do something like this: (This one is my best performer, I don’t know why but it is)

    http://mattresszine.com

    This is just my way and I have tried hundreds of different Adsense configurations and keep reverting to the two big ads at the top of the content.

    Although this isn’t great for “reading” per say by your readers, if you are trying to make the “best” percentage from Adsense, you need to do this. or at least try.

    Thanks for comin’ by and let me know if you have more questions.

    Max

  3. Zedomax.Biz - Insider Adsense Secrets and Ad Optimization » Blog Archive » Adsense and Chitika Optimization Heat Map! Says:

    [...] For putting 120×90 pixel Link units, looky here. [...]

Leave a Reply

Related Posts

Bookmark It!


del.icio.us Digg it Netscape reddit SiteHoppin Email this to a Friend Email This Post Email This Post

If you like this post then please subscribe to my full feed RSS. You can also subscribe by Email.


Featured Sites From Zedomax Blog Network