All SEO checks
Technical SEOwarning
Missing viewport meta tag
What this check looks for
Checks whether the page has a <meta name="viewport"> tag that sets the layout width for mobile devices.
Why it matters
Without a viewport meta tag, mobile browsers render the page at a desktop width and zoom out, leaving text tiny and tap targets cramped. Google uses mobile-first indexing and evaluates mobile usability, so a page that isn't mobile-friendly can lose rankings and frustrate the majority of visitors who are on phones. The standard tag makes the layout adapt to the device width.
How to fix it
html
<!-- Add inside <head> -->
<meta name="viewport" content="width=device-width, initial-scale=1">Go deeper
Check your site for this and 120+ other issues
Analyze any URL free