Saturday, December 17, 2011

Add Adsense Ad under your post title

Google Ad-sense is a very unique ads network service for making money if you have really legally content on your website. There is method to take your ads below the post title,so that it looks nice and may be clicked more by the visitors and you can earn.


1. Login-in to your Blogger :


2. Click on Design than Edit HTML


Note 1: Remember to click Expand the widget Templats before Edit your Template.

Note 2: Must take the backup of your Template before Edit your Template.






3. Now find the code by pressing CTR+F a box will open type below code inside the box.
    
<data:post.body/>

4. You will find the code like 

         <data:post.body/>
            <div style='clear: both;'/> <!-- clear for photos floats -->
          </div>;

See picture also below :-




Paste your adsense code above <data:post.body/> the code see below picture also.




Save your Template and see the result.


Thanks for coming here

Blogger Help

Thursday, August 11, 2011

Get Approved For Google Adsense Fast

Earning good amount of wealth every blogger surfer think but it can be true if they invest their little time their mind and really want to make money so expose their quality to Adsense team so they must get approval through Adsense.

Real Names and information.

As the blogger goes for apply to the adsense it ask for registration so i suggest you must fill up your real information like your name your real information address and ph.no etc. 

Apply One time

If you have applied for adsens must be remember never applied again till you get the reply mail from adsense if your blogger select than you will get a confirmation mail otherwise they send a rejection mail to you.only ther rejected blogger can apply again.

 

Blog Has Good Content 

There should be a good content  in your blog so check yous blogger quality and quantity both are must be pure and also post your content at the daily basis like 3-5 post per day.

Good Traffic

The traffic should be hit at your blogs as many traffic increase to your blog that will be good for you to get approval fast so always submit your blog/website as many directory website like Google,Yahoo,Bing,Ask etc.you can also submit yur blogs  to many articles website.

Make Your Site Look Professional

A blog must be professional for making your blog professional follow these few step surely these step helps to you.
 
  1. Use light colors.
  2. Upload simple Template.
  3. Add links to all your important pages.
  4. Ensure easy navigation.
Be remember this tips for getting fast approval.

 Thank You.

Monday, February 14, 2011

How to Place AdSense Ads in the Middle of Blogger Posts


In normal cases all blogger users can put the adsense block at the top of the post or at the bottom Only.
but the problem here is that alot of bloggers don’t get high CTR ( clicks ) by this placement,
so they should play with the ads placement,
the best solution here is to put you google ads blocks in the middle of the post in your blogspot blog.
and you have to check out Google AdSense heat map
blogger don’t offer this option by default settings, so you have to be tricky to do it,
here is easy and fast way to do it.

How to place Adsense in the middle of Blogger posts:

The solution to this problem is quite simple: you only need to move the post body around the advertising code, just with a bunch of JavaScript and a couple of DIVs (divisions). All it takes are 2 easy steps:

1. In your Blogger template: Dashboard –> Layout –> Edit HTML –> Expand Widget Templates

Find the tag <data:post.body/> and replace it with the following code:

<div expr:id='"aim1" + data:post.id'></div>
<div style="clear:both; margin:10px 0">

<!-- Your AdSense code here -->

</div>
<div expr:id='"aim2" + data:post.id'>

<data:post.body/>

</div>
<script type="text/javascript">
var obj0=document.getElementById("aim1<data:post.id/>");
var obj1=document.getElementById("aim2<data:post.id/>");
var s=obj1.innerHTML;
var r=s.search(/\x3C!-- adsense --\x3E/igm);
if(r>0) {obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+16);}
</script>

IMPORTANT NOTICE: Do not forget to replace <!-- Your AdSense code --> with the ad code provided by Google Adsense. Also, the ad code needs to be converted
before you can insert it.

2. In every blog post:

Place the special comment
<!—adsense -->
 
in the exact spot you want the Adsense ads to appear.