
You can generate more clicks and increase your Adsense earnings if Google Adsense ads is as “HOT” like this photo above. But in reality it is NOT. Placing Adsense Ads on your blog’s sidebar is not enough if you want to monetize your blog through google adsense. You have to place your ads to a certain spot so it will be notice. Below your blog’s header and inside your entry (above or below the title of your entry and in the middle or below your entry) are the perfect spots. Here’s what to do if you have difficulties on putting adsense code on the spots I’ve mentioned above.
Below Your Blog’s Header
Log in to your Google Adsense account, choose the type of ads you want, configure, genarate and copy the adsense code. When you’re done, goto Blogger Ad Code Converter then paste the adsense code and then click “Convert Ad Code” button.
When done, copy then add this code above and below the converted adsnse code:
<!-- adsense code start -->
converted code
<!-- adsense code end -->
When done. Log in to your blogger account then goto your blogger dashboard and click Layout. Click Edit Html then press Ctrl F and then type div id=’container’ or div id=’content-wrapper’ or div id=’main-wrapper’.(code may vary depending to your template’s xml code). Once the code is highlighted, copy and paste the converted adsense code after this
<div id='main-wrapper'>
or
<div id='content-wrapper'>
or
<div id='container'>
code then click Save Template.
Sample:
Inside Your Entry (below the title of your entry and footer of your entry)
Placing adsense ads inside a blog entry is easy. All you have to do is to erase this
<!--
and this
//-->
on your adsense code. Add this code above
<b:if cond='data:blog.pageType == "item"'>
and this code below
</b:if'>
your adsense code.
Output:
<b:if cond='data:blog.pageType == "item"'>
adsense ad code
</b:if'>
When done. Goto to your blogger dashboard then click Layout. Click Edit Html then check Expand Widget Templates. Press Ctrl F and then type data:post.body. Once the code is highlighted, copy and paste the adsense code above
<p><data:post.body/></p>
if you want your ads to show below the title of your entry. Copy and paste the adsense ad code after this code
<p><data:post.body/></p>
if you want to show your ads below your blog entry.
Output: (Below the entry’s title)
Output: (blog entry – footer)

If you want to show ads in the middle of your entry, all you have to do is goto your dashboard then click Settings then click Formatting and select No on Convert line breaks then Save it. When done, manually paste this code
<b:if cond='data:blog.pageType == "item"'>
adsense ad code
</b:if'>
inside your entry then click Publish Post.
Reminder: Google Adsense only allows 3 text link ads, 1 Google Search Box and 3 Adsense For Content (banners and text only ads) per page. Thanks to kuya mon for some tips.
Related posts:
- Tips For Newbies, Google Translator Widget For Blogger/Blogspot
- Tips For Newbies, CommentLuv Plugin For Blogger/Blogspot
- Tips For Newbies: How To Personalized Your Site Favicon (Blogger/Blogspot)
- Tips For Newbies: Increase Your Site Page Views (Blogger/Blogspot)
- Tips For Newbies, Disabling Right Click And CTRL + C Code For Blogger/Blogspot




Comments