Mobile-first indexing is not something to prepare for any more. Google finished migrating every site to it, which means the mobile version of your page is the version that gets indexed and ranked — full stop. There is no desktop fallback. If content exists on your desktop layout but not on mobile, as far as search is concerned it does not exist.
That reframes the whole subject. The question is no longer whether to prioritise mobile. It is whether your mobile page contains everything your desktop page does.
The mistake that actually costs rankings
It is rarely the design. It is content parity — mobile pages that quietly hold less than their desktop counterparts. This happens without anyone deciding to do it: a sidebar hidden below a breakpoint, images dropped to save weight, a description truncated behind a “read more” that never loads its remainder, structured data emitted only on desktop.
The test is blunt. View your page on a phone and confirm that the same text, the same images with the same alt attributes, the same headings, the same internal links and the same structured data are all present. Collapsed content is fine — Google indexes text inside accordions and tabs. Absent content is not.
Responsive, dynamic or separate: only one is worth using
| Approach | How it works | Verdict |
|---|---|---|
| Responsive | One URL, one HTML document, CSS adapts the layout | The default choice. Nothing to keep in sync. |
| Dynamic serving | One URL, different HTML by device | Workable but fragile — two versions to keep at parity |
| Separate mobile site | A distinct m-dot address | Legacy. Duplicate content, split signals, double the maintenance |
If you are still running an m-dot site, consolidating onto a responsive one is usually the single highest-value technical change available to you.
What Google actually measures
Page experience is assessed largely through Core Web Vitals, and these have changed — a detail many older articles miss. Interaction to Next Paint replaced First Input Delay in March 2024. Any guide still telling you to optimise FID is describing a metric that has been retired.
Largest Contentful Paint measures how quickly the main content appears; aim under 2.5 seconds. Interaction to Next Paint measures how quickly the page responds when someone taps; aim under 200 milliseconds. Cumulative Layout Shift measures how much the page moves while loading; aim under 0.1, and note that this is the one users notice most viscerally, because it is what makes them tap the wrong thing.
These are measured from real visitors rather than from a lab test, so they reflect mid-range phones on ordinary connections — not the device you are reading this on.
The things that break on a phone
Tap targets too small or too close. A finger is not a cursor. Give interactive elements room.
Text that requires zooming. Set a viewport meta tag and let text scale; do not disable pinch-zoom.
Interstitials over the content. Intrusive pop-ups covering the main content on arrival are a specific, named problem for mobile search.
Images without dimensions. Width and height attributes let the browser reserve space, which is the cheapest fix for layout shift there is.
Horizontal scrolling. Almost always a fixed-width element that never got a max-width.
How to check yours
Google retired the standalone Mobile-Friendly Test tool, so the current route is Search Console: the Page Experience and Core Web Vitals reports show field data from real visitors, grouped by issue. Lighthouse in Chrome’s developer tools gives a lab estimate for diagnosis, which is useful for finding causes but not for judging whether you have a problem — field data decides that.
The most honest test costs nothing: open your own site on your own phone, on mobile data rather than office wifi, and try to complete the thing a visitor came to do.
Frequently asked questions
What is mobile-first indexing?
Google crawls and indexes the mobile version of a page and ranks on that basis. It applies to all sites now, so the mobile version is effectively the only version search sees.
Does my desktop site still matter for SEO?
For ranking, what is indexed is the mobile version. Desktop still matters for the people using it, but content missing from mobile will not rank.
Is responsive design better than a separate mobile site?
Yes, in nearly every case. One URL and one document means no parity problem, no split signals and half the maintenance.
What replaced First Input Delay?
Interaction to Next Paint, in March 2024. It measures responsiveness across the whole visit rather than only the first interaction.
Does hidden content in tabs or accordions hurt rankings?
No. Content collapsed behind a control is still indexed. Content that is not in the mobile HTML at all is the problem.
How do I test whether my site is mobile-friendly?
Use the Page Experience and Core Web Vitals reports in Search Console for real-visitor data; the standalone Mobile-Friendly Test was retired.
Related reading
See also what makes a homepage work and what every small business should know about SEO.