TECHNICAL · SEO GLOSSARY
Mobile SEO
SEO considerations specific to mobile devices — covering mobile-first indexing, responsive design, tap target size, font legibility, Core Web Vitals on mobile, and ensuring no mobile-specific content is hidden from Googlebot.
Definition
Mobile SEO covers the practices that ensure a website performs well in mobile search and for mobile users. Since Google switched to mobile-first indexing in 2019 (fully rolled out by March 2021), Google primarily uses the mobile version of content for indexing and ranking — meaning the mobile experience is the ranking experience, regardless of how the desktop experience looks. Key mobile SEO considerations: (1) **Responsive design** — the same HTML served to all devices, with CSS handling the layout changes; preferred over separate mobile subdomains (m.yoursite.com) which require hreflang-like canonical configuration; (2) **Viewport meta tag** — `<meta name="viewport" content="width=device-width, initial-scale=1">` is required; without it, browsers render the full desktop width and scale down; (3) **Tap target size** — Google's mobile usability guidelines recommend tap targets of at least 48×48px with 8px spacing; buttons or links too close together cause accidental taps; (4) **Font legibility** — 16px minimum font size for body text; smaller text requires pinch-to-zoom; (5) **No mobile-only content blocking** — content behind "show more" toggles, lazy-loaded sections, or JavaScript that requires interaction to reveal must still be present in the HTML that Googlebot crawls; (6) **Mobile Core Web Vitals** — CrUX field data and Lighthouse scores are captured on mobile; mobile LCP is typically worse than desktop due to smaller CPUs and slower connections.
Why it matters for SEO
Mobile-first indexing means Google sees your mobile site as your site. A page with content visible on desktop but hidden (via CSS or JavaScript) on mobile may be ranked based on the reduced mobile content. Separate mobile sites (m.yoursite.com) without proper canonical configuration create duplicate content. Missing viewport tags cause poor mobile usability scores. Small tap targets and font sizes trigger Google's Mobile Usability warnings in Search Console — which, while not a direct ranking factor, indicate a substandard mobile experience that affects bounce rate and engagement. Over 60% of global web traffic is mobile; ranking well in mobile search and providing a good mobile experience are the same goal.
How DeepSEOAnalysis checks this
The audit checks all major mobile SEO signals: viewport meta tag presence and correct value, font size legibility (computed CSS font-size for body text), tap target sizing and spacing for interactive elements, mobile usability issues detected by the crawl engine, Core Web Vitals scores at mobile Lighthouse emulation (alongside real CrUX data), and whether JavaScript-dependent content is present in the initial HTML response. Pages with mobile usability failures are flagged as high-priority issues since they affect the quality of what Google indexes under mobile-first indexing.
Useful tools and resources
GLOSSARY
Related terms
technical
Mobile-First Indexing
Google's approach of crawling and indexing the mobile version of a page as the primary version for ranking purposes.
Read definition →performance
Core Web Vitals
Three Google metrics — LCP, INP, and CLS — that measure real-user loading, interactivity, and visual stability.
Read definition →performance
Page Experience
Google's umbrella ranking signal combining Core Web Vitals, mobile-friendliness, HTTPS, and absence of intrusive interstitials.
Read definition →See how your site scores on Mobile SEO.
The free DeepSEOAnalysis audit checks mobile seo and 100+ other signals. Full report, no signup.
Run a free audit →