Are you are suffering from low AdSense CTR or CPC (earnings)?
Getting less income with Google AdSense daily?
Not Getting enough Clicks inside your blog post…?
Didn’t know Where to place the AdSense code for high revenue?
So here is the solution of placing the right AdSense code at right place, I mean after the Read More (<!—More—>) and continue Tag where visitors see’s the Ad most! Today I am going to tell you How to insert the AdSense code below read more tag in Blogger. This makes it possible with the external JavaScript and some html code required. The entire script is developed by Mohammed Mustafa of MBT which in return gives you more chances to increase overall CTR impressions. Hence The script will show adsense banner ads automatically after read more at the post/page in Blogger when opening it. So lets begin with it, Watch it carefully below.
How to Insert AdSense Code after <!—More—> Tag :-
- First of all Go to the Blogger Dashboard
- Go to template >> Edit Html and
- Search for <head> tag:
- Just below the head tag paste the below JQuery codeonly if you are not yet using the JQuery script code inside your blogger blog etc.
<script src=’http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js’ type=’text/javascript’/>
5. Also past the following code below <head> tag.
<script type=’text/javascript’>
$(document).ready(function(){
$('a[name="more"]').before($('#MBT-google-ad').html());
$('#MBT-google-ad').html('');
});
</script>
Note: Do not alter with the above code otherwise it will not work anymore.
6. Now search for the following codes inside the template.
<data:post.body/>
7. Past the below given code just below the above mentioned code:
<b:if cond=’data:blog.pageType == "item"’>
<div style=”display:none;”>
<div id=’MBT-google-ad’>
<br/>
<center>
ADD ENCODED ADSENSE CODE RIGHT HERE </center>
<br/>
</div>
</div> </b:if>
8. All Done! Happy Blogging.
Customization: Do not forget to replace the bolded text in the above code with your Google Adsense code. Remember your code must be encoded in HTML format in order to work in blogger template. After pasting your adsense code then just save your template and you are all done, Enjoy…
Final Words:
I hope you all will find this tutorial very helpful for your blog and its earnings. This is the case for Blogger only and In WordPress, you can easily do this with the help of many plugins such as Quick AdSense, Ad Injector etc. Now don’t hesitate if you found any problem with this given code above, just tell me at the comments section! I will definitely get back to you with in 24 hours. If you know the better way on how to show ads below read more tag in blogspot blog then please share your views with us. Till then Peace and Blessings.
Muhammed says
Not working google chrome 🙁
Imran Tech says
How to Add AdSense Code after Read More Tag?
You can visit our website to get https://imrantech.site/affordable-local-seo-services/
Abhy Reyes says
Nice!