Responsive means the layout reflows to fit the screen. Mobile friendly means someone can actually complete what they came to do on a phone, one-handed, on a moving bus, on 4G. Nearly every site built since 2015 is the first. A surprising number still fail the second — and since Google switched to mobile-first indexing, the phone version is the version it ranks.
What "responsive" got us
A real advance: one site instead of a separate m-dot version, layouts that adapt to any width, images that scale. It's the baseline now and any developer delivering a fixed-width site in 2026 shouldn't be.
But reflowing is a layout achievement, not a usability one. A three-column grid stacking into one tall column is technically responsive. If that column is now nine screens of scrolling before the phone number appears, nobody on a phone is ringing you.
Where mobile actually breaks
Tap targets. Links sized for a mouse cursor need a finger. Google's guidance is around 48 CSS pixels; menus of 14px text links fail it, and the failure looks like people not clicking rather than an error.
Forms. The most common conversion killer on the internet. Every unnecessary field costs you completions, and a form that doesn't bring up the number pad for a phone field is asking people to work harder than they will.
Weight. Desktop broadband hides everything. A 4MB homepage that loads instantly in your office takes six seconds on 4G in a car park, which is where customers actually are.
Sticky things. A cookie banner, a chat bubble and a promo bar can between them cover most of a small screen. Each was added on a desktop, where there was room.
The thumb zone. The comfortable reach on a phone is the bottom two-thirds. Put your main action in the top right corner and you've put it where a one-handed user has to shuffle their grip.
How to test it properly in ten minutes
Not by resizing your browser window — that tests reflow, which already works. Pick up an actual phone, turn off wi-fi, and try to do the main thing your site exists for. Get a quote. Find the opening hours. Buy something. If you can't do it one-handed in under a minute, neither can your customers, and the analytics have been telling you so.
Why this decides your ranking now
Google indexes the mobile version of your site. Not the desktop one — the mobile one. If content is hidden, images are missing or the page is unusable on a phone, that's the site being judged, however good the desktop version looks. Speed on mobile is a ranking factor in its own right.
What we won't do
We won't sign off a build on a desktop monitor. Every page gets checked on a real phone on a real connection before launch, because that's the version most of your visitors and all of Google will see. Testing in a resized browser window is how sites ship "responsive" and arrive unusable.