How to Place adsense between blogger post

♠ Posted by Unknown in , at 01:30
Most of us get worried about our less adsense earnings to try our best to increase this revenue but all of our practices doesn't work. We know that adsense is the highest paying network and adsense earnings depends uponSEO because the more organictraffic means the more adsense earnings. One of the best method to increase adsense earnings is to placing ads where we get more impressions of visitors which is inside blog posts. In this way you get maximum click by your blog visitors. So I will tell how you can boost your adsense earnings by placing adsense ads inside your all blogger posts at once. All of you need to do is adding a little piece of code to your blog template. So lets start the tutorial to adding adsense ads inside your blog posts


Note: Be Careful to not to add so many ads on your blog because it leads to increase your blog loading time.
Check: How to Reduce Your Blog Loading Time?

How To Add adsense ads inside your Blogger post:

Now you can easily place ads inside blogger post just follow the below steps:
  1. We will have to parse/encode your AdSense code >>> (Parse Here)
  2. Now you will add your parse code in the below piece of code and then use it in template.

Add your Adsense inside post Left Side:


<b:if cond='data:blog.pageType == "item"'>
<div style="float:left;">your adsense code goes here </div> </b:if></b:if>

Add your Adsense inside post Right Side:


<b:if cond='data:blog.pageType == "item"'>
<div style="float:Right;">your adsense code goes here </div> </b:if></b:if>

Customizing Your Adsense Ads:

  • Go to Blogger dashboard >> Edit html :
  • Press (ctrl+F) and search this  <data:post.body/> if you find it more than once in your template <data:post.body/> then try for each and check the result which is one is correct.
  • If you want to add adsense ads at the top of post then simply past your code just above it  <data:post.body/>
  • If you want to add adsense ads at the bottom of post then simply past your code just below it <data:post.body/>

0 comments:

Post a Comment