Instant Results
Enter a URL and get the viewport status in seconds, no setup, no extensions, no browser devtools required.
Enter any URL and click Check Viewport. The tool fetches the page, parses the HTML, and reports the viewport tag status along with any configuration issues found.
Paste any webpage URL into the input field.
Click Check and the tool reads the viewport meta tag.
See if your page is properly set up for mobile responsive viewing.
If issues are listed, each one explains what is wrong and why it matters. Add or correct the viewport tag in your HTML head section and re-check to confirm the fix.
One missing line of HTML can make an entire site unusable on mobile. Without a viewport tag, phones render the page at desktop width and shrink it to fit, text becomes unreadable, buttons untappable, and Google’s mobile-first indexing sees exactly that broken version. The checker pulls any URL and tells you whether the tag exists, what it sets, and whether mobile rendering will respect it.
It also catches the subtle misconfigurations: a tag without width=device-width still renders desktop-wide, a missing initial-scale=1 causes zoom quirks on rotation, and user-scalable=no blocks pinch-zoom, an accessibility failure that locks out low-vision users. Run the check after every theme update or page builder change, those are the moments this one line silently disappears.
Viewport is one of the head tags worth auditing together. The meta tags analyzer reads the full head in one pass, the Open Graph generator builds the social-sharing tags that live beside it, and the display type checker shows your own device’s viewport and pixel ratio, handy for understanding what your visitors actually see.
Enter a URL and get the viewport status in seconds, no setup, no extensions, no browser devtools required.
Goes beyond detecting the tag, checks for width=device-width, initial-scale=1, and flags accessibility issues like user-scalable=no and maximum-scale=1.
Google uses mobile-first indexing. A missing or broken viewport tag can hurt your rankings. Use this tool to verify any page is properly configured.
Pages are fetched using a Googlebot user-agent so you see the HTML exactly as Google sees it, not a cached or redirected version shown only to humans.
Flags viewport settings that block users from zooming in, a WCAG accessibility requirement, so you can fix issues before they affect your users.
Works on any publicly accessible URL, your own site, a competitor, a client site, or any page you need to audit. No login or API key needed.
More SEO tools you might find useful.
Common questions about meta viewport tags and mobile-friendliness.