SEO Basics

Is My Website Mobile Friendly? How to Check It (Free) and Fix It

The fastest way to know if your site works on a phone is to open it on your own phone. Here is the quick test, the free tools that replaced Google's retired one, and the short fix list.

Roald
AuthorRoald, Founder Fonzy
7 min read
Is My Website Mobile Friendly? How to Check It (Free) and Fix It
Read this with AI
View as Markdown

Short answer: Open your own website on your own phone right now. If you can read the text, tap the buttons, and use the page without pinch-zooming or scrolling sideways, it is mobile friendly. To confirm, run it through PageSpeed Insights or Chrome Lighthouse, both free. The old Google Mobile-Friendly Test is gone.

Picture a small cafe with a beautiful menu page. On the owner's laptop it looks great. On a customer's phone, the prices run off the edge and the "Book a table" button is a sliver you can barely hit with a thumb. The owner has no idea, because the owner never checks it on a phone. That gap is the whole problem, and it is easy to close.

Open your own site on your own phone first

Before any tool, do the thing your customers do. Pull out your phone, open a private or incognito browser tab so you skip any saved login, and type in your own web address.

Then run the cafe-menu test. Can you read the body text without zooming in? Can you tap the main button on the first try, not the third? Does the page fit the screen, or do you have to swipe left and right to see it all? Try to actually do something: book a table, add to cart, fill in the contact form. If any of that feels fiddly, your customers feel it too, and most of them will not stick around to fight with it.

This takes sixty seconds and tells you more than any score. A tool can flag that your buttons are too close together. Your thumb tells you the same thing faster.

Why "it looks fine on my laptop" is a trap

Your laptop screen is wide. A phone screen is a fraction of that width. The same page has to fold itself into a column about a quarter as wide, and that is where things break.

Text that reads fine at full width can shrink to an unreadable size. Two buttons sitting side by side on a desktop can end up stacked and overlapping on a phone. A layout built for a wide screen can spill past the edge so the whole page scrolls sideways. None of this shows up when you only ever look at your own laptop, which is exactly where most owners look. The site that lives in your head is the desktop version. The site Google and your customers judge is the phone version.

This matters more every year. According to StatCounter Global Stats, mobile passed desktop for worldwide page views, sitting at 50.29 percent versus 48.24 percent for desktop as of May 2026. More than half your visitors are holding a phone. The laptop view is the minority report.

If your site has bigger visibility problems on top of this, how to get your site found on Google walks through the other common causes.

The tool everyone tells you to use is gone

For years, the standard advice was "run it through Google's Mobile-Friendly Test." Do not go looking for it. It is retired.

Google officially shut down the Mobile-Friendly Test tool, the Mobile-Friendly Test API, and the Mobile Usability report in Search Console. Search Engine Land reported the shutdown was confirmed done on December 4, 2023. Google's stated reason was plain: in the nearly ten years since it launched the report, many other resources for evaluating mobile usability had emerged, including Lighthouse from Chrome. The old test address now redirects to Lighthouse. So if a blog post or a freelancer points you at that tool, the advice is out of date. Use what replaced it.

The free tools that actually work now

Three free options give you a real answer, and none of them need a credit card.

PageSpeed Insights. Go to pagespeed.web.dev, paste your address, and run it. It scores your Mobile and Desktop versions separately, which is the point. Read the Mobile tab. It shows a performance score and the Core Web Vitals, the loading and stability measures Google cares about.

PageSpeed Insights Mobile tab showing a performance score and Core Web Vitals

Chrome Lighthouse. This is the tool Google now points to. It is built into the Chrome browser. Open your site in Chrome, right-click the page, choose Inspect, find the Lighthouse tab, pick the Mobile option, and run it. You get the same kind of report PageSpeed gives, generated on your own machine.

Google Search Console. This is the free dashboard that shows how Google actually sees your site. It will not give you a single mobile-friendly stamp anymore, but it flags real loading and usability problems across your pages over time, which is the view that matters for ranking. If you have never set it up, the beginner's guide to Google Search Console gets you started.

Start with PageSpeed Insights. It is one paste and one click, and it is the closest replacement for the tool you used to use.

How to read the result without being technical

A Lighthouse or PageSpeed report throws a lot at you. You do not need most of it.

Look at one number first: the Mobile performance score, shown out of 100. Green, roughly 90 and up, is good. Orange, 50 to 89, means there is real work to do. Red, under 50, means your phone visitors are waiting too long and probably leaving. Then scroll to the list of flagged items underneath. It tells you the specific problems in plain enough language: text too small to read, tap targets too close, image larger than it needs to be. You do not have to understand the code behind each one. You need to know which ones are there so you or whoever built your site can fix them.

Ignore the urge to chase a perfect 100. A solid green score with no glaring usability flags is the goal, not a trophy number.

The mobile problems that hit small-business sites most

Across owner-run sites, the same handful of issues show up again and again.

Text too small to read without zooming. Buttons and links packed so close that you tap the wrong one. A page wider than the screen, so it scrolls sideways. Heavy images that crawl in over a phone connection. And the worst offender, a pop-up that covers the whole screen on a phone with a close button too tiny to hit.

Here is the pattern I see most when helping owner-run shops. The site looks completely fine on the owner's laptop, so nobody thinks to check further. Then a customer tries to book or buy from a phone, the one button that matters is half off the screen or untappable, and the sale quietly disappears. Nobody complains. They just leave, and the owner never learns it happened. The fix is almost always small. The cost of not finding it is not.

The fix list, in order

You will not do most of this yourself, but knowing the list means you can hand it to whoever maintains your site and check it got done.

Add the viewport meta tag. This is the single highest-impact fix, and it is one line of code. According to MDN Web Docs from Mozilla, the standard setting is `<meta name="viewport" content="width=device-width, initial-scale=1" />`, which "sets the viewport to match the device's width and displays content at 100% zoom." Without it, mobile browsers assume a roughly 980-pixel-wide desktop screen and shrink everything to fit, which is why a site can look microscopic on a phone. Most modern site builders add this for you. If yours did not, this one tag fixes a lot.

Make body text big enough. Aim for at least 16 pixels for body text so people can read without pinching. This is widely accepted practical guidance, not a magic threshold, but text below it strains thumbs and eyes.

Give buttons room. Make tap targets large enough to hit with a thumb, around 48 pixels, with space between them so people do not fumble the wrong link. Again, treat this as a sensible target, not a hard rule.

Compress your images. Big image files are the usual reason a phone page loads slowly. Shrinking them to the size actually needed is one of the fastest speed wins. The same care that keeps a simple one-page site lean and fast also keeps your pages light.

Use a responsive layout. The page should reflow to fit any screen instead of forcing one fixed width. Most current themes and builders are responsive already. If yours predates smartphones, this is the bigger project.

For the wider set of practical wins beyond mobile, these small-business website tips cover the basics worth getting right.

Why this decides whether you get found at all

Mobile-friendly is not just about visitor comfort. It is about whether Google ranks you.

Google now uses mobile-first indexing, and it announced the switch was finished on October 31, 2023, in its Search Central blog. Search Engine Journal put the meaning plainly: "Google prioritizes mobile versions when crawling pages and indexing content." Read that again. Google judges and ranks your site by its phone version, not its desktop version. If your mobile site is slow, cramped, or broken, that is the version deciding your search position. A gorgeous desktop layout does not save you if the phone version is the one being scored.

So the cafe-menu test is not vanity. It is the same thing Google is checking. Getting it right is groundwork for everything else, including on-page basics like writing strong meta descriptions that help you climb.

How often to re-check

Run a full check, PageSpeed plus a real phone, after any meaningful change: a new theme, a redesign, a new pop-up, a fresh landing page. Those are the moments things break.

Then keep one small habit. After you publish or change anything, open it on your phone before you walk away. Sixty seconds. That single habit catches almost every mobile problem before a customer ever does.

Frequently asked questions

Is the Google Mobile-Friendly Test still available?

No. Google retired the standalone Mobile-Friendly Test tool, its API, and the Mobile Usability report in Search Console, confirmed done in December 2023. The old test address now redirects to Lighthouse. Use PageSpeed Insights, Chrome Lighthouse, or Search Console instead.

What is the fastest free way to check if my site is mobile friendly?

Open your own site on your own phone in a private browser tab and try to read it, tap the main button, and complete one task like booking or buying. If it feels fiddly, it is not mobile friendly. Then confirm with a free run through PageSpeed Insights.

Does mobile friendliness actually affect my Google ranking?

Yes. Google uses mobile-first indexing, which means it ranks your site based on its phone version, not its desktop version. A site that is hard to use on a phone can rank lower even if the desktop version looks perfect.

What is the single most important mobile fix?

The viewport meta tag, one line of HTML that tells phones to display your page at the device's width instead of shrinking a desktop layout. Per MDN, the standard line is `<meta name="viewport" content="width=device-width, initial-scale=1" />`. Most modern site builders add it automatically.

A developer learned this the hard way. Her side project "looked amazing on my laptop, perfect spacing, balanced typography, smooth layout. Then I opened it on my phone in Chrome. Everything was zoomed out. Buttons looked like tiny dots. The text was microscopic. It was like my site had been printed on a postage stamp." She rewrote her CSS, checked her layout, even blamed the font. Nothing worked. The real culprit was one missing line of HTML, the viewport tag. One tag, and the postage stamp became a website.

That is the whole job here. Open the cafe menu on a phone, read the result the way a customer would, and fix what gets in their way before it costs you the booking. Most owners never look, which is exactly why looking puts you ahead. Fonzy runs these mobile and on-page checks for you and turns the findings into plain next steps, so the phone version of your site quietly works while you run the business.

Sources

Roald

Roald

Founder Fonzy. Obsessed with scaling organic traffic. Writing about the intersection of SEO, AI, and product growth.

Win customers while you run your business.

Fonzy publishes the expert articles that bring customers in from Google and AI search. €1 to start, then plans from €39/mo.

Get my free articles
First 3 articles freeGet found on Google & AI