Mobile and
Accessibility Audit
How the site performs on the device Google uses for ranking.
What It Is
Google uses mobile-first indexing — it crawls and evaluates the mobile version of a site to determine rankings, even for desktop searches. The mobile audit checks that the mobile version is functionally equivalent to the desktop version (same content, same internal links, same structured data), that page experience signals are met (no intrusive interstitials, full HTTPS), and that basic accessibility requirements are in place. Missing alt text affects both users and Googlebot's ability to understand image content.
Why It Matters
Sites where the mobile version is significantly different from the desktop version — missing content, different internal links, reduced schema markup — are at a ranking disadvantage despite potentially excellent desktop experiences. Since Google indexes the mobile version, any content or link that exists only in the desktop version is invisible to Google. The mobile audit catches these discrepancies before they compound into ranking suppression that's difficult to trace back to a mobile-desktop parity failure.
What Goes Wrong
Understanding where audits fail — and why — is the first step to executing them correctly.
Mobile Version Missing Content Present on Desktop
Responsive design implementations that hide significant content blocks on mobile — sections, FAQs, or product descriptions visible only on desktop that Google can't index because it indexes the mobile version.
Intrusive Interstitials on Mobile Page Load
Full-screen popups, newsletter signup overlays, or cookie consent banners appearing immediately on page load on mobile devices — a direct Page Experience violation that Google has confirmed affects rankings.
Missing Alt Text on Images Sitewide
Images without alt text across the site — affecting both accessibility for screen reader users and Googlebot's ability to understand image content, including images that may be the LCP element.
Mixed Content on HTTPS Pages
HTTP resources (images, scripts, stylesheets) loading on HTTPS pages — generating mixed content warnings in browsers and reducing the security score that contributes to Page Experience signals.
The Audit Playbook (Interactive SOP)
Check off each step to track your audit progress live!
Tools
-
Google Mobile-Friendly Test
Free | Quick mobile compatibility check with specific usability failure reasons — useful for client-facing documentation -
Chrome DevTools Device Mode
Free | Mobile viewport emulation for content parity comparison — essential for identifying content visible only on desktop -
Screaming Frog
Paid/Free tier | Image alt text audit across the full site — export all images with empty or missing alt attributes in one crawl
Time Investment
Pro Tip
Test on an actual mobile device after reviewing in DevTools emulation.
Chrome DevTools emulation is an excellent starting point but misses some real-device rendering issues — JavaScript that works in emulation sometimes breaks on actual mobile hardware, touch targets that look correctly sized in DevTools are sometimes too small on a physical screen, and some mobile-specific CSS behaviors only manifest on real devices. A 5-minute test on one iPhone and one Android after completing DevTools review catches the issues that emulation misses, and prevents you from missing real-device bugs in your audit findings.