Without a viewport meta tag, mobile browsers render the page at desktop width and zoom out, which fails mobile usability. In a mobile-first index this is a real problem. No responsive viewport. Mobile usability fails; mobile-first indexing penalised. Add a responsive viewport meta.
Why does missing viewport meta matter for AI search?
Mobile usability fails; mobile-first indexing penalised.
How do you fix it?
Add a responsive viewport meta.
How do you find it on your site?
- View source and check for a viewport meta tag.
- Test the page on a mobile device or in responsive mode.
- Add the standard width=device-width, initial-scale=1 viewport tag.
- Re-test mobile rendering and Search Console mobile usability.
Which ranking and citation factors does it touch?
Mobile usability is part of how Google evaluates pages in a mobile-first index. A missing viewport breaks the mobile experience.
What is the impact?
Medium-high. Direct (mobile-first).
What is the evidence?
Mobile-friendliness matters under mobile-first indexing. Google Search Central, Mobile-first indexing best practices; Google Search Central, Understanding page experience in Google Search results
Sources
Frequently asked questions about missing viewport meta
What does "Missing viewport meta" mean?
No responsive viewport.
How do you fix missing viewport meta?
Add a responsive viewport meta.