Mobile-first indexing
Google predominantly indexes the phone version; if mobile is broken, you are broken. Affects: SEO + AIO
The phone version is the version
Most searches happen on phones, and Google's index is built mobile-first: what your site shows a phone is what gets indexed and ranked. A desktop-only site isn't penalized; it's simply evaluated through its worst experience.
Mobile rendering starts with one tag: the viewport meta. Without it, phones render a zoomed-out desktop page with unreadable text.
What this site measures
The viewport meta tag and its configuration, fixed-width viewports (which defeat the purpose), and responsive CSS signals such as media queries in the delivered page.
How to improve
- Add <meta name="viewport" content="width=device-width, initial-scale=1">.
- Use responsive layouts (flexbox/grid with breakpoints), not a separate m-dot site.
- Keep tap targets ~44px and base font sizes 16px or larger.
- Test the actual pages on an actual phone; emulators miss real-world jank.
- Make tables and wide content scroll inside their container, not the whole page.
Common mistakes
Popups that cover the whole screen on mobile (Google penalizes intrusive interstitials). Fixed 980px layouts from an old template. Hover-only navigation that touch can't open.
See where your site stands on this: grade it and every check shows its evidence.
Grade my site →More guides
Building a website that gets found
Starting from zero? The platform choices, pages and foundations that decide whether your site is visible from day one.
Read the full guide →Making your website better, in the right order
The improvement playbook: what to fix first, what compounds, and how to verify each step actually landed.
Read the full guide →GEO, AEO & LLMO: the new alphabet, explained
The three terms you'll hear most for AI-era optimization: what each means, how they differ, and what to actually do about them.
Read the full guide →How search ranking works
Crawling, indexing, ranking, and which of the three you actually control.
Read the full guide →AI & answer engines (AIO)
A growing share of questions never reach a results page; an assistant answers them.
Read the full guide →Titles & meta descriptions
Your headline and your sales pitch in every results page and AI citation.
Read the full guide →