Desktop vs. Mobile Walkthrough: Two Very Different Websites
The desktop and mobile versions of your site are two different products, and most people only ever look at one of them.
Here is a thing that surprised me when I started building GazeSite: almost every website is actually two websites. There is the one the owner looks at, which is nearly always the desktop version, and there is the one most visitors see, which is nearly always the mobile version. These two websites share a URL and a database and nothing else that matters.
I don’t mean this as a figure of speech. When GazeSite audits a page, it loads it twice, once at a desktop viewport and once at a phone viewport, and takes a screenshot and captures the HTML in each case. Then six reviewers, each focused on one area — accessibility, clarity, conversion, readability, SEO, technical — look at what actually rendered. And the two renderings routinely get different grades. Not slightly different. Different enough that if you saw the two reports without the URL, you would not guess they came from the same site.
The reasons are mundane, which is exactly why they persist. On desktop, a hero section has room for a headline, a subheadline, an illustration, and a call-to-action button, all visible at once. On a phone, that same section becomes a vertical stack, and the button that was comfortably above the fold on a monitor is now two screens down, below an illustration that got scaled to fill the width. The desktop visitor sees an offer. The mobile visitor sees a picture and has to scroll to find out what it’s a picture of.
Or take navigation. A desktop navbar with seven links tells a visitor what kind of site this is before they read a single sentence of body copy. On mobile those seven links collapse into a hamburger icon. That’s fine — it’s the standard pattern — but it means the mobile visitor gets none of the orientation the desktop visitor got for free. If your page depends on the nav to explain itself, the mobile version doesn’t explain itself.
Then there are the failures that are invisible on desktop because they physically cannot happen there. Tap targets that are fine for a mouse pointer but too small and too close together for a thumb. Text that was 16 pixels in a wide column and is still 16 pixels in a narrow one, so line lengths drop to four or five words and reading becomes a pogo-stick exercise. A cookie banner and a chat widget and a sticky header that together eat a third of a phone screen and leave a letterbox for the actual content. Fixed-width elements — a table, an embedded form, sometimes just one long unbroken string — that force horizontal scrolling. None of these show up when you check your site on the 27-inch monitor you built it on.
What I find more interesting is that the differences aren’t only failures of layout. The two versions differ in emphasis. Desktop layouts let you say several things at once; mobile layouts force you to say things in order. So the mobile version of your page is an argument, whether you designed it as one or not: whatever is at the top is your opening claim, and everything else is subordinate to it. Very often nobody chose that order deliberately. It’s just whatever the responsive framework produced when it stacked the columns. When you read a mobile screenshot from top to bottom, you are reading a pitch that no human ever wrote, and sometimes it’s a bad pitch — the testimonials come before the product, or the footer links outweigh the offer.
This is why I think auditing the two versions side by side is more useful than auditing either alone. The comparison is the finding. If the desktop version scores well on conversion and the mobile version scores badly, you have learned something specific: your offer survives when it’s presented spatially and dies when it’s presented sequentially. That points at a fix — reorder the stack, shrink the illustration, pull the button up — that you would never have deduced from the mobile score by itself.
The uncomfortable part is deciding which version deserves more of your attention. The honest answer for most sites is the one the owner looks at least. Owners work at desks. They build on desktop, they demo on desktop, they check their own site on desktop between meetings. Meanwhile the traffic arrives from phones, following links out of email and social feeds. So the version that gets the most human polish is the one that gets the least real use, and the version that gets the most use is generated by a layout algorithm and rarely inspected. I built the two-viewport audit into GazeSite because I kept making this mistake myself, and I’ve concluded it isn’t a mistake you fix once. The desktop bias comes back every time you sit down to work, because you sit down at a desk.
So the practical advice is simple, and you don’t need any tool to follow it. Open your site on your phone, hold it at arm’s length, and scroll from the top without touching anything else. Ask what claim the page makes in the first screen, what it asks you to do, and how many screens you traveled before it asked. Then do the same on desktop and compare the two answers. If they’re the same, your two websites are telling one story. If they’re different — and they usually are — you now know which of your websites has been running the business without supervision.
More articles
If you can't see which element has keyboard focus, the keyboard is useless, and someone deleted that visibility on purpose.
Read →An audit finding is only worth money if you can trace it to a visitor who would have paid you and didn't.
Read →Link text is a promise about a destination, and vague links like 'click here' break that promise for skimmers, screen readers, and search engines alike.
Read →