Your google ads position has a great deal of influence on your daily earnings. When ads are well place in good positions, there’s a big chance of a better CTR.
Google’s TOS frowns on altering the adsense code but it never displays when directly inserted in blogger’s XML based template. For this reason, the ad code needs to be parsed to work in blogspot template. According to google adsense pros, this iw well accepted and not violating google adsense terms.
To insert adsense below your blog’s post tilte:
-Log in to your google adsense account and generate your desired ad code for the ad format you intend to use.
-Now paste the ad code directly in the box below
-Copy the parsed code
-Log in to your blogger account and click on design
-Check Expand Widget Template
-Search the code below:
<data:post.body/>
-In the line above this, paste the code:
<!-- Doncaprio.com Adsense Above Posts start -->
<b:if cond='data:post.isFirstPost'>
<br/>
PARSED ADSENSE CODE HERE
<br/>
</b:if>
<!-- Doncaprio.com Adsense Above Posts End -->
-Replace PARSED ADSENSE CODE HERE with the code you parsed earlier.
-Now save your template and the google ad appears right below your post title.