Matan · SEO · Technical

Mobile viewport

A viewport meta tag is the basic signal that the layout is meant for phones — still a ranking and usability prerequisite.

Pass condition in our engine: A meta name=viewport tag is present.

1. Problem description

Without width=device-width, mobile browsers render a desktop layout and pinch-zoom. Google’s mobile-first index then sees an unusable page. Interstitials and tiny tap targets usually follow.

2. Most common causes

  • A desktop-only HTML email-style template.
  • The <head> was trimmed and the viewport meta was dropped.
  • A SPA shell forgets to set viewport in the server-rendered HTML.

3. How to fix it

  1. Add <meta name="viewport" content="width=device-width, initial-scale=1">.
  2. Test the page in Chrome device mode and on a real phone.
  3. Avoid user-scalable=no unless you have a strong accessibility alternative.

Test this check

We fetch only this URL (plus robots.txt / llms.txt at the domain root when the check needs them). We do not crawl the rest of the site like a full report.

Scoring rules for the full site crawl are documented in methodology. Want every category at once? Generate a free report.

Get your free SEO & GEO report

Enter your URL and receive a full audit with scoring and recommendations. No sign-up required.