Now-a-days millions of people use mobile phones to access internet. Moreover mobile internet speed is also very fast these days due to 3G tech.As a result we can say many of your readers visit blogs through mobile phones. But, if the blogs are not mobile friendly, then all mobile readers may be lost because a mobile phone can not load a normal blog normally and takes a lot of time to load and there are other issues that your site not fitting properly in the mobile screen.
So, here is how to make a Blogger (blogspot) blog mobile internet friendly.
1. Sign into your Blogger account and go to Design > Edit html
2. Find this line.
3. Paste this code below that line.
4. Save the Changes and you are done.
Now visitors can access your blogger blog through mobile phones with amazing speed.
So, here is how to make a Blogger (blogspot) blog mobile internet friendly.
1. Sign into your Blogger account and go to Design > Edit html
2. Find this line.
<b:include data='blog' name='all-head-content'/>
3. Paste this 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>
4. Save the Changes and you are done.
Now visitors can access your blogger blog through mobile phones with amazing speed.