Mobile SEO
What mobile SEO is and how to get it right — mobile-first indexing, responsive design, mobile usability, Core Web Vitals on mobile, intrusive interstitials, and the current status of AMP. The hub for the whole mobile-seo cluster.
Mobile SEO is optimizing your site for both mobile users and mobile-first indexing — and since Google finished moving to mobile-first indexing in October 2023, the mobile version of your page is the primary version it indexes and ranks, so this is just baseline SEO now. Responsive design is Google's recommended setup; content parity (everything you want indexed has to be in the mobile HTML) is the rule that bites hardest. Add fast mobile Core Web Vitals, readable fonts and tappable targets, and no intrusive interstitials. The Mobile-Friendly Test and the Search Console Mobile Usability report were retired in December 2023 — use Lighthouse now. AMP is no longer recommended for new builds. This hub maps the cluster and points to each deep dive.
Evidence for this claim Google primarily indexes the mobile version of a site's content. Scope: Google mobile-first indexing. Confidence: high · Verified: Google Search Central: Mobile-first indexing Evidence for this claim Google recommends responsive web design as the easiest mobile configuration to implement and maintain. Scope: Google mobile configuration guidance. Confidence: high · Verified: Google Search Central: Mobile site configurations Evidence for this claim Cloudflare Radar compares worldwide Cloudflare-observed mobile, desktop, and other HTTP request share during the 28 days ending 2026-07-30. Scope: A dated traffic-device context chart; it is not a Google-search-only statistic or a site-specific measurement. Confidence: high · Verified: Cloudflare Radar: Mobile versus desktop request shareTL;DR — Mobile SEO means making your site work well for people on phones and for the way Google now reads the web — from the mobile version of your page. Most people search on a phone, and since 2023 Google uses your mobile version to decide how you rank everywhere. The two things to get right: make sure your mobile page has all your content on it, and make sure it’s fast and easy to use on a small screen.
The chart compares mobile, desktop, and other HTTP request share worldwide across four weeks. Desktop has the larger share in this Cloudflare-observed period.
What mobile SEO is
Mobile SEO is optimizing your website so it does two jobs well:
- It works for mobile users — loads fast, fits the screen, has text you can read without zooming and buttons big enough to tap.
- It works for the way Google indexes the web — Google now mostly visits your site as a phone and uses that mobile version to figure out what your pages are about and how to rank them.
That second part has a name: mobile-first indexing. Google finished switching the whole web over to it in October 2023. The practical upshot is simple — your mobile site isn’t a stripped-down afterthought anymore. It’s the version that counts.
Evidence for this claim Google says it predominantly uses the mobile version of a site’s content for indexing and ranking. Scope: mobile and desktop rendered web documents Confidence: high · Verified: Mobile-first indexing has landedWhy it matters
Most of Google’s visitors are on phones. And because Google reads the mobile version of your page, anything that’s missing from your mobile site is, as far as Google is concerned, missing from your site. If your desktop page has a great paragraph, an image, or a link that your mobile page drops “to keep things clean,” Google may never see it.
The handful of things that matter most
- Have all your content on mobile. Don’t trim text, images, or links off the mobile version. (This is the big one — more in the Advanced tab.)
- Use responsive design. One website that adapts to the screen size. It’s the simplest setup and it’s what Google recommends.
- Be fast. People bail on slow pages, especially on phones. Google measures speed and stability with Core Web Vitals.
- Be usable. Readable font sizes, tap targets that aren’t tiny, no sideways scrolling.
- Don’t shove popups in people’s faces. Full-screen popups that block your content when someone arrives from search can hurt you.
The thing people get wrong
There’s no separate “mobile ranking” and “desktop ranking” — there’s one index. Google reads your mobile version and uses it to rank you everywhere. So “mobile SEO” isn’t a side project; for most sites it is SEO.
Want the full version — the configuration options, the exact content-parity rules, what to do about Core Web Vitals and interstitials, which tools to use now that the old Mobile-Friendly Test is gone, and where AMP stands — switch to the Advanced tab.
Evidence for this claim Google primarily indexes the mobile version of a site's content. Scope: Google mobile-first indexing. Confidence: high · Verified: Google Search Central: Mobile-first indexing Evidence for this claim Google recommends responsive web design as the easiest mobile configuration to implement and maintain. Scope: Google mobile configuration guidance. Confidence: high · Verified: Google Search Central: Mobile site configurationsTL;DR — Mobile SEO = optimizing for mobile users and for mobile-first indexing. Since Google’s transition completed in October 2023 (full enforcement after July 2024), the mobile version is the primary version Google indexes and ranks — there’s one index, so this is baseline SEO now. Responsive design is Google’s recommended config. Content parity is the rule that bites: “only the content shown on the mobile site is used for indexing,” so text, structured data, images, alt text, and links all have to be in the mobile HTML. Layer on fast Core Web Vitals (LCP, INP, CLS) on mobile, mobile usability (readable fonts, tappable targets, no horizontal scroll), and no intrusive interstitials. The Mobile-Friendly Test and Search Console Mobile Usability report were retired in December 2023 — use Lighthouse now. AMP is no longer recommended for new builds. This hub maps the cluster.
What mobile SEO actually covers
Mobile SEO is the practice of optimizing a site so it performs well when crawled and indexed via a mobile user agent, and delivers a fast, usable experience to people on phones. Those are two related but distinct goals, and the cluster splits roughly along that line:
- Indexing-side: mobile-first indexing, content parity, site configuration (responsive vs. dynamic serving vs. separate URLs).
- Experience-side: Core Web Vitals on mobile, mobile usability, intrusive interstitials.
The reason this stopped being a niche topic is mechanical: Google now reads the mobile version of your page to index and rank it. So getting mobile wrong doesn’t just hurt mobile traffic — it hurts everything.
Mobile-first indexing, in one paragraph
Google’s framing: it uses the mobile version of a site’s content, crawled with the smartphone agent, for indexing and ranking. That’s mobile-first indexing. The rollout ran from a 2016 experiment, to the default for new sites in 2019, to the “whole web” announcement in March 2020, to completion in October 2023 — with full enforcement after July 5, 2024, meaning a site that genuinely doesn’t work for mobile Googlebot risks not being indexed at all. There’s no separate “mobile index” and no opt-out, and mobile-first indexing is not a ranking boost — it only changes which version of your page Google reads. I cover the parity rules, the verified timeline, the lazy-load trap, and where Bing differs in the dedicated mobile-first indexing deep dive — this hub just sets the context.
Evidence for this claim Google says it predominantly uses the mobile version of a site’s content for indexing and ranking. Scope: mobile and desktop rendered web documents Confidence: high · Verified: Mobile-first indexing best practicesSite configuration: three options, one recommendation
Google supports three ways to serve mobile:
| Config | One URL? | Same HTML? | Parity risk | Google’s stance |
|---|---|---|---|---|
| Responsive design | Yes | Yes | Low — one version | Recommended |
| Dynamic serving | Yes | No (by user-agent) | Medium — easy to drift | Works; needs Vary: User-Agent |
| Separate URLs (m-dot) | No | No | High — two sites to sync | Least recommended |
Google is explicit: it “recommends Responsive Web Design because it’s the easiest
design pattern to implement and maintain” — not because it ranks better. Responsive
design makes content parity basically automatic, because there’s only one version to
get right; dynamic serving and separate URLs both create a second HTML surface that
can drift out of parity. I cover the setup details, requirements, and pitfalls for
each option in their own deep dives: Responsive design
covers the viewport dependency and the ranking-premium myth, and
Dynamic serving covers the Vary: User-Agent
requirement and why it’s a legacy pattern; the m-dot canonical/alternate setup is in
the mobile-first indexing deep dive below.
Content parity is the rule that bites
Since Google reads the mobile version, “only the content shown on the mobile site is used for indexing.” That makes parity the single most important technical rule in mobile SEO. Google’s own guidance leads with “Make sure that your mobile site contains the same content as your desktop site” — and parity means more than body copy:
- Structured data — “Make sure that your mobile and desktop sites have the same structured data,” with URLs in the markup updated to the mobile URLs.
- Images and alt text — keep the same images and the same alt text on mobile (this drives Image Search).
- Titles and meta descriptions — equivalent across both versions.
- Headings — “Use the same clear and meaningful headings.”
- Internal links and navigation — don’t strip them on mobile.
- Robots meta tags — a
noindexthat only ships on the mobile template is a classic accidental deindex.
Parity does not mean byte-for-byte identical — a leaner mobile layout is fine; dropping content you want indexed is not. And one myth to retire: content hidden in tabs or accordions for UX reasons is fine on mobile. Gary Illyes settled this years ago — “in the mobile-first world content hidden for ux should have full weight” — so you don’t need to expand everything into view.
Mobile page speed and Core Web Vitals
Speed matters more on mobile, where connections and devices are weaker and patience is shorter. Google measures the page-experience side largely through Core Web Vitals, and “Core Web Vitals are used by our ranking systems.” The three thresholds, measured on mobile:
- LCP (Largest Contentful Paint) — under 2.5s.
- INP (Interaction to Next Paint) — under 200ms.
- CLS (Cumulative Layout Shift) — under 0.1.
Worth keeping in perspective, though: page experience is a set of signals used within broader ranking systems, not a standalone ranking system, and Google notes it “always seeks to show the most relevant content, even if the page experience is sub-par.” So fix CWV because it helps users and is a real signal — not because it’ll outrank genuinely better content. PageSpeed Insights reports separate mobile and desktop scores; focus on the mobile one. Full thresholds, field-vs-lab data, and fixes live in the Core Web Vitals deep dive.
Mobile usability
The usability basics Google flags under page experience:
- Viewport meta tag —
<meta name="viewport" content="width=device-width, initial-scale=1">. Without it, mobile browsers render at desktop width. - Readable fonts — text legible without zooming (a ~16px base is a safe floor).
- Tap targets — buttons and links large enough to tap reliably (~48px).
- No horizontal scrolling — content fits the viewport.
- Don’t block CSS/JS in robots.txt — Googlebot needs to render the mobile page.
These map to Google’s self-assessment questions like “Does your content display well on mobile devices?” For the full test methodology, thresholds, and how to audit each of these, see the dedicated Mobile usability deep dive; the viewport tag specifically — syntax, attribute reference, and common mistakes — has its own Viewport meta tag deep dive.
Intrusive interstitials
Full-page popups that obscure your content when a visitor arrives from search can hurt you. Google: “Intrusive interstitials and dialogs are page elements that obstruct users’ view of the content, usually for promotional purposes,” and they “make it hard for Google and other search engines to understand your content.” What’s problematic: full-screen overlays, standalone interstitials you have to dismiss before reading, and content hidden behind a promotional layer. What’s fine: small banners “that take up only a small fraction of the screen,” native app-install banners, and legally required consent or age gates. The interstitials deep dive covers the line in detail.
What about AMP?
AMP (Accelerated Mobile Pages) is no longer recommended for new builds. Google removed the AMP requirement for the Top Stories carousel and removed AMP as a ranking signal; standard responsive HTML with good Core Web Vitals does everything AMP was meant to do, without the second codebase. Treat AMP as legacy — if you have it, fine; if you’re starting fresh, skip it.
The tool landscape changed — use Lighthouse now
This is where most older guides are out of date. On December 1, 2023, Google retired the Search Console Mobile Usability report, the Mobile-Friendly Test tool, and the Mobile-Friendly Test API. Google was clear that this “doesn’t mean that mobile usability isn’t important” — it remains part of page-experience guidance — but that “many other robust resources for evaluating mobile usability have emerged, including Lighthouse from Chrome.” So your current toolkit:
- Lighthouse (in Chrome DevTools) — the replacement for the Mobile-Friendly Test; audits mobile usability and performance.
- PageSpeed Insights — Core Web Vitals on mobile (field + lab data).
- Search Console — Core Web Vitals report, Crawl Stats (watch smartphone Googlebot activity), and URL Inspection (see the rendered mobile HTML).
- Chrome DevTools device emulation — visual checks at phone dimensions.
If a guide still tells you to “open the Mobile Usability report,” it’s stale.
Where to go next: the mobile-seo cluster
This hub is the map. Each topic below is its own deep dive:
- Mobile-first indexing — what it actually is (Google indexing your mobile HTML), why content parity is rule #1, the verified 2016→2023 timeline, the lazy-load trap, and where Bing differs.
- Mobile SEO checklist — the practical, run-it-down audit: parity items, configuration, speed, usability, and interstitials in one pass.
- Responsive design — the viewport dependency, why it’s Google’s recommended configuration, and the ranking-premium myth.
- Dynamic serving — the
Vary: User-Agentrequirement and why it’s now a legacy pattern. - Mobile usability — legible text, tap targets, viewport fit, and how to test usability now that the Search Console report is retired.
- Viewport meta tag — the exact syntax, attribute reference, and the common mistakes that break it.
- AMP SEO — what AMP was, why Google dropped it as a ranking signal and a Top Stories requirement, and why it isn’t recommended for new builds.
- Intrusive interstitials — the popups and overlays that can hurt rankings, what counts as intrusive, and the exemptions (small banners, legal/age gates).
For the page-experience overlap, see Core Web Vitals; for how mobile fits the crawl/index pipeline, see the broader technical SEO pillar.
AI summary
A condensed take on the Advanced version:
- Mobile SEO = optimizing for mobile users and for mobile-first indexing. Since Google’s transition completed in Oct 2023 (full enforcement after July 2024), the mobile version is the primary version Google indexes and ranks. One index, no opt-out — so this is baseline SEO, not a niche.
- Responsive design is Google’s recommended config (“easiest to implement and
maintain”). Dynamic serving works but needs
Vary: User-Agent; separate URLs (m-dot) are the most fragile. - Content parity is the rule that bites: “only the content shown on the mobile site is used for indexing.” Keep text, structured data (with mobile URLs), images + alt text, titles/meta, headings, internal links, and robots meta equivalent on mobile. Parity ≠ identical; hidden/tabbed content is fine.
- Core Web Vitals on mobile: LCP < 2.5s, INP < 200ms, CLS < 0.1. They’re signals within broader ranking systems, not a standalone system.
- Mobile usability: viewport meta tag, readable fonts (~16px), tap targets (~48px), no horizontal scroll, don’t block CSS/JS.
- Intrusive interstitials (full-page overlays) can hurt; small banners and legal/age gates are fine.
- AMP is no longer recommended for new builds — dropped as a ranking signal and a Top Stories requirement.
- Tooling changed: the Mobile-Friendly Test and Search Console Mobile Usability report were retired Dec 1, 2023 — use Lighthouse, PageSpeed Insights, Search Console (CWV, Crawl Stats, URL Inspection), and DevTools emulation.
Official documentation
Primary-source documentation from the search engines.
- Mobile-first Indexing Best Practices — the canonical doc: content/structured-data/image parity, the three site configurations, and the responsive recommendation. Start here.
- Mobile-first indexing has landed (Oct 2023) — the official “complete” announcement.
- Announcing mobile-first indexing for the whole web (Mar 2020) — the whole-web announcement.
- Avoid intrusive interstitials and dialogs — what’s problematic vs. acceptable.
- Helping users easily access content on mobile (Aug 2016) — the original interstitials announcement.
- Understanding Google page experience — Core Web Vitals, mobile-friendliness, and the self-assessment questions.
- The role of page experience in creating helpful content (Apr 2023) — page experience as signals within broader systems, not a standalone system.
Bing / Microsoft
- Bing does not publish a dedicated mobile-SEO doc in Google’s level of detail. Bing has long treated mobile-friendliness as a signal and recommends responsive design; it offers a mobile-friendliness check inside Bing Webmaster Tools. (Bing did not switch to mobile-first indexing — it keeps a single, device-agnostic index; see the mobile-first indexing deep dive.)
Quotes from the source
On-the-record statements from Google. Each link is a deep link that jumps to the quoted passage on the source page.
Google — mobile-first indexing and configuration
- “Google recommends Responsive Web Design because it’s the easiest design pattern to implement and maintain.” — Google Search Central docs. Jump to quote
- “Make sure that your mobile site contains the same content as your desktop site.” Jump to quote
Google — interstitials
- “Intrusive interstitials and dialogs are page elements that obstruct users’ view of the content, usually for promotional purposes.” — Google Search Central docs. Jump to quote
- “Intrusive dialogs and interstitials make it hard for Google and other search engines to understand your content, which may lead to poor search performance.” Jump to quote
Google — page experience and Core Web Vitals
- “Core Web Vitals are used by our ranking systems.” — Google Search Central docs. Jump to quote
- “Google Search always seeks to show the most relevant content, even if the page experience is sub-par.” Jump to quote
Google — retiring the mobile tools (Dec 2023) (via Search Engine Land’s verbatim coverage)
- “This doesn’t mean that mobile usability isn’t important for success with Google Search. It remains critical for users… and as such, it remains a part of our page experience guidance.” Read the coverage
- “In the nearly ten years since we initially launched this report, many other robust resources for evaluating mobile usability have emerged, including Lighthouse from Chrome.” Read the coverage
John Mueller, Google — mobile-first indexing complete (Oct 2023) (via Search Engine Land’s verbatim coverage)
- “It’s been a long road, getting from there to here. We’re delighted to announce that the trek to Mobile First Indexing is now complete.” Read the coverage
Gary Illyes, Google — hidden mobile content (via Search Engine Roundtable)
- “No, in the mobile-first world content hidden for ux should have full weight.” Read the coverage
Mobile SEO checklist
A quick pass across the indexing side and the experience side. (The dedicated mobile SEO checklist deep dive goes wider — this is the hub-level version.)
Indexing / content parity (check against your mobile HTML — that’s what’s indexed)
- Full, important content is on mobile — not trimmed “for cleanliness.”
- Same structured data on mobile, with URLs pointing to the mobile URLs.
- Same images and the same alt text on mobile.
- Equivalent
titleand meta description across versions. - Same headings on mobile and desktop.
- Internal links and navigation present in the mobile HTML.
- No stray
noindex/nofollowon the mobile template. - Primary content loads on scroll or in the initial HTML — not behind a tap/swipe/type interaction.
- (Separate URLs only) desktop set as canonical with an
alternateto mobile; (dynamic serving only)Vary: User-Agentheader set.
Configuration
- Responsive design where possible (one URL, one HTML).
-
<meta name="viewport" content="width=device-width, initial-scale=1">present. - CSS and JS are not blocked in
robots.txt.
Speed (mobile Core Web Vitals)
- LCP under 2.5s, INP under 200ms, CLS under 0.1 on mobile.
- PageSpeed Insights checked on the mobile score, not just desktop.
Usability
- Text readable without zooming (~16px base).
- Tap targets large enough (~48px), not crowded.
- No horizontal scrolling.
- No intrusive full-page interstitials on entry from search (small banners and legal/age gates are fine).
Tooling (post-Dec 2023)
- Audited with Lighthouse (not the retired Mobile-Friendly Test).
- Rendered mobile HTML reviewed in Search Console URL Inspection.
Mobile SEO — cheat sheet
The one rule: Google indexes your mobile HTML. If it’s not on mobile, assume it won’t be indexed.
Site configuration
| Config | One URL? | Same HTML? | Extra requirement | Google’s stance |
|---|---|---|---|---|
| Responsive | Yes | Yes | — | Recommended |
| Dynamic serving | Yes | No (by UA) | Vary: User-Agent header | Works, fragile |
| Separate URLs (m-dot) | No | No | desktop canonical + mobile alternate | Least recommended |
Keep equivalent on mobile (parity): content · structured data (mobile URLs) · images + alt text · titles + meta descriptions · headings · internal links · robots meta.
Core Web Vitals (mobile): LCP < 2.5s · INP < 200ms · CLS < 0.1.
Usability targets: viewport meta tag · ~16px base font · ~48px tap targets · no horizontal scroll · don’t block CSS/JS.
Interstitials: full-page overlays on entry = problematic; small banners + legal/age gates = fine.
Dates to know
- Oct 2023 — mobile-first indexing complete.
- July 5, 2024 — full enforcement; sites that don’t work on mobile risk not being indexed.
- Dec 1, 2023 — Mobile-Friendly Test + Search Console Mobile Usability report retired → use Lighthouse.
Tools now: Lighthouse · PageSpeed Insights · Search Console (CWV, Crawl Stats, URL Inspection) · Chrome DevTools emulation.
AMP: not recommended for new builds (dropped as ranking signal + Top Stories requirement).
Measure mobile SEO health
Mobile Core Web Vitals pass rate
Metric: Share of mobile field-data URL groups rated good for LCP, INP, and CLS. What it tells you: Whether real mobile visits meet Google’s documented good thresholds across all three metrics. How to pull it: Search Console Core Web Vitals and PageSpeed Insights mobile field data. Benchmark / realistic range: Use the published good thresholds—LCP at or below 2.5 seconds, INP at or below 200 milliseconds, and CLS at or below 0.1—then establish coverage from your own templates. Cadence: Monthly and after performance releases; field data uses a rolling window.
Mobile content-parity exceptions
Metric: Tested URLs where mobile output drops or changes an indexable element available on desktop. What it tells you: Whether mobile-first indexing receives the content and signals you intend. How to pull it: Scheduled mobile/desktop crawl diffs for copy, links, metadata, directives, images, and structured data. Benchmark / realistic range: Zero known material exceptions; layout-only differences do not count. Cadence: Each major template release and a recurring monthly sample.
Mobile organic performance by template
Metric: Mobile clicks, impressions, CTR, and average position segmented by page type. What it tells you: Where visibility or click behavior changed, without pretending one aggregate explains the cause. How to pull it: Search Console Performance filtered to mobile, joined to a stable template classification. Benchmark / realistic range: Compare with each template’s seasonal baseline and annotated releases; no universal growth rate is defensible. Cadence: Weekly for alerts, monthly for decisions.
Test yourself: Mobile SEO
Five quick questions on mobile SEO. Pick an answer for each, then check.
Resources worth your time
My writing
- The Beginner’s Guide to Technical SEO — where mobile fits the bigger crawl/index/rank picture.
- Core Web Vitals: What They Are & How to Improve Yours — the performance side of mobile, in depth.
- JavaScript SEO Issues & Best Practices — relevant when mobile content depends on rendering.
My speaking
- How Search Works (SlideShare) — my walkthrough of crawling, rendering, indexing, and ranking, including how Googlebot crawls as a smartphone. (Standing disclaimer: “This is my understanding of systems… not going to be 100% complete or accurate.”)
From around the industry
- Mobile-first Indexing Best Practices (Google) — the canonical parity + configuration doc.
- Understanding Google page experience (Google) — Core Web Vitals and mobile-friendliness as signals.
- Google Officially Drops Mobile Usability Report, Mobile-Friendly Test Tool and API (Search Engine Land) — the December 2023 tool retirements and the Lighthouse recommendation.
- Google Says Mobile-First Indexing Is Complete After Almost 7 Years (Search Engine Land) — the October 2023 completion, with Mueller’s quote.
- Google Won’t Index Sites That Do Not Work on Mobile After July 5 (Search Engine Land) — the July 2024 enforcement milestone.
- Google: Page Experience Signals for Ranking Apply Only to Mobile (Search Engine Land) — how the page-experience timeline split mobile vs. desktop.
- Google Confirms Content Hidden in Tabs With Mobile-First Index Is Okay (Search Engine Roundtable) — the Gary Illyes hidden-content quote.
Stats worth citing
- 53% of mobile users abandon a page that takes longer than 3 seconds to load — the widely cited Google/DoubleClick mobile-speed finding. A reminder that mobile performance is a conversion issue as much as a ranking one.
- Mobile-first indexing completed October 2023, with full enforcement after July 5, 2024 — after which sites that don’t work for mobile Googlebot risk not being indexed at all (Google). Source
- Core Web Vitals thresholds (mobile): LCP < 2.5s, INP < 200ms, CLS < 0.1 — Google’s “good” bars, used by its ranking systems. Source
Mobile SEO
Mobile SEO is the practice of optimizing a site so it ranks well when crawled and indexed by a mobile (smartphone) user agent and delivers a fast, usable experience on phones. Since Google completed mobile-first indexing, the mobile version is the primary version Google uses for indexing and ranking — so mobile SEO is effectively baseline SEO for every site.
Related: Mobile-First Indexing, Core Web Vitals, Responsive Web Design
Mobile SEO
Mobile SEO is the practice of making a website perform well in search when it’s crawled and indexed via a mobile (smartphone) user agent, and of delivering a fast, usable experience to visitors on phones. Two things sit under that umbrella: optimizing for mobile users (speed, layout, tap targets, no intrusive popups) and optimizing for mobile-first indexing (making sure the mobile version of your page carries all the content, structured data, images, and links you want indexed).
Since Google completed its transition to mobile-first indexing in October 2023, the mobile version of a page is the primary version Google uses for indexing and ranking — for both mobile and desktop results, because there’s one index. That makes mobile SEO effectively the baseline SEO for all sites, not a separate niche.
Google’s recommended setup is responsive web design (one URL, one HTML, layout adapting via CSS), though dynamic serving and separate (m-dot) URLs are also supported. Mobile usability — readable fonts, large enough tap targets, no horizontal scrolling, avoiding intrusive interstitials — and mobile Core Web Vitals (LCP, INP, CLS) round out the picture. Note that Google retired the Mobile-Friendly Test and the Search Console Mobile Usability report in December 2023; Lighthouse is now the recommended tool for mobile usability auditing.
Related: Mobile-First Indexing, Core Web Vitals, Responsive Web Design
Build-time retrieval analysis plus live signals for this exact article. The automatic chunk report includes a deterministic readiness score and is ready without a model download.
Search Console
sampleGA4 traffic (28d)
sampleCloudflare traffic (7d)
sampledCrUX field data (28d, phone)
sampleGoogle NLP entities
localChangelog
Updated Jul 30, 2026.
Editorial summary and recorded change details.Summary
Added a dated Cloudflare Radar view of mobile-versus-desktop request share.
Change details
-
Added an attributed 28-day device-share chart and clarified that it represents Cloudflare-observed requests, not search demand.
Full comparison unavailable — no prior snapshot was archived for this revision.
Updated Jul 18, 2026.
Editorial summary and recorded change details.Summary
Tightened the hub boundary: shortened the Site configuration and Mobile usability sections to overviews and linked out to the dedicated Responsive design, Dynamic serving, Mobile usability, and Viewport meta tag deep dives, and expanded the Where to go next list to include all six cluster deep dives with direct links.
Change details
-
Linked the Site configuration section's responsive/dynamic-serving detail out to the dedicated Responsive design and Dynamic serving deep dives instead of duplicating their content on the hub.
-
Linked the Mobile usability section out to the dedicated Mobile usability and Viewport meta tag deep dives for full test methodology and syntax reference.
-
Expanded 'Where to go next' with direct links to all six cluster articles (previously unlinked bold text for four, missing Responsive design, Dynamic serving, Mobile usability, and Viewport meta tag entirely).
Full comparison unavailable — no prior snapshot was archived for this revision.