Viewport meta tag missing — the fix
This page does not have a viewport meta tag, which tells mobile browsers how to scale and display the page. Without it, mobile devices render the page at desktop width, creating a poor mobile experience.
Where this fits: mobile in SEO
Google indexes the mobile version of your site — desktop is the afterthought, not the other way round. Mobile issues (missing viewport, tap targets too close, content wider than the screen, intrusive interstitials) directly gate rankings for every query. With most traffic on phones, a mobile problem is not a subset of your audience — it is your audience.
Why viewport meta tag missing hurts your rankings
Google uses mobile-first indexing, meaning the mobile version of your page is what gets indexed and ranked. Without a viewport meta tag, Google considers the page non-mobile-friendly, which can significantly hurt rankings in mobile search results. Mobile traffic now exceeds 60% of all web traffic in most industries.
This is a critical issue: it can remove pages from search results entirely or block them from being crawled at all. Treat it as an outage, not a backlog item — every day it persists is compounding lost visibility.
How to fix it
Add the viewport meta tag to the page's <head> section. The standard viewport configuration works for the vast majority of responsive sites.
<meta name="viewport" content="width=device-width, initial-scale=1" />Mobile best practices
- Ship a correct viewport meta tag on every page — it is one line and it gates everything.
- Keep tap targets ≥ 44×44px with real spacing between them.
- Never let content overflow the viewport horizontally.
- Test on a real mid-range phone over 4G, not just desktop devtools.
- Avoid intrusive interstitials — Google demotes pages that greet mobile users with a wall.
The full library: SEO best practices, by category.
Frequently asked questions
What does "Viewport meta tag missing" mean?
This page does not have a viewport meta tag, which tells mobile browsers how to scale and display the page. Without it, mobile devices render the page at desktop width, creating a poor mobile experience.
Why does viewport meta tag missing matter for SEO?
Google uses mobile-first indexing, meaning the mobile version of your page is what gets indexed and ranked. Without a viewport meta tag, Google considers the page non-mobile-friendly, which can significantly hurt rankings in mobile search results. Mobile traffic now exceeds 60% of all web traffic in most industries.
How do I fix viewport meta tag missing?
Add the viewport meta tag to the page's <head> section. The standard viewport configuration works for the vast majority of responsive sites.
How serious is this issue?
This is a critical issue: it can remove pages from search results entirely or block them from being crawled at all. Treat it as an outage, not a backlog item — every day it persists is compounding lost visibility. It belongs to the mobile family of checks.
How do I find every page affected by this on my site?
Run a free Dr Urls audit: it crawls your site, detects viewport meta tag missing on every affected page, shows example URLs, and generates a ready-to-use fix task. Re-scan after fixing to verify the issue is gone.
Does your site have this issue?
A free Dr Urls audit crawls your site, finds every page affected by viewport meta tag missing, and hands you a ready-made fix task.
Check my site free