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
- 1Open the tool (no input required for the standard tag)
- 2Click Generate
- 3Copy the standard viewport meta tag
- 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
Meta Title Generator
Wrap your page title text in a valid HTML <title> tag and instantly see its character length.
Meta Tag Generator
Enter your page title, description, keywords, and URL to generate a bundle of core meta tags (description, keywords, Open Graph title/description, robots) in one go.
Canonical URL Generator
Generate a <link rel="canonical"> tag from a URL you provide, to tell search engines which version of a page is the authoritative one.
Hreflang Tag Generator
Enter a language code and URL for each translated version of a page, one per line, to generate a full set of <link rel="alternate" hreflang="..."> tags.