Learn Ethical Hacking Very Easliy And Certain Tips And Tricks On Hacking, Blogging, Earning Money And Seo

Monday 29 December 2014

How to Put Google Adsense Below Post Title in Blogger?


  • Adsense is the first choice of many expert bloggers for their blog monetizing because it is a contextual based ad which shows relevant to the content. To increase the ad revenue webmasters try various ad spot on their blog to get maximum output from their advertisement programs. You might have observed an ad below post title in most of the big blogs. Why they prefer adding ads below the post title? It is because the spot just after the post title is the best place to put ads to increase Click Through Rate (CTR). But you should not rely on what other follows. You should keep trying to add adsense at various locations to check which spot works best for you. Come to our today’s tutorial which is about how to show Google Adsense Ad below post titles in blogger. So, let start the tutorial.
Adsense Below Post Title
Put Google Ads Below Post Title in Your Blogger Blog :)

Creating Google Ads

  1. Go to your Google Adsense account.
  2. Create a new ad unit.
  3. For better results choose wide area ad sizes like 300*250 Medium Rectangle or336*280 Large Rectangle.
  4. Customize your ad colors and click on save and get code button.
  5. Select Synchronous in the code type and copy the ad code
  6. Now parse this code using this HTML Parse Tool to change special characters into their corresponding HTML entities. The ads won’t appear if you use that code directly.
  7. Now copy the parsed code.

Adding Google Adsense in Blogger Below Post Titles

  1. Go to Blogger >> Template.
  2. Note: Take Backup your blog template before doing any changes
  3. Click on Edit HTML button.
  4. Copy all the template code and paste it to notepad file
  5. Press Ctrl+F and search for
<data:post.body/>
  1. Now paste below code just above it.
<b:if cond='data:blog.pageType == &quot;item&quot;'>
PLACE YOUR AD CODE HERE
</b:if>
  1. Replace PLACE YOUR AD CODE HERE with your parsed ad code.
  2. Click on save template button.
  3. You are done!
NOTE: Based upon your template, there are chances that you find multiple instances of<data:post.body/>. So try with all of them.
Once you performed these steps then visit any of your blog posts. Ad below post title will look something like this:
adsense ad below post title
The ad below post title will appear at the left side. If you want to show it at the right side or at center then use below code.
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div align=”center“> // Please type this line manually. It can give you an HTML error.
PLACE YOUR AD CODE HERE
</div>
</b:if>
If you are unhappy with the results and want to wrap text around Google adsense ads like this:
adsense ads alignment
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>
Replace left to right if you want to show ads on the right side wrapped with text.
Note: Observe that all of the above codes are added between conditional tags which will show ads only on post pages neither on homepage nor on labels page. If you want to show ads on every page then remove those conditional tags.
If you are showing ad on homepage and label pages also then take a look on your ad. It will be shown below all post’s titles means if you have set 5 posts to appear on your homepage then it will only appear below first 3 post’s titles. Last two will be shown as blank white space. I recommend you to show ad below first post title only. Replace above conditional tags with below ones to show single ad on homepage and labels page below first top most post’s title.
Visit ckinfo.org for more knowledge


    <b:if cond='data:post.isFirstPost'>

    PLACE YOUR AD CODE HERE
    </b:if>

    0 comments:

    Post a Comment

    Receive all updates via Facebook. Just Click the Like Button Below

    Powered By Blogger Widgets

    Total Pageviews

    Popular Posts

    Blog Archive

    Powered by Blogger.