High impactMobile
Page Is Not Mobile-Friendly
Google indexes mobile-first. Here's how to pass the mobile-friendly test and rank on mobile SERPs.
What it means
The page fails Google's mobile-friendly criteria: tiny tap targets, text that requires zoom, content wider than viewport, or missing viewport meta.
Why it matters
Google indexes mobile-first since 2020. A page that's not mobile-friendly effectively doesn't rank.
How to fix it
- Add <meta name="viewport" content="width=device-width, initial-scale=1"> to every page.
- Use responsive CSS (Tailwind, Flexbox, Grid).
- Make tap targets at least 48x48 pixels with 8px spacing.
- Test with Google's Mobile-Friendly Test tool.
Find this issue on your site automatically
FreeSEO scans for page is not mobile-friendly and 140+ other issues, free, no signup.
Frequently asked questions
Do I need a separate mobile site?
No. Responsive design is the recommended approach. Separate m. domains are deprecated.
