In order to get good CTR, you need to place adsense ads in the right place, the most visible and eye catchy spots in a blog are above or inside blog post title. I have seen rapid increase in the CTR (upto 70%) of my blog, when the ads were placed in top of the page just below the post title.
In this post I want to show you, the procedure for placing your adsense in three different and prominent locations.
Here we are going to place adsense ads in three positions.
Placements for Adsense Ads
1# Above every Post Title
2# Below every Post Title
3# Below Post Text OR Inside Text
I will recommend no.2 and and no.3 because this is my personal experience. First of all Login to your Adsense account and select your desire adsense format (I recommend you to place 234×60 )
After selecting your desire ad copy the entire code and paste it here for encoding. (It is important to encode the adsense code before adding in the above positions.) Use Postable for encoding your adsense code.
Adsense code after encoding
<script type="text/javascript"><!–
google_ad_client = "pub-xxxxxxxxxxxxxxx";
google_ad_host = "pub-xxxxxxxxxxxxxxxx";
/* Small Button 234×60 */
google_ad_slot = "2484146014";
google_ad_width = 234;
google_ad_height = 60;
//–>
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Make sure that you encode your adsense code, just like the above one.
1:- Now Login to your blogger Dash Board,
2:- Click on Theme
3:- Under “My Theme” click on the drop down button next to the Active theme and then Click on Edit HTML
Now find this code in your Template
<div class=\’post-body entry-content\’>
1# Above every Post Title
If you want to put adsense above every post, then paste this code
<b:if cond=\’data:blog.pageType == "item"\’>
<div style=\’float:center;padding:5px;\’>
— PLACE YOUR ENCODED ADSENSE CODE HERE —
</div>
</b:if>
Above this one
<div class=\’post-body entry-content\’>
and save your Template
2# Below every Post Title
If you want to put adsense bellow every post title. See the above Picture, then paste this code
<b:if cond=\’data:blog.pageType == "item"\’>
<div style=\’float:center;padding:5px;\’>
— PLACE YOUR ENCODED ADSENSE CODE HERE —
</div>
</b:if>
Below this
<data:post.body/>
OR
This one
<p><data:post.body/></p>
and save your Template.
3# Below Post Text OR Inside Text
If you want to show your adsense ads just after every post text, then paste this code.
— PLACE YOUR ENCODED ADSENSE CODE HERE —
(Note:- Just paste the encoded code. With out the extra code)
Below this
<data:post.body/>
OR
This one
<p><data:post.body/></p>
NOTE:- Replace (— PLACE YOUR ENCODED ADSENSE CODE HERE — ) with your adsense encoded code for every step. Don\’t forget to replace this.
NOTE:- You can also align the adsense to right, left or center. For this just add the following code above the actual adsense code.
<div style=\’float:center;padding:5px;\’>
You can tweak the code according to the layout of your blog.
For Example
<div style=\’float:center;padding:5px;\’>
<div style=\’float:left;padding:5px;\’>
<div style=\’float:right;padding:5px;\’>
This is the simplest method to insert adsense ad below, above and inside every post tile. The right placement will increase your earnings from adsense.
The better the placement, the better will be result. Try all the formats on different places and track the result. It is the experiment which can improve your blog performance. Always keep eye on your blog performance so that you can point out the weakness and correct them on regularly basis.
Remember, you can place maximum 3 adsense ads and 3 link units on single page. Do not display more then that, because it is against the Adsense TOS.
Leave a Reply