In present scenario everybody holding mobile devices in their hands and it is very important that your website or blog should be compatible to mobile devices.
By making websites or blog mobile compatible you can target millions of mobile users who uses internet on mobile devices and you can see tremendous increase in the traffic via mobile devices to your website or blog .
So here I am telling a way,how to make your blogger(blogspot) blog compatible to mobile internet.
Steps to make yor blogger (blogspot) blog compatible to mobile internet:
1. Sign into Blogger account
2. Go to Dashboard
3. Click on Design
4. Click on Edit HTML
5. Search for the following Line
<b:include data=’blog’ name=’all-head-content’/>
6. place the following code below the above 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>
7. Save Changes.
This is it you are done with your blogger blog , now your blog can be accessed pretty fastly on mobile devices.