Loadingβ¦
Add the one tag that makes your site scale correctly on phones.
Without a viewport meta tag, mobile browsers render the page at desktop width and zoom out β text becomes tiny and unusable. This single tag is the foundation of responsive design and mobile-friendliness (a ranking factor).
<head> so the layout matches the device width at 1:1 scale.maximum-scale=1 / user-scalable=no β disabling pinch-zoom is an accessibility failure.<head>
<!-- no viewport tag β desktop layout on phones -->
</head><meta name="viewport" content="width=device-width, initial-scale=1">Virtually all modern themes include this. If yours doesn't, add it via the theme header or a header-scripts plugin.
Next adds a sensible default; override via the viewport export if needed.
Run a free audit and get a prioritized fix list with auto-generated code.
Run a free audit