>

Mobile SEO

Google indexes the mobile version of your site for ranking — including for desktop searches. Anything missing on mobile is effectively missing from the index.

Mobile-First Indexing in Practice

Google crawls and indexes your site as a mobile user agent. The desktop version is largely irrelevant to ranking. The practical consequence is that content hidden, trimmed or omitted on mobile may not be indexed at all.

The common failures are predictable: a mobile layout that drops sidebar content, structured data present only on desktop templates, images lazy-loaded in a way the crawler cannot resolve, and internal links removed from a simplified mobile menu.

Parity is the standard. Same content, same structured data, same metadata, same links.

Responsive vs Separate Mobile Sites

Responsive design — one URL, one HTML document, CSS adapting to viewport — is the straightforward approach and what Google recommends.

Separate m-dot sites still exist on older estates and introduce duplicate content, canonical and hreflang complexity, and redirect chains. If you inherit one, migrating to responsive is usually worth the project cost.

Dynamic serving — same URL, different HTML by user agent — sits between the two and requires a Vary HTTP header to be handled correctly.

Mobile Page Speed

Mobile devices have less processing power and frequently worse connections. A page that feels fine on a development laptop can be genuinely slow on a mid-range phone on cellular data.

Test on throttled connections, not on office wifi. The main offenders are oversized images served without responsive srcset, render-blocking JavaScript, and third-party scripts for analytics, chat widgets and tag managers.

Mobile Usability Issues That Affect Rankings

Google reports several mobile usability problems that correlate with ranking and conversion loss:

  • Text too small to read without zooming
  • Clickable elements too close together
  • Content wider than the screen, forcing horizontal scroll
  • Intrusive interstitials that obscure content immediately on arrival

The interstitial penalty is specific — full-screen popups appearing before the user has engaged with content can suppress rankings. Cookie consent banners required by law are exempt if reasonably sized.

What Mobile-First Indexing Actually Penalises

Mobile-first indexing means the mobile rendering of your page is the one that counts. The failures it produces are rarely about layout — they are about content that exists on desktop and does not exist on mobile.

Content hidden behind interactions is fine; content omitted is not. Text inside an accordion or a tab is indexed normally as long as it is present in the markup. Text removed from the mobile template, or loaded only when a user taps, may not be.

The specific things to check, in order of how often they bite:

  • Structured data present on both. Frequently rendered on desktop only.
  • Meta titles and descriptions identical across both renderings.
  • Images with the same alt text, and not lazy-loaded in a way that leaves them absent from the rendered HTML.
  • Internal links intact. A cut-down mobile navigation removes the internal linking that pages deeper in the site depend on — the most damaging item on this list and the least visible.

Diagnosing It Without Guessing

The gap between what you see on your phone and what a crawler sees is where mobile SEO problems live, and your phone is not a reliable instrument.

Use the URL inspection tool's rendered HTML, not a browser. It shows what was actually received and executed, which is the only version that matters.

Compare the rendered mobile HTML against the desktop HTML as text. Diff them. A word-count gap between the two is the single most useful mobile SEO diagnostic and takes a minute.

Check the crawl stats for the mobile user agent specifically. If mobile crawling is a small fraction of desktop, something is discouraging it.

Test on a throttled connection, not on office wifi. Mobile page speed problems are invisible at high bandwidth, and the resources that fail are usually the ones that load last.

One thing that does not need checking any more: whether to build a separate mobile site. The answer is no, and a responsive single URL removes an entire category of the problems above.

Sources

What each claim on this page rests on. Entries are typed so you can see which are primary.

  1. officialGoogle Search Central documentation — mobile-first indexing, HTTPS as a ranking signal, migration guidance and hacked-site recovery developers.google.com

Ask an AI about this page

Opens your assistant with this page as the source, and a question rather than a summary. It will ask what you are building before it answers.

ChatGPTClaudeGeminiPerplexityGrok

Nothing is sent from here. The link carries only this page’s title and address.