What Is Google’s Mobile-Friendly Test?
Google’s Mobile-Friendly Test was a free, publicly accessible web tool that allowed website owners, developers, and SEO professionals to instantly check whether a web page was optimised for mobile devices. It was accessible at search.google.com/test/mobile-friendly and required nothing more than a URL to produce a result.
The tool was powered by the same Googlebot used to crawl and render the actual web. When you submitted a URL, the tool fetched and rendered the page using a simulated mobile browser, then evaluated it against Google’s mobile usability standards. Within seconds, it returned one of two verdicts — “Page is mobile-friendly” or “Page is not mobile-friendly” — along with a screenshot showing how Googlebot saw the page, a list of specific usability issues detected, and details about any page resources that failed to load.
At its peak, the tool was one of the most widely used diagnostics in SEO, serving tens of millions of queries per year. For non-technical website owners who did not know how to inspect their site’s code or interpret server logs, it was often the first — and only — tool they used to understand how their website appeared to mobile visitors and to Googlebot.
2. A Critical Update: The Tool Was Retired in December 2023
This is the most important fact to establish before going further: Google officially retired the Mobile-Friendly Test tool on December 1, 2023.
The retirement also included the Mobile Usability report in Search Console (which was later partially reinstated in a different form) and the Mobile-Friendly Test API that developers had used to integrate mobile testing into automated workflows.
Google announced the retirement in April 2023, giving site owners approximately eight months to find alternatives. In its announcement, Google pointed to several converging reasons:
Mobile-first indexing is complete. Google’s transition to mobile-first indexing — the system by which Google uses the mobile version of pages as the primary basis for indexing and ranking — was substantially completed in 2023 and fully deployed by July 2024. With the entire web now indexed from a mobile-first perspective, the binary “mobile-friendly / not mobile-friendly” test became insufficient as a diagnostic. The question was no longer simply “is this page mobile-friendly?” but rather “how good is the mobile experience?”
The standard has moved beyond a pass/fail test. The Lighthouse tool that Google recommended as a replacement evaluates far more than the old Mobile-Friendly Test ever did. It measures performance through metrics like Largest Contentful Paint, Interaction to Next Paint, and Cumulative Layout Shift. It audits accessibility, checks best practices, and SEO fundamentals.
Numerous alternative resources had emerged. The mobile testing landscape had matured significantly since the original tool launched in 2014. Between Google’s own Search Console, Lighthouse, PageSpeed Insights, and a robust ecosystem of third-party tools, the single Mobile-Friendly Test had become redundant.
Despite the retirement, the underlying principles and the specific issues that the tool checked for remain completely valid and critically important for SEO in 2026. This article covers both the history and legacy of the original tool and, more practically, everything you need to know to check and improve mobile-friendliness today.
3. Why Mobile-Friendliness Still Matters More Than Ever in 2026
The tool may be gone, but the need it addressed has only grown more urgent. The numbers tell an unambiguous story:
- Mobile devices account for 64.35% of global website traffic as of 2025
- For local, retail, and consumer-facing categories, mobile’s share of traffic climbs above 75%
- Google uses the mobile version of every website as the primary input for its search index — completing this rollout fully in July 2024
- Core Web Vitals data from 2025 shows that 48% of mobile websites meet all three threshold requirements, up from 44% in 2024. Progress is happening, but slowly — more than half of all mobile sites still deliver suboptimal experiences
The business consequences of poor mobile performance are direct and measurable:
- Sites with slow mobile load times can see up to a 53% increase in bounce rates
- A non-mobile-friendly site may rank lower in search results, experience higher bounce rates, and lose traffic to competitors
- Mobile users spend around two minutes on mobile versus five minutes on desktop — meaning every friction point translates to faster abandonment
The retirement of Google’s specific testing tool changed nothing about the underlying imperative. If your site is not mobile-friendly, it is losing search visibility, traffic, and revenue.
4. What the Original Mobile-Friendly Test Did
Understanding what the original tool measured helps you understand what standards you still need to meet — even though the tool itself is gone.
How It Worked
When you submitted a URL to the Mobile-Friendly Test:
- Googlebot fetches the page — the same crawler Google uses in its real-world crawling process retrieved the URL, including all linked resources (CSS, JavaScript, images, fonts)
- Page is rendered — Google’s rendering engine simulated a mobile browser environment and fully rendered the page including executing JavaScript
- Usability criteria are evaluated — the rendered page was measured against a defined set of mobile usability criteria
- Results are returned — within seconds, the tool showed:
- A pass/fail verdict
- A screenshot of how Googlebot saw the rendered page
- A list of specific issues detected, with explanations
- A list of page resources that failed to load
What It Specifically Checked
The Mobile-Friendly Test evaluated pages against five core criteria:
1. Viewport configured correctly Whether the page included a proper <meta name="viewport"> tag. Without this, mobile browsers render pages at full desktop width and display a tiny, unreadable layout.
2. Text legible without zooming Whether the font size was large enough to read on mobile without pinch-to-zoom. Google’s standard was a minimum of 16px for body text.
3. Touch elements appropriately spaced Whether interactive elements — links, buttons, form fields — were large enough and spaced far enough apart for reliable tapping. Google’s guidance specified tap targets of at least 48×48 pixels with 8px minimum spacing.
4. Content fits the viewport Whether the page content required horizontal scrolling — a strong signal of a non-responsive layout.
5. No use of incompatible plugins Whether the page used plugins like Adobe Flash, Java, or Silverlight that are not supported on most mobile browsers.
5. What Mobile-Friendly Actually Means to Google
Even without the original test tool, Google’s definition of a mobile-friendly page is clear and well-documented.
Three Accepted Mobile Configurations
Responsive design (Google’s preferred method): Serves the same HTML code on the same URL regardless of the user’s device, but can display the content differently based on screen size. Responsive design is Google’s recommended approach because it uses the same URL and HTML for all devices, simplifying maintenance while ensuring consistent content and metadata.
Dynamic serving: Uses the same URL for all devices but detects the user agent and serves different HTML/CSS. Requires correct implementation of the Vary: User-Agent HTTP header.
Separate URLs (m. subdomain): Serves entirely different pages to mobile users at a separate subdomain. The most complex to maintain and most prone to errors.
Content Parity Rule
Mobile-first indexing means your mobile pages must contain the same key content, structured data, internal links, and metadata as your desktop pages. If your mobile site has less content, fewer internal links, or missing structured data compared to desktop, your rankings will reflect the mobile version — meaning desktop-only optimisations are invisible to Google.
Accessible Resources
Make sure that Google can access and render your mobile page content and resources. Use the same robots meta tags on the mobile and desktop site. If you use a different robots meta tag on the mobile site — especially the noindex or nofollow tags — Google may fail to crawl and index your page when mobile-first indexing applies.
6. Google’s Mobile-First Indexing: The Bigger Picture
The Mobile-Friendly Test did not exist in isolation. It was part of a broader, decade-long transformation in how Google crawls and ranks the web.
Timeline of Mobile-First Indexing
| Year | Milestone |
|---|---|
| April 2015 | Google launches “Mobilegeddon” — first mobile-friendly ranking signal |
| August 2014 | First version of Mobile-Friendly Test tool launched |
| November 2016 | Google announces mobile-first indexing; begins limited testing |
| March 2018 | Mobile-first indexing rollout begins for selected sites |
| July 2019 | All new websites indexed with smartphone crawler from day one |
| October 2023 | Google confirms mobile-first indexing is nearly complete |
| December 2023 | Mobile-Friendly Test tool retired |
| July 2024 | Mobile-first indexing fully deployed across 100% of websites |
| September 2025 | Google’s “Perspective” core update reinforces mobile performance as a stronger ranking factor |
| 2026 | Mobile-first indexing is the permanent, total reality of Google Search |
What Mobile-First Indexing Means for Rankings
Google does not keep separate indexes for mobile and desktop. There is only one master index. The change is in which version of the site is seen first.
This has profound implications: even desktop users get search results from Google’s mobile-first index. The ranking of every page in Google Search is determined by the mobile version of that page, regardless of what device the searcher uses.
7. The Replacement Tools: What to Use Instead in 2026
Google’s retirement of the Mobile-Friendly Test does not leave you without options. The replacement toolset provides significantly more actionable diagnostic information than the original binary pass/fail result.
| Tool | Provider | Best For |
|---|---|---|
| Mobile Usability (Page Experience) | Google Search Console | Site-wide mobile issue monitoring |
| Lighthouse | Comprehensive page audit including mobile | |
| PageSpeed Insights | Mobile performance and Core Web Vitals | |
| URL Inspection Tool | Google Search Console | Single-page mobile rendering check |
| Chrome DevTools | Developer-level mobile simulation | |
| BrowserStack | Third-party | Real device cross-browser testing |
| GTmetrix | Third-party | Page speed and waterfall analysis |
| Screaming Frog | Third-party | Bulk mobile SEO site audit |
| Sitechecker | Third-party | Mobile-friendly audit with recommendations |
| TechnicalSEO.com Bulk Tester | Third-party | Bulk testing up to 50 URLs at once |
8. Google Search Console: Mobile Usability Report
Google Search Console remains the primary official tool for monitoring mobile usability issues at scale across your entire site.
How to Access Mobile Data in Search Console
- Log in to Google Search Console at search.google.com/search-console
- Select your property
- In the left sidebar, click Experience → Page Experience
- Review mobile usability signals in the Page Experience report
What Search Console Shows
- Mobile usability errors: Pages affected by specific issues (viewport not configured, content wider than screen, text too small, clickable elements too close, etc.)
- Core Web Vitals on mobile: LCP, INP, and CLS scores segmented by mobile vs. desktop
- Page Experience signals: HTTPS, Core Web Vitals, and absence of intrusive interstitials — all evaluated from a mobile-first perspective
- Coverage issues: Pages where the mobile version is blocked, returns errors, or differs from the desktop version
9. Google Lighthouse: The Recommended Replacement
Lighthouse is Google’s open-source automated auditing tool and the closest direct replacement for the Mobile-Friendly Test — with significantly more depth.
What Lighthouse Evaluates
Lighthouse analyses a page across five dimensions:
Performance — The most mobile-relevant category:
- Largest Contentful Paint (LCP)
- Interaction to Next Paint (INP)
- Cumulative Layout Shift (CLS)
- First Contentful Paint (FCP)
- Total Blocking Time (TBT)
Accessibility — Colour contrast, image alt text, form labels, keyboard navigability
Best Practices — HTTPS, correct API usage, browser compatibility
SEO — Viewport meta tag, font size legibility, tap target sizing, crawlability
Progressive Web App (PWA) — Offline capability, installability
How to Run a Lighthouse Audit
Via PageSpeed Insights (Easiest): Visit pagespeed.web.dev, enter your URL, select the Mobile tab.
Via Chrome DevTools:
- Press F12 to open DevTools
- Click the Lighthouse tab
- Select Mobile under “Device”
- Click Analyse page load
Via CLI (For developers):
npm install -g lighthouse
lighthouse https://www.example.com --form-factor=mobile --output=html --output-path=./report.html
Lighthouse Mobile Score Interpretation
| Score | Status | Action |
|---|---|---|
| 90–100 | Good | Maintain and monitor |
| 50–89 | Needs improvement | Address flagged issues by priority |
| 0–49 | Poor | Immediate action required |
10. Google PageSpeed Insights for Mobile Testing
PageSpeed Insights (PSI) is the most accessible version of Lighthouse, available at pagespeed.web.dev.
What Makes PSI Unique
PSI combines two data types:
Field Data (Chrome UX Report — CrUX): Real performance data from actual Chrome users over the past 28 days. This is the data Google uses in ranking decisions.
Lab Data (Lighthouse): A controlled, synthetic test from a standardised environment (4G mobile network, mid-range device). Provides reproducible diagnostics even for low-traffic pages.
Key Mobile Thresholds
| Metric | Good | Needs Improvement | Poor |
|---|---|---|---|
| LCP | < 2.5s | 2.5s – 4.0s | > 4.0s |
| INP | < 200ms | 200ms – 500ms | > 500ms |
| CLS | < 0.1 | 0.1 – 0.25 | > 0.25 |
| FCP | < 1.8s | 1.8s – 3.0s | > 3.0s |
| TTFB | < 800ms | 800ms – 1800ms | > 1800ms |
11. URL Inspection Tool in Search Console
The URL Inspection Tool provides the most direct replacement for the original Mobile-Friendly Test’s rendering preview for individual pages.
How to Use It
- In Google Search Console, click the search bar at the top
- Enter the full URL you want to inspect
- Click “Test live URL” for a fresh fetch
- Review the results
What It Shows
- Crawl status: Whether Googlebot could successfully fetch the URL
- Indexing status: Whether the page is in Google’s index
- Mobile usability issues: Any mobile-specific problems detected
- Page screenshot: How the page renders in Googlebot’s mobile browser — the closest equivalent to the old Mobile-Friendly Test screenshot
- Crawled as: Confirms whether Google crawled as Smartphone or Desktop
- Detected enhancements: Structured data, video, product markup
12. Third-Party Mobile Testing Tools
BrowserStack
Real-device testing on hundreds of actual physical mobile devices — different iPhone models, Android phones, OS versions. Best for developers and QA teams who need cross-device compatibility verification beyond synthetic testing.
Pricing: Free trial; paid plans from $29/month.
GTmetrix
Waterfall analysis of page loading on mobile, identifying which specific resources are causing the slowest load times. Uses Lighthouse under the hood but presents results with a more accessible interface and historical tracking.
Pricing: Free for single-page tests; paid plans for monitoring.
Screaming Frog SEO Spider
Desktop application that crawls entire websites and audits mobile SEO factors at scale. Checks viewport meta tags, identifies non-responsive configuration, flags content width issues.
Pricing: Free up to 500 URLs; licence from £259/year.
Sitechecker
All-in-one site audit tool with a dedicated mobile-friendly check. Provides prioritised recommendations for fixing mobile issues — best for non-technical users.
Pricing: Free limited plan; paid plans from $29/month.
TechnicalSEO.com Bulk Mobile Tester
Bulk mobile-friendly testing of up to 50 URLs simultaneously — ideal for SEO professionals checking large batches of pages quickly.
13. Common Mobile Usability Issues Google Flags
Issue 1: Viewport Not Configured
The page is missing the <meta name="viewport"> tag. Without it, mobile browsers render the page at full desktop width and scale it down — producing a tiny, unreadable layout. This is one of the most fundamental mobile-friendliness failures.
Issue 2: Text Too Small to Read
Body text or other significant text uses a font size smaller than Google’s recommended minimum of 16px. Users must pinch-to-zoom to read content, degrading experience and increasing bounce rates.
Issue 3: Clickable Elements Too Close Together
Links, buttons, and form inputs are spaced too closely, making it difficult to tap the intended target without hitting an adjacent element. Google specifies tap targets of at least 48x48px with 8px spacing.
Issue 4: Content Wider Than Screen
Page elements extend beyond the viewport width, forcing horizontal scrolling. This is a strong signal of a non-responsive layout and one of the clearest mobile usability failures.
Issue 5: Incompatible Plugins
The page uses Adobe Flash, Java applets, or Silverlight — technologies not supported by iOS or modern Android browsers. These render as broken boxes or are simply ignored.
Issue 6: Blocked Resources
CSS, JavaScript, or images required to render the mobile page are blocked by robots.txt or return errors. When Googlebot cannot access rendering resources, it cannot evaluate the page’s mobile experience accurately.
Issue 7: Intrusive Interstitials
Full-screen pop-ups appear immediately when a user lands from a mobile search result, covering the main content. Google announced penalties for intrusive interstitials on mobile in 2017, and this policy remains enforced in 2026.
14. How to Fix Each Mobile Usability Issue
Fix 1: Add the Viewport Meta Tag
<meta name="viewport" content="width=device-width, initial-scale=1">
Add this inside the <head> section of every page’s HTML.
Fix 2: Increase Text Size
body {
font-size: 16px;
line-height: 1.6;
}
@media (max-width: 768px) {
body { font-size: 16px; }
h1 { font-size: 24px; }
h2 { font-size: 20px; }
}
Fix 3: Increase Tap Target Size and Spacing
a, button, input, select, textarea {
min-height: 48px;
min-width: 48px;
padding: 12px;
}
nav a {
margin: 8px;
padding: 12px 16px;
}
Fix 4: Fix Content Wider Than Screen
/* Make all images responsive */
img {
max-width: 100%;
height: auto;
}
/* Fix overflow tables */
table {
width: 100%;
overflow-x: auto;
display: block;
}
/* Remove fixed-width containers */
.container {
max-width: 960px;
width: 100%; /* Not: width: 960px */
}
Fix 5: Replace Incompatible Plugins
- Replace Flash with HTML5
<video>elements - Replace Java applets with JavaScript equivalents
- Use YouTube/Vimeo standard responsive embed codes, not Flash embeds
Fix 6: Unblock Resources in Robots.txt
# WRONG — blocks critical rendering resources
User-agent: *
Disallow: /css/
Disallow: /js/
Disallow: /wp-content/
# RIGHT — only block content you genuinely don't want crawled
User-agent: *
Disallow: /admin/
Fix 7: Fix Intrusive Interstitials
Replace full-screen pop-ups with:
- Sticky banners (partial screen, top or bottom)
- Slide-in notifications triggered after 50% scroll depth
- Exit-intent overlays
- Delayed pop-ups appearing after 30+ seconds on page
15. Core Web Vitals on Mobile: The New Standard
When Google retired the pass/fail Mobile-Friendly Test, Core Web Vitals became the more nuanced and meaningful measure of mobile experience quality.
The Three Core Web Vitals
Largest Contentful Paint (LCP) — Loading
Measures how quickly the largest visible element loads. On mobile, typically a hero image or large text block.
- Target: Under 2.5 seconds on mobile (4G connection)
- Common causes of poor mobile LCP: unoptimised images, render-blocking JavaScript, slow server response, no CDN
Interaction to Next Paint (INP) — Interactivity
Replaced First Input Delay (FID) as the Core Web Vitals interactivity metric in March 2024. Measures the latency of all user interactions throughout the page lifecycle.
- Target: Under 200ms
- Common causes: heavy JavaScript execution, third-party scripts blocking the main thread
Cumulative Layout Shift (CLS) — Visual Stability
Measures how much the page layout shifts unexpectedly during loading — particularly disruptive on mobile where screen space is limited.
- Target: Under 0.1
- Common causes: images without width/height attributes, ads loading asynchronously and pushing content, font swap causing text shifts
Core Web Vitals and Mobile Rankings
The September 2025 “Perspective” core update reinforced mobile performance as a stronger ranking factor alongside content quality and Core Web Vitals. Sites with consistently poor mobile metrics — LCP above 2.5s or high layout shifts — can see significant ranking drops and reduced visibility.
16. Mobile-Friendliness vs. Mobile Performance
One of the most important conceptual distinctions in modern mobile SEO — and a key reason Google retired the binary Mobile-Friendly Test — is the difference between these two dimensions.
Mobile-Friendliness
A threshold quality — a page either has the basic structural requirements for mobile rendering or it doesn’t. Pass/fail assessment. The original Mobile-Friendly Test measured this dimension.
Mobile Performance
A spectrum — the question is not “does this work on mobile?” but “how fast and smooth is the mobile experience?” Core Web Vitals measure mobile performance.
Why the Distinction Matters
A page might be perfectly mobile-friendly (passes every usability check) but still perform poorly — slow to load, slow to respond, or visually unstable during loading.
In 2024–2026, Google’s mobile ranking signals weigh both dimensions:
- Mobile usability errors (viewport not configured, text too small) are likely to directly penalise affected pages
- Poor Core Web Vitals on mobile suppress rankings even for pages that pass all usability checks
Meeting mobile-friendliness is necessary but no longer sufficient for competitive mobile SEO.
17. How to Make Your Website Fully Mobile-Friendly
Step 1: Choose Responsive Design
/* Mobile first approach */
.container {
width: 100%;
padding: 0 16px;
}
@media (min-width: 768px) {
.container {
max-width: 720px;
margin: 0 auto;
}
}
@media (min-width: 1024px) {
.container {
max-width: 1140px;
}
}
Step 2: Configure the Viewport
<meta name="viewport" content="width=device-width, initial-scale=1">
Step 3: Optimise Images for Mobile
<img src="hero-400.jpg"
srcset="hero-400.jpg 400w, hero-800.jpg 800w, hero-1200.jpg 1200w"
sizes="(max-width: 600px) 400px, (max-width: 1000px) 800px, 1200px"
alt="Description"
width="1200"
height="600"
loading="lazy">
Always specify width and height attributes to prevent layout shifts. Use WebP format where possible.
Step 4: Ensure Content Parity
Verify your mobile pages contain the same:
- H1 and heading structure
- Body content (avoid hiding text behind JS toggles on mobile)
- Internal links
- Structured data (JSON-LD)
- Meta title and description
Step 5: Eliminate Render-Blocking Resources
<!-- Preload critical CSS -->
<link rel="preload" href="critical.css" as="style">
<link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'">
<!-- Defer non-critical JS -->
<script src="analytics.js" defer></script>
<script src="features.js" async></script>
18. Mobile-Friendly Testing for WordPress
WordPress powers over 43% of the web, making it the most important CMS context for mobile testing.
WordPress Mobile Auditing Workflow
Step 1: Check theme responsiveness Most modern WordPress themes are responsive by default, but custom CSS or plugin modifications can break this. Check with Chrome DevTools across breakpoints: 320px, 375px, 414px, 768px.
Step 2: Use PageSpeed Insights Run key pages through PageSpeed Insights (mobile tab). Common WordPress mobile performance issues:
- Unoptimised images (use ShortPixel, Imagify, or WebP Express)
- Too many plugins adding JavaScript to every page
- Slow shared hosting with poor server response times
- Lack of caching (WP Rocket, W3 Total Cache, WP Super Cache)
Step 3: Check for plugin-caused issues Common problem plugins:
- Contact Form 7 / Gravity Forms with custom styling
- WooCommerce checkout pages with unstyled mobile layouts
- Slider plugins with fixed-width implementations
- Pop-up plugins with full-screen mobile interstitials
19. Mobile-Friendly Testing for Shopify and E-Commerce
E-commerce sites are disproportionately affected by mobile issues. Mobile users spend around two minutes on mobile versus five minutes on desktop — every friction point matters.
Key Mobile Checkpoints for E-Commerce
Product pages:
- Images load quickly and are pinch-zoomable
- Add-to-cart button is a full-width, prominent tap target
- Reviews are readable without zooming
Category pages:
- Filter and sort controls accessible without JS failures
- Product grid adapts to 1–2 column layout on mobile
- Pagination / infinite scroll works correctly on mobile browsers
Checkout:
- All form fields trigger appropriate keyboard types (numeric for phone/credit card)
- Error messages are visible above the keyboard
- Checkout button is consistently visible throughout the flow
Shopify-Specific: Shopify themes are mobile-friendly by default, but custom code or apps can break responsiveness. After installing any new Shopify app, immediately test your mobile experience — particularly checkout, which is most sensitive to third-party script interference.
20. Pros and Cons of Google’s Original Mobile-Friendly Test
Even though the tool is retired, understanding its strengths and weaknesses provides context for what to look for in replacement tools.
Pros of the Original Tool
- Simple, instant results — Pass/fail verdict immediately understandable to any website owner regardless of technical background
- Authentic Google rendering — Used actual Googlebot, making the rendering preview uniquely authoritative for diagnosing JavaScript rendering failures
- Specific issue listing — Listed detected issues with explanations, making results actionable not just diagnostic
- Free and accessible — No account or sign-up required; any URL could be tested in seconds
- Developer API — Allowed large-scale automated testing and integration into SEO tooling and dashboards
- Educational value — For millions of site owners, served as an entry point to understanding mobile SEO and what specific issues like viewport, font size, and tap targets actually mean
Cons of the Original Tool
- Binary verdict was oversimplified — A page could pass the test while being completely unusable due to slow load times, layout shifts, or broken JavaScript interactions. Many site owners had false confidence from a “pass” result.
- Did not measure performance — Told you nothing about load speed, layout stability, or interactivity on mobile — all factors now directly used in Google’s ranking decisions
- No historical tracking — Single-point-in-time snapshot with no ability to monitor changes over time
- Single-page limitation — No efficient way to audit hundreds or thousands of pages without the API
- Dynamic content limitations — Pages relying heavily on JavaScript-rendered content sometimes produced inaccurate results if rendering timed out
- No real device testing — Simulated a mobile browser but did not test on actual physical devices. Rendering differences between Android and iOS were not captured.
21. Mobile SEO Best Practices for 2026
Technical Foundation
- Use responsive design with correct viewport meta tag
- Ensure content parity — identical content, structured data, and internal links on mobile and desktop
- Don’t lazy-load primary content behind user interactions — Google won’t load content requiring swipes, clicks, or typing to appear
- Allow Googlebot to access all CSS, JavaScript, and images needed to render mobile pages
- Use the same robots meta tags on mobile and desktop versions
Performance
- Achieve LCP under 2.5 seconds on mobile (measured on 4G)
- Keep INP under 200ms — defer non-critical JavaScript; avoid long tasks on the main thread
- Maintain CLS below 0.1 — specify image dimensions, avoid inserting content above existing content
- Serve images in WebP or AVIF format for smaller file sizes without quality loss
- Enable Gzip or Brotli compression at the server level
- Use a CDN to reduce latency for global mobile users
Design and Usability
- Minimum 16px font size for body text
- Tap targets minimum 48x48px with 8px spacing between adjacent elements
- Avoid intrusive full-screen interstitials on page load
- Design navigation for thumb reach — primary actions within the lower third of the screen
- All content must fit within the viewport width — no horizontal scrolling
Content Strategy
- Structure content for mobile consumption: shorter paragraphs, clear subheadings, scannable formatting
- Place key information and CTAs above the fold on mobile
- Ensure structured data (FAQ, Article, Product schema) is present on mobile pages
- Place author byline information above the fold on mobile — critical for E-E-A-T signals
Monitoring
- Audit with PageSpeed Insights (mobile tab) monthly for key pages
- Monitor Search Console Page Experience report for mobile usability errors
- Review Core Web Vitals field data in Search Console, segmented by mobile vs. desktop
- Test on real devices after any significant design change
- Include mobile testing in your deployment checklist for any new page templates
22. Mobile-Friendly Testing Checklist
Use this checklist to audit any web page for mobile-friendliness using current tools.
Technical Checks
- [ ] Viewport meta tag present:
<meta name="viewport" content="width=device-width, initial-scale=1"> - [ ] No horizontal scrolling at 360px, 375px, and 414px viewport widths
- [ ] Font size 16px or larger for body text
- [ ] Tap targets 48x48px or larger with 8px spacing between elements
- [ ] No Flash, Java, or Silverlight plugins used
- [ ] CSS and JavaScript not blocked by robots.txt
- [ ] No intrusive full-screen interstitials on page load
- [ ] Images have explicit width and height attributes (prevents CLS)
- [ ] No fixed-width elements wider than the device viewport
Performance Checks (PageSpeed Insights — Mobile Tab)
- [ ] LCP under 2.5 seconds (check field data if available)
- [ ] INP under 200ms
- [ ] CLS below 0.1
- [ ] Core Web Vitals Assessment shows Pass
- [ ] No render-blocking resources flagged in diagnostics
- [ ] Images in next-gen format (WebP or AVIF)
Content and Structure Checks
- [ ] Same title, meta description, and H1 as desktop version
- [ ] Same body content as desktop — no hidden text on mobile
- [ ] Same structured data markup as desktop
- [ ] Same internal links as desktop
- [ ] Crawled as Smartphone confirmed via URL Inspection Tool
User Experience Checks
- [ ] Navigation accessible via hamburger menu or sticky nav
- [ ] Search functionality works on mobile
- [ ] Forms work correctly with appropriate keyboard types triggered
- [ ] Checkout / conversion flow tested end-to-end on mobile
- [ ] Tables scroll horizontally without breaking layout
- [ ] Videos are responsive and do not autoplay with sound
23. Frequently Asked Questions
Q: Is Google’s Mobile-Friendly Test still available?
No. The Mobile-Friendly Test tool was permanently retired on December 1, 2023. The URL previously used to access it now redirects to documentation. Recommended alternatives are Google Lighthouse via PageSpeed Insights, the URL Inspection Tool in Search Console, and the Page Experience report in Search Console.
Q: Does Google still check if websites are mobile-friendly?
Yes — more rigorously than ever. The retirement of the specific test tool did not reduce Google’s emphasis on mobile. Since completing its mobile-first indexing rollout in July 2024, Google uses the mobile version of every website as the primary input for its search index.
Q: Will my site rank lower if it’s not mobile-friendly?
Yes. In Google’s mobile-first index, the mobile version of your pages is what Google evaluates for ranking. A page that is not mobile-friendly will rank lower than a comparable mobile-optimised page. This applies even for searches made from desktop computers.
Q: How do I check if my site is mobile-friendly without the old tool?
Use Google PageSpeed Insights (mobile tab) for performance and usability assessment, the URL Inspection Tool in Search Console for a rendering preview, and Chrome DevTools (F12 → device toolbar) for quick layout testing across different screen sizes.
Q: What is the difference between mobile-friendly and mobile-optimised?
Mobile-friendly means a page meets the minimum structural requirements for rendering correctly on mobile (viewport configured, text readable, no horizontal scrolling). Mobile-optimised means the page provides an excellent mobile experience — fast, smooth, content prioritised for small screens, with strong Core Web Vitals scores. In 2026, mobile-friendly is the floor; mobile-optimised is the competitive standard.
Q: Does my WordPress theme handle mobile-friendliness automatically?
Modern WordPress themes are generally responsive by default. However, plugin installations, custom CSS, and child theme modifications can break responsiveness without warning. Always test with Chrome DevTools and PageSpeed Insights after any theme customisation or new plugin installation.
Q: How often should I test my site’s mobile-friendliness?
At minimum: after any significant design change, after installing new plugins, after a site migration, and quarterly as part of routine SEO maintenance. Monitor Search Console’s Page Experience report continuously for new mobile usability errors between manual audits.
Q: Can I still use the Mobile-Friendly Test API?
No. The API was retired alongside the main tool in December 2023. Developers who had built automated testing workflows around the API need to rebuild using Lighthouse CLI, PageSpeed Insights API, or third-party mobile testing platforms.
24. Final Verdict
Google’s original Mobile-Friendly Test was a product of its time — a simple, accessible tool that served an important educational purpose during the transitional era when much of the web was still desktop-first. It did its job: it helped millions of site owners understand that mobile experiences mattered and pushed the web in a more mobile-friendly direction.
Its retirement in December 2023 was not a signal that mobile-friendliness no longer matters. It was a signal that the bar has moved higher.
The binary pass/fail verdict that served as an adequate benchmark in 2014 is now insufficient to capture what Google actually evaluates when ranking mobile content in 2026. The replacement ecosystem — Lighthouse, PageSpeed Insights, Search Console’s Page Experience report, and the URL Inspection Tool — collectively provides far more actionable and accurate insight into how Google assesses your mobile experience. These tools measure not just whether a page works on mobile, but how well it works.
For any website owner or SEO professional:
- If you have not tested your site’s mobile experience recently: Start with PageSpeed Insights (mobile tab) and Search Console’s Page Experience report. These two tools give you everything the old Mobile-Friendly Test provided — and much more.
- If you are failing Core Web Vitals on mobile: Address LCP first (image optimisation and server response time), then CLS (image dimensions and layout stability), then INP (JavaScript audit).
- If your site passes all mobile checks but still ranks poorly on mobile: Look at content parity — ensure your mobile pages contain the same content, structured data, and internal links as your desktop pages. In 2026, content parity is as important as technical mobile-friendliness.
The tool is gone. The need has never been greater.
This article draws on official Google Search documentation, verified SEO research, and industry data as of March 2026. For the most current information on Google’s mobile-first indexing guidelines, refer to developers.google.com/search/docs/crawling-indexing/mobile/mobile-sites-mobile-first-indexing.

I’m Md Nasir Uddin, a digital marketing consultant with over 9 years of experience helping businesses grow through strategic and data-driven marketing. As the founder of Macroter, my goal is to provide businesses with innovative solutions that lead to measurable results. Therefore, I’m passionate about staying ahead of industry trends and helping businesses thrive in the digital landscape. Let’s work together to take your marketing efforts to the next level.