Latest

How to make your blog mobile friendly?

Hi all today ,we are going to discuss about how to make your website/blog mobile friendly.Now a days many peoples used to access internet via their mobile phones,tablets or any other small devices etc..And also many of your visitors visit your site in mobile browser.Actually a normal blog template takes lot of time to load on mobile phones.If the loading speed of your site takes much time,then visitors leave your blog suddenly..This will increase your bounce rate and also you are lossing your visitors gradually.So today we are going to see how to minimize this type of problems on your blog in future.Today i am going to share  one html codes to you,that will increase your blog speed on mobile.This code was not coded by me.All credits goes to gyms.Ok let's start,


How to make your blog to load faster on mobile phones:
step-1: login to your blogger dashboard>Tempate->Edit Html. and find the below line by pressing "ctrl+f"

<b:include data='blog' name='all-head-content'/>

Ten paste this html code below  that line,

<meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/>

<b:if cond='data:blog.isMobile'>

<meta content='width=device-width, initial-scale=1.0, user-scalable=0' name='viewport'/>

<b:else/>

<meta content='width=1100' name='viewport'/>

</b:if>


and then click on save template..Thats it..you are done,

Enjoy,have a happy blogging.

0 comments:Post yours!