In this tutorial i'm going to explain how to add Adsense ads on best places in blogger,these are the most common places in website or blog.
Also Read:
Adsense Ads For Blogger Below Post Titles,Sidebar,Middle Post,Footer.
1. In The Sidebar:
Implementation:Just go to the Page Elements (Layout), click on the "Add a Gadget" link, then add an HTML/Javascript widget with your Adsense ad code inside it or you can also add directly an AdSense widget provided by blogger under the "Add a Gadget"
Recommended Ads formats for Sidebar: 125 × 125,120 × 600,160 × 600 and 300 x 600
2. Adsense Ads In Between Posts:
Implementation:You can add AdSense ads between your posts just go to Layout, click on the "Edit" link below the Blog Posts, then check the "Show Ads Between Posts".
Recommended Ads formats for Between Posts:468 × 60,300 × 250 & 336 × 280
3.Adsense Ads Under The Header:
Implementation:For this Ad first you need to CONVERT your Adsense Ads.You can use this converter here.
Now,go to your blogger template and press edit html button and click anywhere inside your code and search for the following code by using the CTRL+F keys.
<div id='header-wrapper'>Paste the converted code after it.
Recommended Ads Format for under the Header:728 × 90 & 728 × 15
4. Adsense Ads Above The Blog Posts:
Implementation:First convert your adsense ads code,now go to edit template then click on edit html button and click anywhere inside your code and find <div id='header-wrapper'> by using CTRL+F keys.After converted code paste just right after it.
Recommended Formats For Adsense Above the Blog Posts:460×68,468×15 & 336×280
5. Adsense Ads Under The Post Titles In Blogger(This will visible on all the pages):
Implementation:First,Convert your adsense code then,go to template>edit html>click anywhere inside your code and search for the following code by using CTRL+F keys.
<div class='post-header-line-1'/>
Note: If you can't find it,search it without the ending slash /.Now Paste the code after it.
Recommended Ads Format For Under The Post Title:468 × 68 & 468 × 15
6. Adsense Ads Under The Post Title (Visible only on the post pages):
Implementation:First,Convert your adsense ad code,then go to edit template and find
<div class='post-header-line-1'/>Note:If you can't find it,search it without the trailing slash /
Now paste your coverted code like this:
<b:if cond='data:blog.pageType == "item"'>
<!-- Add here the code of your ad -->
</b:if>
7. Add Adsense Ads Under The Posts Footer:
Implementation:First,Convert your adsense code and the go to edit template and search for the following code
<div class='post-body entry-content'>Note:If you can't find it,search for this code <div class='post-body'>
Now paste your converted code like this
<div style='float:right'>Recommended Adsense Ads Formats: 125x125, 180x150, 120x240 & 200x200
<!-- Add here the code of your ad -->
</div>
8.Adsense Ads Under the Post Titles(Visible Only in the Posts pages):
Implementation:First,Convert your adsense ads code,then go to edit template and search for the following code.
<div class='post-body entry-content'>Note:If you can't find it,search for this code <div class='post-body'>
Now paste your converted code like this,
<b:if cond='data:blog.pageType == "item"'>Recommended Adsense Ads Formats: 125x125, 180x150, 120x240 & 200x200
<div style='float:right'>
<!-- Add here the code of your ad -->
</div>
</b:if>
9.Adsense Ads Between Posts And Comments In Blogger:
Implementation:First,Convert your adsense code and the go to edit template and search for the following code.
</b:includable>Now paste the converted code just above it like this.
<b:includable id='postQuickEdit' var='post'>
<b:if cond='data:blog.pageType == "item"'>Recommended Adsense Ads Formats: 468x60, 300x250 & 336x280
<!-- Add here the code of your ad -->
</b:if>
10.Adsense Ads In The Blogger Footer:
Implementation:First,Convert your adsense code and the go to edit template and search for the following code.
<div id='footer-wrapper'>Now,Paste Your Converted Code Right After it.
Recommended Ads Format for under the Header:728 × 90 & 728 × 15