13 Places to put Adsense ads in Blogger

13 places in our blog where we can add AdSense ads and about how we can implement these and we'll get to know as well which are the most suitable formats based on those available in our AdSense account.

Identify your website’s hot zones. By this, I mean knowing the parts of your page that are proven to capture your visitors’ attention. These are the designated areas where the most important messages should be placed (such as your call to actions, information about your products or service, etc.) to quickly get the response that you desire.





 1 if you want to put Ads in sidebar 



2  if you want to show Ads between posts



3  if you want to show below header






4  if you want to put footer






5 if you want to put Ads above post in home page





all above, putting Ads on blog it very easy

now i am how to put Ads inside the post

6  Above  the blog posts



 Above the post if Add on Gadget is not availabe in Template
search for  <div id='header-wrapper'> in  Template




Ads between post and comment

 search for </b:includable>
<b:includable id='postQuickEdit' var='post'>

paste above it

<b:if cond='data:blog.pageType == "item"'>

<!-- Add here the code of your ad -->

</b:if>

8  Ads under the post title all pages


 

search for <div class='post-header-line-1'/>


9  Ads Under the post title (visible only on the posts pages)
 


search for <div class='post-header-line-1'/>

<b:if cond='data:blog.pageType == "item"'>

<!-- Add here the code of your ad -->

</b:if>



10  In the post's body (it will be visible on all pages)




search for <div class='post-body entry-content'> 
<div style='float:right'>

<!-- Add here the code of your ad -->

</div>



11  In the post's body (visible only in post pages)



search for <div class='post-body entry-content'> 
or
<div class='post-body'> 

paste this 

<b:if cond='data:blog.pageType == "item"'>
<div style='float:right'>

<!-- Add here the code of your ad -->

</div>
</b:if> 
 
 


12  Ads in post footer
 


search for <p class='post-footer-line post-footer-line-3'/>

13  Ads in Header 

for this you have to choose the template,which have Add on Gadget near to Header, because its coding is difficult  for beginner.





I can't find the codes, what should I do?
When searching for a specific code, make sure that you have no spaces before/after it. These are the default codes of Blogger and should be found in all the templates unless they have been modified by the template designer.

Why should I convert my AdSense code?
The Blogger's Template reads it as text and not as code so it is better to avoid any errors when trying to save it.

The ads are not displaying properly, why is that?
The ads could be affected by the styles (CSS) selectors (divs) containing them and some templates could be wrong designed, then you should consider modifying these styles, look for another relevant place or in extreme cases, change the template.

Can I put the all 11 codes on my blog?
No, you should choose just one of the locations where you want to put the ads considering that AdSense have some limits on the number of ads that could be displayed. Try to make a balance with your content.

Why there should be only 3 ads displayed on the main page?
This is due to the limit set by AdSense. Combine the type of ads (text, rich media ads and link units) if you want to show more ads.