Rank tracking

Why Mobile and Desktop Rankings Differ (and How to Track Mobile Properly)

Your site ranks 3 on desktop and 7 on a phone for the same keyword. Learn why Google builds a different page for each device, what our September 2026 sample of 200 SERPs showed, and how to set up a mobile rank tracker that reflects it.

Search for a keyword on your laptop and your site is third. Search on your phone and it is seventh. Nothing is broken. Google made two different pages, one for each device, and your site sits in a different spot on each.

This guide explains why that happens and what our own sample of 200 pages showed about the gap. It then shows how to track mobile rankings, so the number you report is the number your customers see.

Google builds a different page for each device

When a phone asks Google for results, Google knows it is a phone. It builds a page for a narrow screen, a thumb, and a person who is probably out somewhere. When a desktop asks, it builds for a wide screen and a keyboard.

That is not just layout. Google picks different blocks, orders them differently, and sometimes ranks the same sites differently. Three things drive it.

1. Different SERP features

To measure the gap, we fetched 100 US queries on both devices on September 6, 2026. Here is where the pages differed most.

FeatureDesktop pagesMobile pages
Related searches96%2%
People also search forRare97%
Video26%37%
Perspectives (forum and social posts)26%35%
Discussions and forums10%16%
Expanded knowledge panel itemsRare18%
Local pack21%24%
Average blocks on the page12.513.8
Average organic results on page one8.27.9

Mobile pages had more blocks and slightly fewer organic results. They leaned toward video, forums, and expanded knowledge panels. Desktop pages leaned toward the classic list with related searches at the bottom.

People Also Ask and AI Overviews were nearly the same on both, at 92 to 94 percent and 68 to 69 percent. Our SERP features guide explains each block.

2. Different ranking signals

Google indexes the mobile version of every site. That is called mobile-first indexing, and it has covered all sites since 2023. If your mobile pages hide text behind tabs, drop images, or trim internal links, Google sees the trimmed version. That affects rankings on both devices, but it shows first on mobile.

Google also measures page experience per device. A page that loads in one second on a desktop connection and four seconds on a phone is two different experiences. Speed and layout stability matter more where they are worse.

3. Different intent

Phones are used on the move. Google reads more local intent into mobile searches. Coffee shops on a phone leans toward the map. Coffee shops on a desktop leans toward lists and guides. Sites that serve one intent well rise on one device and fall on the other.

What the gap looks like for one keyword

Take best running shoes in the US. On desktop, the page opens with an AI Overview, then Runner’s World, then Reddit, then People Also Ask. On mobile the AI Overview fills the first screen, and the first website is below the fold. A site in organic rank 2 on both devices is the second link on desktop and the first thing you scroll to on a phone.

Same rank. Different visibility. Which is why the honest report shows both organic rank and position on the page. Our guide on how to check your Google rankings explains both numbers.

Which device should you track?

The answer is in Google Search Console. Open the Performance report and switch the tab to Devices. It shows clicks and impressions for mobile, desktop, and tablet.

As a rough rule:

Your topicUsual splitTrack
Local services, restaurants, retailMostly mobileMobile, city-level
Consumer products, health, how-toMostly mobileMobile first, desktop for the top keywords
Business software, finance, B2BOften half desktopBoth
Developer and technical topicsMostly desktopDesktop first

Whatever the split, do not report a desktop number as “the” ranking if most of your visitors are on phones.

How to set up a mobile rank tracker

A mobile rank tracker is any tool or API that fetches the results page as a phone would. Three ways to do it.

In a rank tracking tool

Most trackers have a device setting per keyword or per project. Set it to mobile. Note that many tools count mobile and desktop as two separate keywords against your plan. Pricing details are in how much a rank tracker costs.

Check the default. Some tools track desktop unless you change it, and teams report the desktop number for years without noticing.

With a SERP API

Set device to mobile in the request. On Serplify you can also set the operating system, which changes the browser fingerprint Google sees:

curl -X POST https://api.serplify.io/v1/serp/search \
  -H "Authorization: Bearer live_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{
    "keyword": "best running shoes",
    "location": { "code": 2840 },
    "language": { "code": "en" },
    "device": "mobile",
    "os": "android",
    "track": { "target": "nike.com" }
  }'

The response tells you the rank, the position on the page, and the list of features present. Run the same request with "device": "desktop" and you have both sides of the gap for one cent. The full bulk setup is in how to track rankings in bulk.

By hand

Open your browser’s developer tools, switch to device mode, pick a phone, and reload the results. Set the location too, using one of the methods in how to change your Google search location. This is fine for a spot check. It is not exact, because Google still sees a desktop browser pretending, and it does not scale.

What to do when mobile rank is lower than desktop

  1. Check what Google sees on mobile. Use the URL Inspection tool in Search Console, test the live URL, and view the rendered page. Missing text or links on mobile is the most common cause.
  2. Check speed on a phone. PageSpeed Insights reports mobile and desktop separately. Fix the mobile score first.
  3. Look at the mobile page for your keyword. If it is full of video and forum blocks, that is the format Google wants on phones. Consider a short video or a clearer, faster answer near the top.
  4. Check local intent. If a map pack appears on mobile and not desktop, your page is competing with a map. Your Google Business Profile matters more than your page. See how to check local rankings.
  5. Watch the trend, not the day. Mobile pages carry more moving parts. Use weekly averages, as we explain in why Google rankings fluctuate.

Quick recap

  • Google builds separate pages for phones and desktops, with different blocks, order, and sometimes rank.
  • Mobile pages in our sample showed more video and forum content and swapped related searches for “People also search for.”
  • Google indexes your mobile site. What is missing there is missing everywhere.
  • Track the device your visitors use, and check that your tracker actually fetches mobile.
  • Report organic rank and page position together, for the device that matters.

Frequently asked questions

Why is my ranking different on mobile and desktop?

Google builds each results page for the device asking. Mobile pages have more video, forum, and app content, a different order of blocks, and a screen that fits fewer results. Google also weighs page speed and mobile usability differently. The result is that the same keyword can rank your page 3 on desktop and 7 on a phone, or the other way around.

What is mobile-first indexing?

It means Google crawls and indexes the mobile version of your site, and uses that version to decide rankings for every device. If text, links, or images are only on the desktop version, Google does not see them. Google moved all sites to mobile-first indexing by 2023.

Which should I track, mobile or desktop?

Track the device your visitors use. Google Search Console's Performance report shows your split by device. For most consumer and local topics that is mobile. For business software and work-related searches, desktop is still a large share. When in doubt, track both.

Do rank trackers check mobile by default?

Not always. Some default to desktop and charge mobile as a second keyword. Check the device setting on each keyword. With a SERP API you set device to mobile in the request.

Are mobile rankings more volatile?

They move a bit more, mainly because mobile pages carry more feature blocks that come and go, and because local intent is stronger on phones. Track weekly averages rather than reacting to one day.

Sources and further reading

  1. Google Search Central: Mobile-first indexing best practices developers.google.com
  2. Google Search Central: Understand how Google Search sees your pages developers.google.com
  3. Serplify docs: SERP API overview (device parameter) docs.serplify.io

From the team that built it

Put this into practice with the SERP API.

Real-time Google SERP API with AI-ready JSON — 26+ SERP feature types, location and device targeting, 99.9% uptime — full live SERPs at a fraction of the going rate.

Start on the free balance — no card required.