How to Put Adsense in the Middle of Post for Blogger

How to Put Adsense in the Middle of Post for Blogger
Experimenting and analyzing where to put your Adsense ads is necessary for you to know where your visitors click on the ads. So today I will share another adsense placement tips. This time we will put your ads on where most readers focuses their eyes, in the middle of your post.

With this ad placement it could increase your Adsense earnings and make more money blogging. If you are having a low CTR on adsense, I suggest you try putting ads in the middle of your blogger post.

The instructions are easy, just follow the simple steps below:

1. Go to Blogger account

2. Template > edit HTML and open template editor

3. Look for the <data:post.body/> tag

Note: Some blogs who uses the "automatic read more" function could have more than two of these, I suggest you try them each and always back up your template before tweaking any template.

4. After looking for that tag, replace it with the code below.

<div expr:id='&quot;aim1&quot; + data:post.id'/>
<div style='clear:both; margin:10px 0'>

YOUR ADSENSE CODE HERE

</div>
<div expr:id='&quot;aim2&quot; + data:post.id'>
<data:post.body/>
</div>
<script type='text/javascript'>
var obj0=document.getElementById(&quot;aim1<data:post.id/>&quot;);var obj1=document.getElementById(&quot;aim2<data:post.id/>&quot;);var s=obj1.innerHTML;var t=s.substr(0,s.length/2);var r=t.lastIndexOf(&quot;&quot;);if(r&gt;0){obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+1)}
</script>
5.  Go to your adsense account and create your desired ad size. After customizing it parse the html using this HTML parser.

6. Replace YOUR ADSENSE CODE HERE with your parsed HTML code.

7. Save template.

You are DONE!


DO you liked it?

Kindly share!

Cheers!

Facebook Blogger Plugin: Bloggerized by Bloggerpreneur Enhanced by fromhobby2money.blogspot.com

Search This Blog

Visitors