Custom Web Audits
Run Audit Demo Audit Audit Types Free Tools Pricing What We Analyze 🔒 Login
← All free tools
📱

Mobile-Friendly Checker

Test whether a page is set up for mobile: viewport meta tag, width=device-width, responsive media queries and fixed-width layout warnings — the signals behind mobile-first indexing.

⚡ Interactive demo — sample data
This sample page has a viewport tag but is missing width=device-width and ships some fixed-width layout — it won't scale cleanly on phones.
Viewport meta tag: present Looks good
width=device-width: not set — required for responsive scaling Issue
Responsive CSS (media queries): detected Looks good
Fixed-width layout: large fixed px widths found — may overflow on mobile Warning
Verdict: mobile-friendliness needs work — fix the viewport setting first Warning

About this tool

Test whether a page is set up for mobile: viewport meta tag, width=device-width, responsive media queries and fixed-width layout warnings — the signals behind mobile-first indexing.

How it works

Enter your page URL
Paste any public URL and run the check. We fetch the page's HTML and look for the structural signals that decide whether a page renders properly on a phone — the same things a mobile crawler reads before it ever paints the page.
Review the mobile signals
You get a verdict on the viewport meta tag and its width=device-width setting, whether the page ships responsive CSS (media queries), and whether large fixed-pixel widths are present that tend to overflow small screens. Each signal is flagged with a plain reason.
Fix the gaps and re-run
Add or correct the viewport tag, add responsive breakpoints, and replace fixed widths with flexible units. Re-run to confirm the page now reports the core mobile signals search engines expect under mobile-first indexing.

What we check

Common issues we catch

Where this matters

Frequently asked questions

What makes a page mobile-friendly?
At minimum, a viewport meta tag set to width=device-width, responsive CSS that adapts the layout at different screen sizes, comfortable tap targets, readable text without zooming, and no horizontal scrolling. This tool checks the structural signals — viewport, responsive CSS and fixed-width warnings — that underpin all of that.
What is the viewport meta tag?
It's a line in the page head, typically <meta name="viewport" content="width=device-width, initial-scale=1">, that tells mobile browsers to size the layout to the device's screen instead of assuming a desktop width. Without it, phones shrink the whole page to fit and everything looks tiny.
Why does width=device-width matter so much?
It's the instruction that makes the browser match the page to the actual screen width. Even a page full of responsive media queries won't scale correctly on a phone if this is missing, so it's the single most important part of the viewport tag.
What is mobile-first indexing?
Google primarily uses the mobile version of a page to crawl, index and rank it — for all users, not just mobile ones. That means a page that renders poorly on mobile can hurt your rankings everywhere, which is why these signals are worth getting right.
My page looks fine on my phone — why does the tool flag it?
The check reads the page's HTML signals, not just appearance. A page can look acceptable yet be missing the viewport tag (so it's relying on the browser's fallback behaviour) or have its responsiveness injected by scripts a crawler doesn't run. The flags point you to what a bot actually sees.
What are tap targets and why do they matter?
Tap targets are the clickable areas — links and buttons. On a phone they need to be large enough and spaced enough to hit accurately with a thumb. Small, crowded targets cause mis-taps and are a recognised mobile-usability problem, hurting both experience and page-experience signals.
Do I need a separate mobile site?
No. A single responsive page that uses the viewport tag and media queries to adapt to any screen is the modern standard and the simplest to maintain. Separate mobile sites add complexity and a second URL set to keep in sync — responsive design avoids both.
How soon will mobile fixes affect rankings?
Users get the improved experience immediately. Search engines re-evaluate the page the next time they re-crawl it under mobile-first indexing, so ranking effects typically appear over days to a few weeks rather than instantly.

This is one of several free SEO tools from Custom Web Audits. For a complete, prioritized analysis of your whole website, run a full audit.