Skip to main content

How To Put Adsense Ad Below Post Title In Blogger

You might have observed an ad below post title in most of the blogs. Why? It is because the spot just after the post title is the best place to put ads to increase Click Through Rate.

So, here is, how to show Google AdSense Ad below post titles in blogger.



Creating Ad:

  • Go to your Google AdSense account & create a new ad unit.
  • For better results choose wide area ad sizes like 300*250.
  • Customize your ad colors and click on save and get code button.
  • Now parse this code using HTML Parse Tool and copy the parsed code.

Adding Ad Below Post Title:

  • Go to Blogger >> Template.
  • Backup your blog template.
  • Click on Edit HTML button.
  • Press Ctrl+F and search for-
<data:post.body/>

Note: There could be more than one <data:post.body/> tags. You can try them one by one to know which works for you. (Second one worked for me)
  • Now paste below code just above <data:post.body/>.

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div align="left">
PLACE YOUR AD CODE HERE
</div>
</b:if>

  • Replace "PLACE YOUR AD CODE HERE" with your parsed ad code.
  • Replace "left" with "center" or "right" to change the ad position.
  • Click on save template button.

If you want to wrap text around Google AdSense, then use below code.

<b:if cond=’data:blog.pageType == &quot;item&quot;’>
<div style="float:left; margin:10px;">
PLACE YOUR AD CODE HERE
</div>
</b:if>


You are done!


If you want to increase your ad revenue then you have to increase your blog traffic. Read these two posts on Tips To Increase Blog Pageviews and an ultimate guide of “Search Engine Optimization Tips for Bloggers” which will help you to gain more traffic from search engines to increase AdSense income.

Comments

Popular posts from this blog

Killer WhatsApp Tricks That You Should Know

WhatsApp has become the best messenger for mobile platform. Not only it is available for every mobile platform but also it is the most used app in these platforms too. The popularity of WhatsApp has grown so much popular that many WhatsApp tricks are coming to internet and many users are searching for these amazing WhatsApp hacks to use in their phone and amaze their friends.  So, here we go: 1. Disable WhatsApp Auto Image Download Though earlier, WhatsApp plus app was required to stop automatic downloading of images, videos and audio files but now, WhatsApp has added this option to its settings. So, you can control automatic media files downloading. Just navigate to More > Settings > Chat Settings > Media auto-download  Check suitable option at ‘When using mobile data’, ‘When connected’ on Wi-Fi’ and ‘When Roaming’. 2. Hide WhatsApp Last Seen Last seen timestamp is great feature but the feature comes out to be really very annoying because i...

How To Remove Powered By Blogger Attribution

Blogger is the most popular blogging platform. However, its Templates contains an official Attribution which shows that the blog is the product of Blogger.

How To Remove "Read More" Link In Blogger

"Read More" option makes your blog more professional, but some expert says, it affects your blog's page rank. So here's a short tutorial on how to remove that link.