Mobile-friendly check

Emulates a Moto G4 to detect tap targets <44px, unreadable font sizes, horizontal scroll, and missing viewport meta — the mobile-first indexing killers.

Quick answer

Every crawl runs a headless mobile emulation and grades tap-target size, font size, viewport, and horizontal overflow.

What it checks

Where to find it in Lemwatch

Site details → Mobile.

How to fix

  1. Add <meta name="viewport" content="width=device-width, initial-scale=1">.
  2. Bump button padding to 12px+ so tap targets hit 44px.
  3. Set base font-size to 16px.
  4. Use max-width: 100% on images and iframes.
  5. Re-run the check.

FAQ

Why Moto G4?

It matches Google's mobile-first crawler profile.

Does responsive design pass automatically?

Usually — but plugin widgets and third-party embeds are the common offenders.

Related