What it is
This check covers the same viewport meta tag explained more technically in our other viewport guide, but from the angle of what a mobile visitor actually experiences: without it, a phone's browser assumes the page is built for a much wider desktop screen and shrinks the whole thing down to fit, resulting in tiny, hard-to-read text and a layout that requires constant pinching and scrolling just to read normally.
For most sites today, especially ones with a genuinely responsive design already built in, this is purely a missing-configuration problem rather than a design problem β the responsive layout exists, it's just never given the chance to activate.
Why it matters
On most websites today, mobile visitors make up more than half of total traffic, so a mobile-rendering problem this fundamental isn't a minor edge case β it's very often affecting the majority of everyone who visits the site at all. A visitor who lands on a page that looks broken, cramped, and hard to navigate on their phone is considerably more likely to leave immediately rather than fight with pinching and zooming to read normal-sized text.
Because this specific problem is so visually obvious the moment it's checked (just open the site on a phone), it's also one of the fastest things to confirm is fixed once the underlying setting is corrected.
How to fix it
- Open your site on an actual phone, or use your browser's built-in mobile preview/device toolbar (usually available in developer tools).
- If the page looks like a shrunken desktop layout rather than a properly sized mobile layout, this setting is very likely the cause.
- See our technical viewport guide for the exact code fix β a single
<meta name="viewport">tag resolves this in virtually every case. - If you're on a website builder, this is set automatically by the platform in almost all cases β a broken mobile view there usually points to a custom code embed interfering with it instead.
- Re-check the page on a phone after the fix to confirm text and layout are now properly sized without needing to zoom.