How Fix Ads Not Showing On Blogger Some Pages and Inside Blogger
How Fix Ads Not Showing On Blogger Some Pages and Inside Blogger.
Fix Ads Not Showing On Blogger Some Pages and Inside Blogger.
we find in internet many users say's his/her adsense approved fully. but ads not showing blogger some pages, homepage ,or old posts.before we faced with this problem. we search about this problem on internet many blogger /users give many tips,solution but that tips not effective. so friends dont' upset ๐ here we come with 100% genuine tips to to solved ads problems.this is the most effective tips verified by owner of this blog.ha ha ha !๐
1.Check Your Template Is Responsive Or Not
2.Must Be Check Your Template is Ads Ready.
3.Disable Mobile Default View On Template Setting Choose Desktop View.
4.Check Your Blog Have Four Section Header , Post Widget, Side Bar Widget, Footer Widget.
➤Let's Known Why Not Showing Ads
➽Your Ads load asynchronously, thus making your page load faster as opposed to the Old Ad sense Code which slows down web page loading. A sync Ad code won’t load if you have not mentioned a width to the container where you placed the ad.
➽If ads are displaying fine on your homepage & sidebar widgets but not working inside blogger template then the only reason this is happening could be that you did not encode the HTML code correctly.
➽Your site uses third-party JavaScript: If you are using scripts to hide ads until all page content have loaded then A sync Ad code won't load because it will not be able to calculate the required size for the responsive ad unit.
➽If You Are Using Custom Templates Then Should Be Checked Your Templates HTTPS support. Sometimes HTTP & HTTPS URL protocol type is not the same, the one is encrypted (HTTP) while the other uses the encryption system (HTTPS).For this Reason We Faced With That Problems.
Also Read: HOW TO MAKES ALL HTTP TO HTTPS ON BLOG
How To Fix Ads Not Showing Follow Below Steps ๐๐
By Default we are using below types robot .txt
User-agent: Mediapartners-Google
Disallow:
User-agent: *
Disallow: /search
Allow: /
Sitemap: https://webduniya.blogspot.com/sitemap.xml
But Here we just need to change (enable) robots.txt so that ads can appear on all blog pages.
First, go to Blogger> Click the Settings menu> Click Search preferences> Then find your custom robots.txt like
User-agent: *
Disallow: /searchAllow: /Sitemap: https://webduniya.blogspot.com/sitemap.xml
Pls Note** Don't This Above Method If Your Adsense Didn't Approval., You Can Used Only When Your Adsense Getting Fully Approval.
Then click the Save changes.
Done !
Final Step Most Important๐๐
After applying a special robot .txt, you also need to remove the Ad-sense JS.
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
Replace it with this below code, apply before body tag </body>.
<script type='text/javascript'>//<![CDATA[(function() { var ad = document.createElement('script'); ad.type = 'text/javascript'; ad.async = true; ad.src = 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'; var sc = document.getElementsByTagName('script')[0]; sc.parentNode.insertBefore(ad, sc); })();//]]></script>
That's It ; Voila !๐
Author Note : ๐ Its Not Work Then; it all takes a time for process. You just need to wait until Google crawls your blog with the new robot.txt format.
Thanks for Reading Our Article; Hope This Tips Are You Likes & May be Helpful For You.So Don't Forget To Share This Post. If You Have Any Query About This Post Then Please Comment Below๐ฌ.We Will Responses Soon As Possibles.
2 Comment
-
Anonymous May 15, 2021 12:19 AM Mam yeh code wordpress pe kam karega?