Page is Not Mobile Friendly
What This Means
Google Search Console's Mobile Usability report flags this page as having mobile usability failures. Common specific issues include: content wider than screen, text too small to read, clickable elements too close together, or viewport not configured.
Why It Matters for SEO
Google uses mobile-first indexing — it primarily crawls and indexes the mobile version of pages. A page with mobile usability issues provides a poor experience for mobile users, which Google uses as a quality signal. Mobile-unfriendly pages may rank below mobile-friendly alternatives for the same queries.
What the Platform Checks
Cross-references GSC Mobile Usability report data with the technical audit. Fires for each page GSC identifies as not mobile-friendly.
How to Fix It
- Review the specific mobile usability issues in GSC (Index › Mobile Usability).
- Viewport not configured: Add
<meta name="viewport" content="width=device-width, initial-scale=1">. - Content wider than screen: Fix CSS that sets absolute widths wider than the viewport. Use responsive units (%, vw) and max-width.
- Text too small: Ensure base font size is at least 16px for body text.
- Clickable elements too close: Ensure tap targets are at least 44×44 pixels and spaced at least 8px apart.
Find every mobileusability issue
The audit surfaces GSC-flagged mobile usability issues alongside the technical crawl so you can prioritize fixes.