AdSense is major source of earning from Blog. No doubt that AdSense is very popular among the users. AdSense allow us to place 3 Banner ad units, 3 link units and 2 search boxes to display ads. But the issue is if you add those ad units, link and search box then your Blogger template will become slower. Even my Blogger template becomes slower after adding 3 ad banner and 1 search box.
However if you use less ad banner then your
earning will affect. So we have to make our Blogger template faster. Isn’t it?
To make your Blogger template you have to delete widget, JavaScript etc. And as
a result your site may not perform well. But if you don’t monetize your Blog
properly then your site income from AdSense won’t be good.
Have you ever seen many Blog and website where displaying 4/5 ad banner by tweaking but while loading site then it is performing faster. So what’s the secret? This is not a big secret or trick.
Before
revealing the hidden truth you should know an importing thing about Adsense ad
banner loading system. When an Adsense ad banner load then a JavaScript file
load with it. That means if you place 3 ad banners then with your Adsense ad
units 3 JavaScript will load. Note that more JavaScript means more time required
to load. As a result your site will become slower for multiple ad units.
For Ad unit
load faster Google AdSense has introduced Asynchronous script which is helping
the ad units’ load faster. But still integrating more ad units in our Blog,
this is affecting our site loading time.
But I got a
solution, which will make our AdSense ad unit faster to load. This can increase
our AdSense ad unit loading time 70% faster than before.
You can see
the below example- This is a sample AdSense banner code whose dimension is
300px width X 250px height.
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!—Ad Title -->
<ins class="adsbygoogle"
style="display:inline-block;width:300px;height:250px"
data-ad-client="ca-pub-XXXXXXXXXXXXXXXX"
data-ad-slot="XXXXXXXXXX"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
You may notice that an Asynchronous JS file at the top of the ad unit. And this will load after loading your Blogger template each time. And if you place 3 ad banner then 3 JS file will load with it.
But the interesting fact
that, suppose you have placed 3 ad banner then only 1 Asynchronous JS file is
enough for loading 3 ad units at a time. So here is the main trick. So what I
did that I have removed the entire Asynchronous JS file and place one file
above closing head. As a result now in my site loading 1 Asynchronous JS file
but displaying 4 ad banners.
So to increase AdSense Ads
banner loading speed by 70% first remove all JS script like below from your Ad banner script.
<script async='' src='//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'/>
And follow the below steps to place the JS file in Blogger template.
Step #1: Log in to your Blogger account and Go
to your Blogger Dashboard
Step #2: Now click on -> Template -> Edit HTML
Step #3: Now Find </head> by
pressing Ctrl+F (Windows) or CMD+F (Mac)
Step #4: Paste the below code Before/above </head>
Step #5: Now Save template button
<script async='' src='//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'/>
Step #5: Now Save template button
Now check your Blogger site loading speed. I am sure
that your template is now become faster than before.
One question may arise in your mind that due to
removing JS file your ad unit click may not count. But this is absolutely
wrong. Because I am using only one JS file for my all ads banner and all banner
is generating income for me. So don’t worry about this.
Why are you not doing affiliate marketing ??
Affiliate Marketing This is different part. But the major problem is PayPal doesn't support in my Country. So facing payment receive problem.
=(
Very informative post for adsense publisher
Hi Salek..I am pleased to hear that you found this article helpful. keep visiting for more exciting tips and tricks. Thank You. ^_^
pozz Mohammad kako da ti postavim pitanje u privatnoj poruci imas li facebook ili ???
trebam te hvala
bok. Možete mi poslati e-mail na moju kontaktirajte nas. Ja ne koristiti svoj facebook stranicu često. https://www.facebook.com/rabbikhanbd ovo je moj facebook ID. Ali ti mogu ostaviti komentar tamo. Hvala. :D
Thanks for shearing useful tips. I am going to apply this in my blog http://www.viralandroid.com
Trust me! This will amazingly improve your Page loading speed. :up
thanks for sharing, i tried it on my website http://www.tv-tune.com/ and it work for me. Thanks for giving me a reason to Bookmark this site. God bless you
Congratulation!!!Now your site will perform faster. :yeh
Thanks for the tip. Applying on my website. :-)
Thanks for this tricks... but hope it wont cause adsense to disable my account
This trick is 100% safe. Don't worry.
Thanks for this trick, bro. But is it safe to use?
Hi Bright Joe, :yeh
This is 100% safe. I'm using this trick since 2015. And you will see almost all popular blogger sites are using this trick to make website loading speed faster.
very nice. It helped me in my site Ship Me This
Hi Akhil :)
Nice to hear that. Thanks for dropping your comment.
is your adsense safe bro after using it?
Whew, mate! Thanks for sharing. Gotta try this trick ASAP.
Hi Dinesh :)
Ofcourse this is safe. I'm using this trick since 2016.
Hi Bright Joe :-bd
This trick will make your site faster to load.
hi , is your adsense safe bro after using it?
Hi there :) I'm following this trick since 2016. 100% safe.
Thanks this is a very informative post i have implemented it on my blog www.bloggarians.com.ng one of the best tech blog in Nigeria
WOW good. Your site is pretty fast to load. :up
We did that on https://worldrecipes.eu
The loading speed increased by half of a second, according to google analytics Behavior > Site speed
Thanks for your feedback :up
thanks for the tips am going to give a try on my blog acesspage.com...i hop it works
Nice to hear that. :)
Used it On My website PakistanJobs.Net and it Works .. Fabulous Trick
Thank You Your Mate From Pakistan
Nice to hear that mate :)
Thanks By This method i can save only few bytes
Welcome Abhi, But it will increase your blog page loading time dramatically. ;)
that so helpfully .... is this way still safe on my adsense till now .. and no proplem for use it
This is safe method. You don't have to worry. :yeh
How do I do that on WordPress
Hi Amass :re
In WordPress you don't have to use AdSense script manually. Just use the plugins. In Blogger we have to add the script manually for this reason we can omit same JavaScript file from each ad scrips.