OnTeque is the best platform for Mobile Reviews, Laptop Reviews, Tips & Tricks for Android, Windows, Blogger, WordPress, Google AdSense, Google Analytics, SEO Optimization, Software, mac, iOS Apple, YouTube, Facebook, WhatsApp, Instagram, twitter, How To type tech Question solution. Follow OnTeque for latest update.
Eliminate Render blocking-stackpath.bootstrapcdn.com error In Pages |
Content
Here we are going to learn about Where can I find render blocking resources?, How do I get rid of Render blocking resources?, Which choice is a render blocking resource?, Is HTML render blocking resources?
Render Blocking Overview
Render Blocking : Render Blocking is a process in which google boats unable to process some file of a website and increases its load time. In other hand render blocking resources are those resources or files which do not get rendered or crawled by google boat at the time of website crawl and increase page or website loading time.
Eliminate Render Blocking
Steps to eliminate render blocking from blogger pages
Step 1: Find bootstrapcdn.com in your blogger html.
Step 2: Copy the code below and paste just before bootstrapcdn.com in blogger html.
Step 3: Copy the link as instructed in the video and paste it at all the places where 'CSS HERE ' is written present in the code below.
<noscript>
<link href='CSS HERE'/></noscript>
<!-- LOAD CSS -->
<script type='text/javascript'>//<![CDATA[
(function() {
var css = document.createElement('link');
css.href = 'CSS HERE';
css.rel = 'stylesheet';
css.type = 'text/css';
document.getElementsByTagName('head')[0].appendChild(css);
})();
//]]></script>
Step 4: Delete the previous link with bootstrapcdn.com.
Step 5: Save your theme.
Step 6: Reanalyze your site for render blocking on page speed insight.