How To Add Adsense Below Each Post Title
Today majority of bloggers use google Adsense to monetize their website as it is a cookie based contextual advertising system that shows targeted ads relevant to the content and reader.This makes it the most relevant and attractive compared to other ads.
You might have noticed websites having adsense placed just below the post titles as it gives the best exposure and highest Click Through Rate(CTR).
I hope you are aware of blogger platform and i need not go through basics however if you face any difficulties you can always Contact us
1)Convert your adsense Code
Firstly you need to parse your code to change special character to HTML entities
Use this TOOL
2)Take a backup of your template
For this go to template and click on backup/restore
3)Edit HTML
Under Template Click on EDIT HTML and then Press Ctrl+F and search for
<data:post.body/>.
You might find this code more than one time but, you’ve to work with the second one.
4) Now place this code just above <data:post.body/>.
6) Centering the Ad
<center>
<!-- Add here the code of your ad -->
</center>
Click on Save Template button.
Done!!
Via-helplogger
You might have noticed websites having adsense placed just below the post titles as it gives the best exposure and highest Click Through Rate(CTR).
I hope you are aware of blogger platform and i need not go through basics however if you face any difficulties you can always Contact us
1)Convert your adsense Code
Firstly you need to parse your code to change special character to HTML entities
Use this TOOL
2)Take a backup of your template
For this go to template and click on backup/restore
3)Edit HTML
Under Template Click on EDIT HTML and then Press Ctrl+F and search for
<data:post.body/>.
You might find this code more than one time but, you’ve to work with the second one.
4) Now place this code just above <data:post.body/>.
<b:if cond='data:blog.pageType == "item"'>
PLACE YOUR AD CODE HERE
</b:if>
5)Now, replace the PLACE YOUR AD CODE HERE with the Parsed Ad Code.6) Centering the Ad
<center>
<!-- Add here the code of your ad -->
</center>
Click on Save Template button.
Done!!
Via-helplogger