Tuesday, April 14, 2009

Place Google AdSense at top right below post's title on Blogger

I have found the most accurate place for Google AdSense to earn more income from my site, at top right position below post's title.

Blogger template have default option to show ads between posts and placed (below the post), isn't a good place for a good result in terms of revenue.










Adsense

So I have decided to change the position of AdSense and in my Blogger Template by using following steps:

Step 1

Login to your blog and go to Layout > Edit HTML make sure your Expand Widget Templates (See Image below) have checked it.

Blogger Template

Step 2

Find following code in your template copy it:

<b:if cond='data:post.includeAd'>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>


Step 3

Find following code in your template:

<div class='post-body'>

And paste copied code just below the code as shown below:

<div class='post-body'>
<div style='float:right'>
<b:if cond='data:post.includeAd'>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>
</div>


Its done now.

In this way, AdSense is more visible and in just a week my earning starts growing and my CTR for the most visited pages. In my opinion if you are using Blogger platform for your blog this would be great plus for you.

Related Posts :





4 comments :

Online Education said...

hi,

i am unable to find out this code in my template.
div class='post-body'

can you suggest me what to do.

Thanks
Ali

Rakesh Sharma said...

Hi Ali,

Please follow step one carefully again. You'll definitely find 'post-body'.

Search 'post-body' by pressing Ctrl+F. Make sure Expand Widget Templates (shown in image above) have checked it.

Thanks

kaidoristm said...

Classes can ave different names it dont have to be post-body

siki said...

Doesn't work for me ,maybe I'm doing something wrong, thanks any way

Post a Comment

 

Copyright © 2009 - tutorialfeed.org