Mobile-Friendly Test

Google retired its own mobile-friendly test. Check how well any page is set up for phones here instead.

Free. No signup. Results in seconds.

What the mobile-friendly test looks at

  • Viewport meta tag and width=device-width
  • Pinch-to-zoom not disabled
  • Responsive CSS detected
  • Oversized fixed-width elements
  • Tiny inline font sizes and wide tables
  • HTML weight, home-screen icon and theme colour

Why mobile-friendliness matters more than ever

Google now crawls and ranks the web using its smartphone crawler. What Google sees is the mobile version of your page, so a page that is awkward on a phone is judged on that version, even for people searching on a desktop.

Most traffic to most websites is now mobile, and people leave quickly when they have to pinch, zoom and scroll sideways. Getting the basics right is one of the cheapest improvements you can make.

What happened to Google's Mobile-Friendly Test?

Google retired its standalone Mobile-Friendly Test tool and the Mobile Usability report in Search Console in December 2023. It now points people to Lighthouse, which is powerful but hard to read if you just want to know whether a page works on a phone.

This test checks the same fundamentals in plain English: the viewport tag, zoom settings, responsive layout signals and the common causes of sideways scrolling. For a full performance measurement on a simulated phone, use our website speed test.

The most common fixes

  • Add <meta name="viewport" content="width=device-width, initial-scale=1"> to the <head>.
  • Remove maximum-scale=1 and user-scalable=no. Blocking zoom fails accessibility guidelines.
  • Replace fixed pixel widths with max-width: 100% or relative units.
  • Use at least 16px for body text.
  • Wrap wide tables in a container with overflow-x: auto.

Frequently asked questions

Is Google's Mobile-Friendly Test still available?

No. Google shut down the Mobile-Friendly Test tool and the Search Console Mobile Usability report in December 2023. This free test covers the same basics.

Does this test render the page like a real phone?

It reads the page's HTML and inline CSS, which is where most mobile problems are caused. It cannot see styles in external stylesheets, so for a full visual check also open the page on a real phone or in your browser's device mode.

Is disabling zoom bad?

Yes. Setting user-scalable=no or maximum-scale=1 stops people with low vision enlarging text, and it fails the WCAG accessibility guidelines.

Is responsive design the same as mobile-friendly?

Responsive design is the usual way to be mobile-friendly: one page whose layout adapts to the screen. Google recommends it over separate mobile sites.

More free website tools

Want everything in one report?

The full PageScore audit checks performance, SEO, security, accessibility and mobile in 30 seconds.

Free full audit