Valid
- <meta name="viewport" content="width=device-width, initial-scale=1">
web validator
Validate viewport meta tags for mobile-friendly settings and accessibility.
Requires width=device-width for responsive layouts.
initial-scale must be numeric if set.
Warns on user-scalable=no or maximum-scale < 1 (accessibility concerns).
Runs client-side only.
HTML head or meta tag
Paste the viewport meta tag or head snippet. We parse the content attribute for width/scale settings.
This viewport validator checks width=device-width, scales, and accessibility flags entirely in your browser.
Use it to keep pages mobile-friendly before launch without uploading HTML.
All validation happens in your browser. No data is sent, logged, or stored.
Structural check only; does not measure actual layout responsiveness.