Today, I will show you the way to speedup a Blogger Blog by using the Lazy Load Script.
Simply, Follow these steps:
- Go to your Blogger account > Template.
- After that, Click on “Edit HTML” option.
- Now, Press “Ctrl+F” button on your keyboard and try to find “</head>“.
- Just Above </head> tag, Insert the below given code:
| <script type="text/javascript" charset="utf-8"> |
In case you experience blank Images in your Sidebar then try out this code instead ( it limits the scope of Lazy Load to the Post Area excluding the Sidebar):
| <script type="text/javascript" charset="utf-8"> |
- After that, Click on “Save Template” Button and you are done.
Disadvantages:
Every coin has two faces so Lazy Load Script also has a disadvantage too.
1. Browsers where Javascript is disabled or does not have support for javascript will show Blank Images.
This is the only disadvantage. Many blogger has misconception that, it affects the SEO as well which is not true.
0 comments:
Post a Comment