SEO ToolsMeta Tag ToolsFree Tool

Viewport Meta Generator

Get the standard responsive viewport meta tag, plus commented notes on optional settings and the accessibility risk of disabling pinch-zoom.

How to Use Viewport Meta Generator
  1. 1Open the tool (no input required for the standard tag)
  2. 2Click Generate
  3. 3Copy the standard viewport meta tag
  4. 4Paste it into the <head> of your HTML, and avoid the user-scalable=no option unless you have a specific accessibility-reviewed reason to
Frequently Asked Questions

No - it outputs the same standard viewport tag (width=device-width, initial-scale=1.0) every time, since that single setting is the correct choice for the overwhelming majority of responsive sites.

minimum-scale and user-scalable=no can restrict pinch-zooming. The tool deliberately flags user-scalable=no as an accessibility issue rather than recommending it, since it prevents low-vision users from zooming in.

Yes - without it, mobile browsers render your page at desktop width and then scale it down, which breaks responsive CSS layouts.

Inside the <head> of your HTML, ideally as one of the first meta tags.

Related Tools

Related Articles

More from SEO Tools