Here we are going to place adsense ads in three positions.
Placements for Adsense Ads
NO.1 Above every Post Title
NO.2:- Below every Post Title
NO.3:- Below Post Text OR Inside Text
I will recommend no.2 and and no.3 because this is my personal experience. Ok 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.
Now Login to your blogger Dash Board,
click on Layout
click on Edit HTML
and give a tick to \”Expand Widget Template\”
Now find this code in your Template
<div class=\’post-body entry-content\’>
NO.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 Tamplate
NO.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 Tamplate.
NO.3:- Below Post Text OR Inside Text
— 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 and center. For this just look at this code
<div style=\’float:center;padding:5px;\’>
Make changes according to your well.
For Example
<div style=\’float:center;padding:5px;\’>
<div style=\’float:left;padding:5px;\’>
<div style=\’float:right;padding:5px;\’>
This is the simple method to insert adsense ad below, above and inside every post tile. The right placement will increase your earnings from adsense upto %50. 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. Don\’t forget to post comments if you have any difficulties in adding adsense code inside , above or below post title.
0 comments:
Post a Comment