Mobile first

Mobile-first design, and the two things it keeps getting confused with.

Three terms get used as if they mean the same thing. They do not, and the difference decides whether content you wrote is seen by Google at all.

Crawl, index, rankThree stations in a row. First a crawler finds the page, then the page is stored and understood, and only then can it be chosen and placed in an order for a given search.A PAGE ONLY RANKS AFTER TWO EARLIER STEPS SUCCEEDCRAWLA CRAWLER FINDSTHE PAGE AT ALLINDEXIT IS STORED ANDUNDERSTOODRANKIT IS PICKED ANDPLACED IN AN ORDERIF STEP ONE OR STEP TWO FAILS, STEP THREE NEVER HAPPENS.
Crawl, index, rank
In short

What is mobile-first design, and is it the same as mobile-first indexing?

Mobile-first design is a way of building: the small screen version is designed and built first, then expanded for larger screens, so the phone experience is the fully considered one rather than a squeezed leftover.

Mobile-first indexing is a separate thing and it belongs to Google rather than to you: Google predominantly uses the mobile version of a page for indexing and ranking, so anything that exists only in your desktop layout may not be taken into account at all.

Neither is a ranking bonus awarded for being mobile friendly, and responsive design is a third thing again, describing a layout that adapts to screen width, which you can build desktop-first and still call responsive.

Plain language

Three terms, three different meanings

Most arguments about mobile design are actually people using one word for three ideas. Separating them makes the practical decisions obvious.

Responsive design is about layout. One set of pages reflows to fit whatever width it is given. It says nothing about which width was designed first, and a responsive site can still be a desktop site that collapses awkwardly.

Mobile-first design is about sequence and discipline. You start with the smallest useful screen, decide what genuinely has to be there, then add for bigger screens. Because the phone layout has the least room, designing it first forces the hard priority decisions early instead of leaving them to a last minute squeeze.

Mobile-first indexing is about Google. It is a statement of which version of your page Google predominantly uses to index and rank, and the answer is the mobile one. It is a crawling and indexing behaviour, not a reward.

Settle the terms

The three, side by side

If a proposal or a report uses these interchangeably, this table is the question to ask back.

The questionMobile-first designMobile-first indexingResponsive design
Whose behaviour is itYours, as a way of workingGoogle's, as a crawling and indexing behaviourYour layout code
What it decidesWhat earns space on the smallest screenWhich version of the page gets indexed and rankedHow a layout reflows at different widths
What goes wrong without itThe phone layout becomes a compressed afterthoughtContent only present on desktop can go unseenThe page breaks or needs pinch and zoom
Can you opt outYes, it is a choiceNo, it is how Google worksTechnically yes, practically no
Is it a ranking boostNoNoNo

The last row is the one people find hardest to accept. None of these earn a bonus. What they do is decide whether the page you think you published is the page being judged.

An honest number

How much of the traffic is actually mobile

This is a figure marketing copy routinely overstates, and the overstatement is unnecessary because the honest version makes the same point.

Roughly halfof global web traffic is mobile, excluding tablets
Mobileis the version Google predominantly indexes and ranks, whatever your own split is
Your owndevice split is in your analytics, and it is the only one that should drive decisions

SourceStatCounter Global Stats: desktop versus mobile market share (live, excludes tablets)

Published figures range widely depending on whether tablets are folded in and which panel is measured, so we link the live source rather than freeze a percentage that will be wrong next quarter. For your own site the question is settled by your analytics anyway, and the split varies enormously by industry.

What gets judged

Mobile is measured as its own thing

Core Web Vitals are reported separately for mobile and desktop, which makes the point concrete: passing on a laptop tells you nothing about the experience your phone visitors had.

Core Web Vitals as three gaugesThree half-circle gauges, one each for Largest Contentful Paint, Interaction to Next Paint and Cumulative Layout Shift. Each gauge carries a poor, needs work and good zone, and a needle resting somewhere along it.THREE THINGS GOOGLE MEASURES ABOUT THE PAGE EXPERIENCELCPLARGEST CONTENTFUL PAINTHOW FAST THE MAIN THING LOADSINPINTERACTION TO NEXT PAINTHOW FAST IT REACTS TO A TAPCLSCUMULATIVE LAYOUT SHIFTHOW MUCH THE PAGE JUMPS ABOUTPOORNEEDS WORKGOODSCHEMATIC GAUGES. REAL SCORES COME FROM FIELD DATA FOR YOUR OWN PAGES.
Largest Contentful Paint at 2.5 seconds or less, Interaction to Next Paint at 200 milliseconds or less, Cumulative Layout Shift at 0.1 or less, at the 75th percentile of real loads.

Phones do the same work with less processing power and often a worse connection. A script a laptop absorbs invisibly can cost seconds on a mid range handset, which is why passing on desktop and failing on mobile is such a common pattern.

Cumulative Layout Shift punishes phone visitors hardest as well. On a small screen a late arriving banner pushes everything down at exactly the moment a thumb is coming down on a button.

Practical decisions

What mobile-first actually changes in a build

None of these are exotic. They are the decisions that get made differently when the phone layout is designed first rather than derived last.

  • Content parity. The mobile page carries the same copy, headings, images, links and structured data as the desktop page. Hiding text behind a tab or an accordion is fine, because it is still in the page. Removing it from the mobile version entirely is not.
  • One primary action per screen. A phone screen holds roughly one decision comfortably, so the ordering of what appears first becomes a real choice rather than a matter of where there was space.
  • Tap targets sized and spaced for a thumb, not a cursor, with enough room between adjacent links that the wrong one is not hit by accident.
  • A phone number that is a tappable link, and a form short enough to finish one handed on a moving train.
  • Navigation that can be opened, used and closed with a keyboard as well as a thumb, because a collapsed menu is where accessibility most often breaks.
See the full checklist: What mobile-first actually changes in a build3 more itemsHide the full checklist: What mobile-first actually changes in a build
  • Images sized for the screen they appear on, rather than one desktop sized file sent to every device.
  • Text that stays readable without pinching, with enough contrast to survive being read outdoors.
  • Sticky elements kept honest. A sticky header, a chat bubble and a cookie banner together can leave a phone user with a small strip of actual content.
Intent on a small screen

What a phone visitor is usually trying to do

Mobile visits skew towards immediate intent: find the number, check you are open, work out where you are, then act.

From a search to a booked jobA path running left to right: a search, then your page, then a branch into either a phone call or a form and chat, then a booked job. A faint branch drops away from the page to show the people who leave instead.FROM A SEARCH TO A BOOKED JOBSEARCHA QUERY WITH INTENTYOUR PAGEPROOF AND A NEXT STEPCALLFORM OR CHATBOOKEDTRACKED TO ITS SOURCELEAVESNOT EVERY CLICK CONVERTS.THE PAGE’S JOB IS TO LOSE FEWER OF THEM.EVERY STEP IS A PLACE TO LOSE SOMEONE, OR A PLACE TO MAKE IT EASIER.
A search, then your page, then a call or a form, then a booked job. On a phone, the middle step has the least room to go wrong.

This is why mobile-first is a commercial discipline and not just an aesthetic one. If the fastest route to a phone call takes four taps and a pinch, the design has failed regardless of how it photographs in a portfolio.

It also changes what belongs at the top. A long brand statement above the fold is a desktop habit. On a phone the same space is better spent on what you do, where, and the one action that follows.

Common failures

The mistakes that cost the most

Serving a cut down mobile page. Removing sections to make the phone version tidier means removing them from the version Google predominantly uses. Sites have quietly lost rankings this way and blamed an algorithm update.

Treating mobile as a testing step. Checking the phone layout at the end, in a browser window dragged narrow, is not the same as building for it. A narrow desktop window has a desktop processor and a fixed connection behind it.

Read the full breakdown: The mistakes that cost the most3 more paragraphsHide the full breakdown: The mistakes that cost the most

Forgetting that structured data, page titles, meta descriptions, images and links all need to be present on the mobile version too, not only in the desktop template.

Blocking resources on mobile that are available on desktop. If a stylesheet or a script is needed to render the page properly and mobile crawling cannot reach it, the page being judged is not the page you built.

Assuming responsive means finished. A layout that technically reflows can still put the phone number below four screens of scrolling, which is a design failure that no breakpoint fixes.

See what your site looks like to a phone

A free audit reports your mobile field performance, content parity issues and the tap targets that are too small or too close together.

Questions

Straight answers.

Is mobile-first design the same as responsive design?

No. Responsive describes a layout that adapts to screen width. Mobile-first describes the order you design in, starting from the smallest screen.

You can build a responsive site desktop-first, and plenty of disappointing phone experiences are exactly that.

Does being mobile friendly improve my rankings?

Not as a bonus. Mobile-first indexing means the mobile version is the one predominantly used for indexing and ranking, so a broken or reduced mobile page can hurt you.

A good one removes a problem rather than adding an advantage. The gain is that the page you wrote is the page being assessed.

Should I have a separate mobile site?

Separate mobile URLs are a legacy pattern that creates content parity problems, duplicate URL management and a second site to keep in step.

One responsive set of pages, designed from the small screen up, is far simpler to keep correct.

Can I hide content on mobile to keep the page short?

Content inside tabs, accordions or expandable sections is still in the page and is treated as part of it. Content deleted from the mobile version is not there at all.

If something matters enough to say on desktop, keep it in the markup on mobile and control how it is displayed instead.

How do I know whether my mobile version is the problem?

Compare mobile and desktop directly in your analytics and in your field performance data. Look at the mobile share of sessions against the mobile share of enquiries.

A large gap between those two shares is the clearest signal that the phone experience, not the traffic, is where you are losing people.

Does mobile-first mean the desktop site matters less?

No. It means the mobile version carries the indexing weight and usually the harder usability constraints.

Plenty of businesses still take most of their revenue from desktop visits, which is a reason to check your own analytics rather than to follow a general rule.

Next step

Talk to the team

A short call, a look at how the business currently shows up, and a straight answer on what we would do first.