Tuesday, December 15

How to Improve Visibility of Adsense Ads in Blogger




To maximize your Adsense revenue, you want to position the adsense ads into the place where a reader or commenter may see them. Like here:

I recommended in an earlier post to enable "ads between posts" under Settings/Layout/Page Elements/Edit in Blog Post Rectangle/Configure Inline Ads.

I also recommended your comment form placement setting to "embedded below post" which makes comments more viewable and adds more text to the posts as the comments build up. This is a setting under Settings/Comments/Comment Form Placement.

Unfortunately this combination of the Comment and Ads setting leaves a large gap between the end of the comment form and the adsense ads so the adsense ads become "low visibility" ads.

To fix this, I suggest to place your adsense "ads between posts" above the comment part of the page. You will have to modify the Template Html to achieve this.

Here are the directions on how to do this quickly:

Following Woork's idea to place ads below the title here's what you do to accomplish ads above the comment section: Go Settings/Layout/Edit Html/Expand Widget Templates/. Search for "includeAd", you will find this piece of code:


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


and you will see it is placed below the comment code. Cut the above piece of code out and place it above the comment code and below the post code. The final arrangement should look like this:


<b:include data='post' name='post'/>
      <b:if cond='data:post.includeAd'>
        <b:if cond='data:post.isFirstPost'>
          <data:defaultAdEnd/>
        <b:else/>
          <data:adEnd/>
        </b:if>
        <div class='inline-ad'>
          <data:adCode/>
        </div>
        <data:adStart/>
      </b:if>
      <b:if cond='data:post.trackLatency'>
        <data:post.latencyJs/>
      </b:if>
      <b:if cond='data:blog.pageType == "static_page"'>
        <b:include data='post' name='comments'/>
      </b:if>
      <b:if cond='data:blog.pageType == "item"'>
        <b:include data='post' name='comments'/>
      </b:if>


As you can see, the comment code is now below the includeAd code. Check out this very blog to see the final layout. The adsense ads become more visible instead of stuck to the end of the post, with a big gap after the comment section. Let me know in your comment how you like this new arrangement! I should be making more adsense $$$ right away ;)

6 comments:

Unknown said...

Hi,

Good one on Improve Visibility of Adsense Ads in Blogger.If you are interested in developing a home based business then http://debtfreeliving.ilovesuccess.net can help you. They provide a Top Rate ethical home-based business that you can enjoy from the comfort of your own home.

Thanks,
Camilynn

Josh said...

I usually try to put the adsense block on the bottom and top of posts to gain maximum effect.

Disclosure said...

Josh, Good point. I did also have adsense blocks on the bottom of the post. They were put after the comment section with a huge space in-between. I could have tried to reduce that space. Instead, to increase the visibility, I put the bottom adsense block above the comment. The gap is still there after the comment, but the ad is above it, so I think that is better. What do you say.

Cheap SEO said...

What a post!!thanks a lot.Liked the way you presented your point.Without planning it’s difficult to succeed.I have bookmarked this page for future requirement.

London Massage said...

Thanks for an insightful post.I never come across such a lovely post which is very well written.Thank you very much for the information.Keep posting cont...keep blogging.

Mobile app development said...

Is there another way without code interupting?

Post a Comment

This is a DoFollow blog. Comments that contribute nothing will be deleted. Keyword exchange: If you are placing your keywords in the Name field I request that you read the post and place my keywords from the post title or text in your comment.