You might have observed an Ad below post title in most of the top blogs. Did you know why they prefer adding Ads below the post title? It is because the spot just after the post title is the best place to put ads to increase CTR (Click Through Rate) and it is very important factor for blog monetizing, i will not waste your much time so lets start adding Adsense below blogger post title.
- Go to your Google Adsense account.
- Create a new ad unit.
- For better results choose 300*250 Medium Rectangle or 336*280 Large Rectangle.
- Customize your ad and click on save and get code button.
- Now parse this code using this HTML Parse Tool to change special characters and convert it for your blogger template, The ads won’t appear if you use that code directly.
- Now copy the parsed code.
Adding Adsense Below Blogger Post:
- Go to Blogger > Template.
- Make a Backup your blog template.
- Click on Edit HTML button.
- Press Ctrl+F and search for
<data:post.body/>
1. Now Paste this code just above it
<b:if cond=’data:blog.pageType == "item"’> YOUR PARSED ADSENSE CODE </b:if>
- Replace YOUR PARSED ADSENSE CODE with your parsed ad code.
- Click on save template button.
- Done!
<b:if cond=’data:blog.pageType == "item"’> <div align=”center“> YOUR PARSED ADSENSE CODE</div> </b:if>
Use the following code to display your Ad wrapped with text
<b:if cond=’data:blog.pageType == "item"’> <div style=”float:left; margin:10px;”> YOUR PARSED ADSENSE CODE </div> </b:if>
Replace left to right if you want to show ads on the right side wrapped with text.
Important:
<b:if cond=’data:post.isFirstPost’> YOUR PARSED ADSENSE CODE </b:if>
If i missed something or you want to add new comment below!