Last Updated: February 25, 2016
·
439
· nosuid

Use mobile ready headers or RWD

If you have a responsive web design, avoid mobile browsers displaying the desktop version by telling them the page is already in the correct scale. You can do that by adding to your head tag:

<meta name="viewport" content="width=device-width" />