Mobile checks evaluate how well your page works on mobile devices. Google uses mobile-first indexing, making mobile optimization essential.
What it checks: Whether viewport uses width=device-width and doesn't disable zoom.
Why it matters: Proper viewport settings ensure content fits mobile screens and remains accessible.
How to fix:
What it checks: Presence of responsive viewport and CSS media queries.
Why it matters: Mobile-friendliness is a ranking factor. Most web traffic is mobile.
How to fix:
What it checks: Whether buttons and links are at least 44x44 pixels.
Why it matters: Small tap targets are hard to tap on mobile devices.
How to fix:
What it checks: Whether images use srcset for responsive serving.
Why it matters: Serving appropriately sized images saves bandwidth on mobile.
How to fix:
What it checks: Whether an AMP version of the page is available.
Why it matters: AMP pages load very fast on mobile. Optional but beneficial for some sites.
How to fix:
What it checks: Whether Apple touch icon is configured.
Why it matters: Touch icons appear when users add your site to their home screen.
How to fix:
Use these tools to test your mobile optimization: