Enhanced my Google Adsense ads position | Online Tech Tips, Free Software for Everybody

Enhanced my Google Adsense ads position

Have you enhanced your Google Adsense ads position ?

After 2 months blogging, my Google Adsense still haven’t reach the minimum payout amount, so I have to put more effort to analyze and enhance my google adsense ads placement.

I’ve noticed that few successful blogger such as Sabahan did integrate google adsense into their first post in every page. I am curious how they do that? And this ads placement improve their earnings? To find out more, I myself must try out the effect of adsense integration into first post in every page. After some reseach and testing, I have integrate my google adsense into the first post of every page successfully by using some php coding below. Wish to share with you all, my readers, so that you could try at your own and share your experience with us if it really increase your earnings!

How to enhance Google Adsense ads placement ?

Here is a simple way to place Google Adsense in first post with Wordpress (on the main page, not on an individual post page).

1. Edit your index.php

Find the string start with <div class=”post-content”>

Add the following lines under the <div class=”post-content”>

<?php if ($count == 0) : ?>
Your Google AdSense code here
<?php endif; $count++; ?>

Tips: If you want to place it after the 1st post, change “count == 0” to “count == 1

My two cents

After some reseach, I find out that most people like to click ads that place on their right hand side. So I want to experiement whether this ads placement will increase my earnings? I don’t know, but hopefully it works. As you can see, my adsense ads has been wrap by my latest post content, and you definitely noticed the google ads there. Do you think the ads position is good? Will you click on the adsense ads in such location?

[Source: A Little Nerdy]

Tags: , ,

7 Responses to “Enhanced my Google Adsense ads position”

  1. musica0911 Says:

    thx ur sharing, but now i still havent use
    the wordpress….maybe i registered streamyx then
    i’ll change it ….

  2. balidreamhome Says:

    Hi Buddy,
    Put the code and integrate on the first post on every page is not save as experienced by Indonesian top pro blogger cosa aranda, his blog is suspended by adsense with reason this system are causing accidental click! have a good day buddy..cheers

  3. Tim Says:

    @bali: Thanks for your suggestion. I’ll take note and do further R&D.

  4. stormwhistle Says:

    Hi Tim
    nice post you have indeed, optimizing adsense is by tweaking the positions by trial and error. Wishing you all the best in your pursue of your dream to be a full time blogger. cheers
    stormwhistle

  5. AhTim Says:

    @stormwhistle: Learn from others’ experience is also a good method. Thanks for your encouragement.

  6. Clement B. Says:

    I am working on getting the adsense revenue up also. I’m experimenting with the text and my page theme. I hope your test turns out positive.

  7. AhTim Says:

    @Clement: Yes, its turn up with positive earnings. Hows your results?

Leave a Reply