Check whether any web page works well on phones — viewport, text size, tap targets, responsive layout and more — with a real mobile screenshot. No login, just paste a URL.
The Mobile-Friendly Test from ToolsPivot checks whether any web page works well on phones and tells you exactly why. Paste a URL and you get a clear Mobile-Friendly or Not verdict, a 0 to 100 score, an itemized list of what passed and failed, a specific fix for each issue, a real screenshot of the page on a phone, and Core Web Vitals. There is no login and nothing to install.
A mobile-friendly test scans a live web page for the signals a phone browser cares about, then reports whether the page passes and what needs fixing. This tool checks six things: the viewport meta tag, responsive layout, plugins, text size, content width, and tap targets.
The tool runs in two stages: a fast source-code analysis on our own servers, then enrichment from Google PageSpeed Insights.
Mobile usability affects both your visitors and your search rankings. More than 60% of global web traffic now comes from mobile devices, so a page that breaks on phones turns away most of the people who reach it.
Google uses mobile-first indexing. Since July 2024, Google crawls and ranks the mobile version of your site as the default, not the desktop version. If your mobile layout hides content or breaks key elements, rankings can fall across every device, which is why mobile checks belong in any SEO audit alongside a keyword rank check.
Google also removed its own answer. It retired the standalone Mobile-Friendly Test in December 2023 and pointed users to Lighthouse and PageSpeed Insights. Those tools are thorough but bury the simple yes or no in a technical report. The ToolsPivot Mobile-Friendly Test brings back that direct verdict and adds the reasons behind it. A quick test after any theme update, plugin install, or CSS change also catches regressions before they reach your audience, since a mobile layout can break with no visible warning on desktop.
The result gives you a verdict, a 0 to 100 score, and a list of issues. What you do next depends on which issues appear, because they are not equal in severity.
A missing viewport tag is the most serious failure. Without it, the whole page renders at desktop width (around 980px) and shrinks to fit, so everything else becomes secondary until you add that one line of HTML.
Tap-target and text-size issues rank next. They do not break the page visually, but small buttons cause mis-taps and small text forces pinch-zooming, both of which frustrate visitors and raise bounce rates.
Content wider than the screen usually traces to one element: an image with no max-width, a fixed-width table, or an iframe that does not scale. Fix the single offending element and the horizontal scroll disappears.
A passing page is not passing forever. Updates can break a layout later, so recheck after significant changes. Because heavy pages load slowly on cellular connections, it also helps to watch total page weight; the page size checker shows how large your page is.
This test matters most at specific moments rather than every day.
Most failures come down to five problems, each with a direct fix.
Google's retirement left several ways to check mobile-friendliness, each with trade-offs.
| Method | What it checks | Cost | Effort |
|---|---|---|---|
| ToolsPivot Mobile-Friendly Test | Verdict, score, viewport, responsive layout, text size, width, tap targets, Core Web Vitals, screenshot | Free, no sign-up | Paste a URL |
| Lighthouse (Chrome DevTools) | Performance, accessibility, SEO, best practices, some mobile checks | Free | Needs Chrome and DevTools knowledge |
| PageSpeed Insights | Performance and Core Web Vitals, lab and field data | Free | Reads as a technical report |
| BrowserStack | Real rendering across many physical devices | Paid after a trial | Account and setup |
| Testing on your own phone | Real experience on one device | Free | Limited to devices you own |
For a fast mobile verdict with the reasons attached, this tool covers the core checks. For pixel-level rendering on dozens of specific handsets, a paid device lab like BrowserStack fills that gap.
No tool covers every case, and being clear about the edges helps you read the results correctly.
The Mobile-Friendly Test checks a live page's viewport meta tag, responsive layout, plugin use, text size, content width, and tap-target sizing. It returns a Mobile-Friendly or Not verdict with a 0 to 100 score and a specific fix for each issue it finds.
Yes. The ToolsPivot Mobile-Friendly Test is completely free with no sign-up and no cap on how many URLs you test. Every result, including the screenshot and Core Web Vitals, is available without an account.
Google retired its standalone Mobile-Friendly Test tool and API in December 2023 and now points users to Lighthouse and PageSpeed Insights. This tool restores the simple yes or no verdict those replacements bury inside a longer technical report.
Google uses mobile-first indexing, so it ranks your site based mainly on its mobile version. A page that fails basic mobile checks can lose rankings on both mobile and desktop, and with more than 60% of web traffic on phones, the stakes are high.
Google recommends tap targets of at least 48 by 48 pixels with about 8 pixels of spacing between them. WCAG accessibility guidance sets a slightly lower floor of 44 by 44 pixels. Targets smaller or closer than that lead to accidental taps.
Yes. The test works on any publicly reachable URL, so you can audit competitor pages, evaluate a WordPress theme demo, or review a client site. No ownership verification is required.
Yes. Each report includes Largest Contentful Paint, Interaction to Next Paint, Cumulative Layout Shift, and First Contentful Paint, along with a performance score. These come from Google PageSpeed Insights running a mobile audit.
Your phone may have a larger or higher-resolution screen than the average handset the test simulates. A page that looks fine on a 6.7-inch display can fail where touch targets overlap or text shrinks on a smaller screen.
Only if it is publicly reachable. The tool blocks private and local addresses for security, so a staging site behind a firewall or on localhost cannot be tested until it is exposed to the open internet.
Not always. A responsive theme handles layout scaling, but oversized images, fixed-width tables, or tiny tap targets can still fail inside a responsive design. Testing catches the issues that a responsive framework alone does not prevent.
Most tests finish within a minute. The source-code checks run in seconds, and the extra time comes from Google PageSpeed Insights generating the screenshot and Core Web Vitals. Repeat checks on the same URL return instantly from a one-hour cache.