How to put Google Adsense ads below post title in Blogger

Adsense ads placement plays vital role to maximize the ad revenue. Default Blogger allows to place the ad code on the several places like sidebar and below the post but it won’t allows you to place the ad inside the post. Let me walk you through the step-by-step guide on placing the adsense ad code below the Post title. After Placing ads below the Post Title, your final blog post looks as shown in the image below.

Adsense ad code needs to be converted before placing it to the Blogger Template otherwise your ads won’s shown up.
adsense-ads-below-post-title
Before moving directly too the Blogger HTML editor i suggest you to Backup the existing template first.

See How to Backup the Blogger Template.

After you done with that move to the Blogger Dashboard > Template > Edit HTML. Now here inside that search for the below code. Press ctrl+f to search.

 <data:post.body/>

There are multiple entries of that code. I have placed the code below the second entry of that code. for some templates it work for below the first <data:post.body/> entry code.

Paste the Below block under the above code.

<b:if cond=’data:blog.pageType == &quot;item&quot;’>
<div style=’float:left; margin-right:15px;’>                   
Your Adsense Ad. Code Goes here.                                
  </div>                                                                     
</b:if>           

Here, first line suggest that the ad code will appear on the Post pages. You can put the ad code on the left side or right side. Here we have putted in the  left side as show in second line. Third line would be the your Parsed Ad code. Paste it there.

Save the Template and view the changes. Adsense live ads will start appearing below the Post pages.

Leave a Comment