Open your website on your phone and try to call yourself from it. The page should fit the screen and read without zooming, and one tap on your number should open the dialer. If all of that works, the most important part of a mobile friendly website is already in place. Google retired its Mobile-Friendly Test in December 2023, so now you check with your own phone, Chrome's device mode and PageSpeed Insights.
Google's Mobile-Friendly Test doesn't exist anymore
A lot of advice online still tells you to paste your address into Google's Mobile-Friendly Test. Google retired that tool, the API behind it and the Mobile Usability report in Search Console starting December 1, 2023. The old address now takes you to the page for Lighthouse, a free testing tool that's built into Chrome.
Google said retiring the tool didn't make mobile less important, and named Lighthouse as one of the tools that had come along since. Google also indexes and ranks your site using the mobile version of your pages, as its smartphone crawler sees them. That's the version your phone visitors get too.
Lighthouse has changed too. Version 13 removed its check for small font sizes, so a good score won't tell you whether a customer can read your service list. You find that out by looking at the site on a real phone.
The 5-minute mobile friendly test on your own phone
Use your phone on cellular data, not the office Wi-Fi. Act like a customer with a problem who wants someone on the phone now.
- Search Google for your business name and tap the link to your website. Then tap the Website button on your Google Business Profile. If either one shows an error or a "domain for sale" page, stop. That's your first fix.
- Look at the first screen before you scroll. You should see what you do, where you work, and a phone number or call button. If it looks like a tiny copy of the desktop site, the viewport tag is probably missing.
- Scroll the whole page with your thumb. You shouldn't have to scroll sideways. Text and photos should stay inside the screen.
- Read one paragraph without zooming. If you have to pinch to read your service list, your customers do too.
- Tap your phone number. The dialer should open with your number in it. If nothing happens, the number isn't a link.
- Tap each button and open the menu. Check that you hit what you aimed for, and that the menu opens and closes.
- Send yourself a message through your contact or quote form. Then check that it lands in your inbox.
- Watch for anything covering the page. A pop-up, chat window or banner shouldn't hide your content or your call button.
Write down each step that failed. You'll need the list later.
View your site on mobile from your computer
Your phone shows you one screen size. Chrome can show you a lot of them, and PageSpeed Insights can measure speed. Both are free.
- Open your site in Chrome on a computer.
- Press F12 on Windows or Command+Option+I on a Mac to open DevTools.
- Press Control+Shift+M on Windows or Command+Shift+M on a Mac to turn on device mode. You can also click the Toggle device toolbar button.
- Pick a phone from the Dimensions menu at the top, then scroll through your site like you did on your phone.
- Go to PageSpeed Insights, paste your address and look at the Mobile results.
Device mode only gives you an approximation. Chrome's own documentation says it's still best to test on a real mobile device. It's handy for checking screen sizes you don't own, after you've done the phone test.
PageSpeed Insights shows two kinds of numbers. The top part is data from real Chrome users over the last 28 days, if your site has enough visits to be included. If it doesn't, that part stays empty. Below that is a simulated test run by Lighthouse. Google calls the real-visitor numbers good when the largest content loads within 2.5 seconds. The page should also respond to a tap within 200 milliseconds and keep its layout shift score at 0.1 or less.
What we found on trade business websites
In our research on 1,000 trade business websites (September 2026), about 1 in 5 of the listed website addresses we could check led nowhere useful. Some domains no longer worked at all, some showed an error page, and some were parked or for sale.
Of the 719 sites that loaded normally, 10.2% had no mobile viewport tag. That one line of code tells a phone to fit the page to its screen. Without it, a phone can lay the page out at desktop width and then shrink it to fit. That's the "tiny desktop site" from step 2.
The research has limits. We only checked homepages, and we didn't run JavaScript. So a missing viewport tag is a strong warning sign, but it doesn't prove a whole site fails on phones. The listed address can also be out of date. That's still a problem, because it's the link customers tap. The full numbers are in our State of American Trades Websites report.
What to fix first
Put the problems from your test in this order. Anything that stops a customer from calling you goes near the top.
| Problem | What you see on the phone | Fix | Priority |
|---|---|---|---|
| Site doesn't load | An error, a "for sale" page, or nothing | Renew the domain or fix the hosting, then check the link on your Google Business Profile | 1 |
| No viewport tag | A tiny desktop page you have to pinch to read | Add <meta name="viewport" content="width=device-width"> to the head of every page | 2 |
| Number isn't tappable | Tapping your number does nothing | Turn it into a tel: link, such as <a href="tel:+15555550123"> | 2 |
| Text too small | You zoom in to read | Make the body text larger, and cut long paragraphs on service pages | 3 |
| Buttons too small or too close | You tap the wrong thing | Make tap targets about 48 by 48 pixels, with about 8 pixels between them | 3 |
| Pop-up covers the page | You can't see the content or the call button | Remove full-screen pop-ups. If you need a message, use a small banner | 4 |
| Slow first screen | A blank or half-loaded page for a few seconds on cellular | Shrink large photos and remove scripts you don't use, then check PageSpeed Insights again | 5 |
A dead link or a shrunken page loses people before they read a word. A number they can't tap adds a step right when they want to call. Speed matters too, but a fast page with no easy way to call won't bring in jobs.
Google's advice on pop-ups is plain: don't cover the whole page, and use a banner that takes up a small part of the screen. Pop-ups that are legally required, like an age gate, are an exception.
To see the first fixes in place, open our sample plumbing site on your phone. It fits the screen, and the phone number is a tap-to-call link.
What matters less than you'd think
- A perfect PageSpeed score. You don't need 100. Fix the specific items that slow down your first screen, then move on.
- A separate mobile site or an app. Google recommends responsive design, meaning one site that adjusts to any screen, and calls it the easiest to set up and maintain.
- Matching the desktop layout exactly. On a phone, columns can stack and the menu can fold into a button. Keep the content itself the same, though. Google wants your mobile pages to have the same content as desktop so you keep ranking for the same searches.
- Sliders and animations. If they slow down the first screen or push your phone number down, take them out.
- Testing on every phone model. One iPhone, one Android and Chrome's device mode is usually enough for a small service site.
What to send whoever manages your site
If someone else built or hosts your site, you don't have to fix any of this yourself. Send them:
- Screenshots from your phone of each step that failed.
- Your PageSpeed Insights results for the homepage, Mobile tab.
- The fixes in the order from the table, starting with the viewport tag and the tap-to-call number.
When they say it's done, run the 5-minute test again on your own phone. If the fixes add up to a rebuild, the website cost calculator gives you a rough budget before you ask for quotes.
Frequently asked questions
Is Google's Mobile-Friendly Test still available?
How do I see my website's mobile version on my computer?
Does a mobile friendly website help my Google ranking?
How do I know if my site has a viewport tag?
Sources we checked (12)
- Google Search Central Blog: The role of page experience in creating helpful content (April 2023)
- MDN Web Docs: Viewport meta tag
- Chrome for Developers: Simulate mobile devices with device mode
- Chrome for Developers: DevTools keyboard shortcuts
- web.dev: Accessible tap targets
- MDN Web Docs: The anchor element (tel: links)
- Google Search Central: Avoid intrusive interstitials and dialogs
- PageSpeed Insights: About PageSpeed Insights
- web.dev: Web Vitals
- Chrome for Developers: What's new in Lighthouse 13 (October 2025)
- Google Search Central: Mobile site and mobile-first indexing best practices
- Google Search Central: Understanding page experience in Google Search results
Want to see a new site before you decide anything?
We'll build your website for free and send you a private link. If you like it, plans start at $99/month. If not, you owe nothing.
Build my free website