Lorem ipsum dolor sit amet, consectetur adipiscing elit. Test link

Search Suggest

How To Add Google Adsense Ads in Blogger Posts

Adsense

Adding Google Adsense ads between the blogger posts will increase the CTR of the add and that will generate more revenue. To add the ads between a blogger post, we will have to alter the blogger post body code to allow it to support Google Adsense. After getting approved for Google Adsense ads to apply them on your blogger blog, the adding of the Adsense ads between posts will increase the watch time since it's not advisable you use floating AdSense ads. Let's know how to add Adsense ads between blogger posts.
Before adding the ads in the middle of your posts its good we consider some few aspects concerning the way you will interact with your Adsense code. This includes the way you will be placing the add between the written blogger posts in HTML view. Without getting you confused, let me give you the simple steps in which you will follow to add Adsense ads between blogger posts.

How to Add Adsense Ads In the Middle Of Blogger Posts

To carry on with the above procedure, follow the below steps which have the easy explanation on how to place the codes in the template and post editing HTML mode. Follow and implement.
Step 1: Login To Blogger.
Step 2: Move to Theme.
Step 3: Click on Edit HTML under the blog UI sample.
Step 4: Click anywhere in your template code.
Step 5: Click On Both Ctrl and F in Windows And Command F on MacBook.
Step 6: Search for the following code <data:post.body/>
You may find it twice or even three times but most probably use the second one for the bellow exercise. Make sure you save your blogger template theme incase you mess up you can go back.
Step 7. Replace with the BELOW code.
<div expr:id='"adsmiddle1" + data:post.id'></div>
<b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<div style="clear:both; margin:10px 0">
<!-- Add here the code of your ad -->
</div>
</b:if>
</b:if>
<div expr:id='"adsmiddle2" + data:post.id'>
<data:post.body/>
</div>
<script type="text/javascript">
var obj0=document.getElementById("adsmiddle1<data:post.id/>");
var obj1=document.getElementById("adsmiddle2<data:post.id/>");
var s=obj1.innerHTML;
var r=s.search(/\x3C!-- adsense --\x3E/igm);
if(r>0) {obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+16);}
</script>
That's It but you will change your <!-- Add here the code of your ad --> code to the AdSense AD Code so you will have a simple way of applying it with simple words.

Make Google Adsense Display In Center Of Paragraph In Blogger

Also in some cases, you may like to make sure your Adsense code is centered so it looks orderly below a line in your blogger posts and that is possible by adding the code <center> as for how I will add to the code above so you can just copy and paste the code.
<div expr:id='"adsmiddle1" + data:post.id'></div>
<b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<div style="clear:both; margin:10px 0">
<center>
<!-- Add here the code of your ad -->
</center>
</div>
</b:if>
</b:if>
<div expr:id='"adsmiddle2" + data:post.id'>
<data:post.body/>
</div>
<script type="text/javascript">
var obj0=document.getElementById("adsmiddle1<data:post.id/>");
var obj1=document.getElementById("adsmiddle2<data:post.id/>");
var s=obj1.innerHTML;
var r=s.search(/\x3C!-- adsense --\x3E/igm);
if(r>0) {obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+16);}
</script>
That's it and now let's get to the post area where we will have to add the below line for any ad`s you have placed in template editing appears in the middle of your blogger posts. Follow the below steps.

Step 8: After adding the code in your template, then move to your post dining area in blogger.com
Step 9: Switch from Compose To HTML view of post editing area in blogger.
Step 10: Add the below and where you want it to appear in your blogger blog post.
<!-- adsense -->

Let's look at some good example of how it will look like when you implement it in the middle of your blogger post body as indicated above.

This is How to add adsense between blogger posts. This is a demo of the code adding text. Do as you see in this example, view the yellow Adsense code that's how it should be. This is just but a demo text. The demo text helps you know how you will place the code above.This is a demo text.<br /><br /><!-- adsense --> This is How to add adsense between blogger posts. This is a demo of the code adding text. 

You should follow Google Terms And Conditions. Adding the design of the above and will not violate the google ads placement structure and is also recommended. Thank you and contact me or Comment for more.