Viewport meta tag missing: what it is, why it matters, and how to fix it
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
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" />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