Adsense Basics every publisher should know
July 12, 2009 – 4:47 pm | 4 Comments

Many people have online presence with ideas and plans of earning money through blogs or website. And topics such as earning money Online are really popular in that context. Internet is the only home …

Read the full story »
BLOGGER HELP

Get help for Blogger Issues related to templates, widgets, and other problems that arise in your blogosphere world.

BLOGGER RESOURCES

Resources for Blogger that help you to improve your blogging and assists as a reference guide in your blogging.

Blogger Templates

We mainly focus on the blogger templates. We feature latest and popular templates in this blog.

BLOGGER TUTORIALS

Learn how to use Blogger efficiently with our step by step tutorials on several blogger related topics.

BLOGGER WIDGETS

Get the Blogger widgets that enhance the functionality of your blog and adds impression to your template.

Home » Adsense, BLOGGER HELP, BLOGGER TUTORIALS

Adding Adsense Ads in Blogger Posts

Submitted by bloggeruser on May 14, 2009 – 2:14 pm18 Comments
Adding Adsense Ads in Blogger PostsAdsense Ads in Blogger posts has relatively higher CTR (Click through Ratio) and can also significantly increase the number of clicks you receive. Adding Adsense Ads along side bars or between different posts is an easy task but to place Adsense ads directly in the blog post requires some trick. Have you seen most bloggers placing Adsense ads right after the Title of the post? This is really crucial to increase your adsense earnings. But Adsense ads are not displayed if you directly add the adsense code in the blogger post or even in the template. Ok so through this method, you can add adsense in two most popular spots in blogger posts; either just below the title or at the end of the posts. You can also align them to left or right on these spots according to your need and look. In this post we shall discover how to add such Adsense ads in your posts so that you could earn more from them.


This adsense adding method is found very beneficial for bloggers to increase their adsense earnings. The idea of writing this post came to my mind when I stumbled Themelib’s article for increasing adsense earnings for better design. And the main section I can relate to the article is
Inside Blog Posts - If we display Adsense ads inside post, it is found that it has relatively higher CTR. People mostly think this ads as a part of the content and click it often. And these ads have almost related words to the topic or key words you have in your specific blog post. (Thanks CELEBSIMAGE)

Well, now let’s move on if you are really interested to add Ads in such way.
Specifically, we shall be discussing two main steps in order to add such Adsense ads style.

Widget Adding Instructions:

The first main step is to configure inline ads in blogger which is really easy.

1. Go to Blogger Dashboard – click Edit Layout

2. Click on the Edit link in the “Blog Posts’ column as shown in the pic below.

Edit blog posts in Blogger

3. In the pop up window, check the box next to ‘Show ads between Posts’

4. Now, configure the ads, choose the format, colors, etc and save it.

5. This will display the ads in between the posts in homepage, archive pages.. you can change this later if you dont wish to display in those spots.

Now follow the steps again to make the Adsense ads appear inside the content.

1. Go to Blogger Dashboard – click Edit Layout – then click Edit HTML

Wait: Before Editing your Template, Save a copy of your current template by clicking ‘Download Full Template’ in ‘Edit HTML’ page of the Blogger ‘Layout’ Window and ‘Preview’ the changes before Saving.

2. Check the ‘expand Widgets Template Box” as shown in the figure below

Check widgets Template Box

3.Then Search (Ctrl+F) the code given below in your template:

<data:post.body> or <p></data:post.body></p>

4. Now you can add the below code before the code in step 3 if you want to make the Adsense ads appear before the content or after the code in step 3 if you want to make Adsense ads appear after the content.

<b:if cond=”data:post.includeAd”>
<data:adend>
<data:adcode>
<data:adstart>
</data:adstart>

6. Be careful you can only add 3 AdSense for Contents on each page. So if you want to display the Adsense ads only when the blog post is explored, wrap the above code in step 4 with the below code.

<b:if cond=”data:blog.pageType == &quot;item&quot;”>
</b:if>

7. If you placed it properly it would look like

<b:if cond=”data:blog.pageType == &quot;item&quot;”>
<b:if cond=”data:post.includeAd”>
<data:adend>
<data:adcode>
<data:adstart>
</data:adstart>
</data:adcode>

Also note with this way the Adsense ads will also be displayed in Between different posts in blogger homepage and archive pages.

Widget Customization

Customize Blogger Widget

Customization one :

If you don’t want these ads to appear, i.e. to move built-in inline ads to within post, then locate the following block of text which is same with the one we added above:

<b:if cond=”data:post.includeAd”>
<data:adend>
<data:adcode>
<data:adstart>
</data:adstart>

Delete the above code from the template. Be careful ! we just added the same code so make sure you delete the existing template and not the recent added one.

Customization two:

If you still want the AdSense ad unit to appear between posts when visitors view your blog homepage, label or category pages or archive pages, wrap the code above on top and bottom with the following 2 lines:

<b:if cond=”data:blog.pageType != &quot;item&quot;”>
</b:if>
Customization three:

If you want to align the adsense ads to left or right please warp the parsed adsense code with the code below;

<div style=’float: left;’> </div> or <div style=’float: right;’> </div>

8. Click on the Save template. That’s it.

Widget Use and Summary

This trick will certainly boost your adsense earnings. Well I think now you can agree to my point that Adsense earnings also depends upon the better design along with the quality content.

Help and Comment

Help and comment BloggeruserIf you have any problems or any queries related to this widget, Please leave a comment below and I would be glad to help you !You can also comment if this widget has really helped you as i said.

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay

Popularity: 100% [?]

  • Share/Bookmark

Did you miss these related posts ?

  1. Related Posts by Categories; Blogger Widget Blogger/ Blogspot widget “Related posts by categories” shows related posts...
  2. Related Posts Widget for Blogger / Blogspot Blogger widget “related posts” in blogger or blogspot blog is...
  3. Recent posts Widget with images for Blogger Are you tired of using the recent posts widget for...
  4. Recent posts Widget for Blogger / Blogspot Recent posts widget in your blogger blog is a useful...
  5. Adsense Basics every publisher should know Many people have online presence with ideas and plans of...
Tagged with:

18 Comments »

  • George Serradinho says:

    I don’t use Blogger, but WordPress. I really think you explained all the steps in detail and anyone would be able to follow it. A very well written post, keep up the good work.

  • George Serradinho says:

    Hi again,

    I see you say you are in the initial phase of the blog. One suggestion I have for you is on the homepage. The scrolling posts on top, it changes to quickly for me.

    I was reading the details and it just changed to the next one. If you could, maybe set the time to be a bit longer. Maybe 2 to 3 times longer, that will give the user enough time to read the details.

  • Bruno says:

    Adsense is never enough for making money blogging. I supplement Adsense with the Infolinks’ in text ads and find it to be the best way to monetize my website!

  • Pradeep Singh says:

    @ George Serradinho.. Thanks for the appreciation and suggestion too.
    @ Bruno…. Ya adsense requires lot of work and yet people cant make the most out of it.

  • Ricky says:

    Great post and really nice work buddy.I hopt you will give a post about striped ad too.Now i shifted to wordpress so I couldn’t check your tutorial.Keep up the good work

  • Pradeep Singh says:

    @ Ricky. Thanks. I will try in some other post.

  • Pradeep Singh says:

    @ George Serradinho…”I was reading the details and it just changed to the next one………..”
    I think you need to use the stop button adjacent to the picture in the slider so that its easier to go through the whole content. Thanks.

  • jacob says:

    Very useful article for those who are starters like me in the monetization aspect. I am bookmarking this page.

  • Goa says:

    i read your post here and I find that it is very informative. I just need your help on this though. Since Google does not accept more than 3 text ads or more than 3 link ads how do I ensure that in blogger
    i have only 1 ad running after the first post on the homepage as well as on archive pages and single post pages. Is there a code which can satisfy for all three conditions?

    Kindly help

  • kaidoristm says:

    learn to code

  • Pradeep Singh says:

    @ goa.. i didn't get the thing you talking exactly. You can wrap the adsense widget with codes only to display it on the page you wanted.

  • Latest Center says:

    Hi,
    I have one doubt.. can u pls clarify me.. I am seeing after title of post ads in 2 formats 300×250 and 250×250.. how is it possible to display ads in 2 formats inside blog posts?

  • mohsin says:

    hi i want help for adsense in which post,how can i do past it.

  • vineeth says:

    Thank you for your tip.I will be thank ful to you for it every time since it increased my earnings.Thanking you agian.

  • stealourideas says:

    Very informative tips and tricks,..thanks a lot for sharing this tip!i was looking for this particular one for long!

  • Eric Compton says:

    how do i get my blog seen on google when people search on google? http://ericcomptonblogs.blogspot.com

  • urdu stories says:

    i need to place adsense after 2-3 lines on each post.how can i do it.

  • bloggeruser says:

    @urdu Stories,
    To do that i Think you need to place codes for all adsense manually in each posts. It should not be possible that way in blogger template.

Leave a comment!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.