Fix Guide
How to Fix a Missing Viewport Meta Tag
The page does not expose the mobile viewport tag needed for responsive layouts.
Recommended fix
Add a viewport meta tag so mobile browsers render the page at device width.
This guide is designed to pair with a scanner report. Run a URL scan first, then copy the fix list to your developer or CMS workflow.
Developer task
Add <meta name="viewport" content="width=device-width, initial-scale=1"> in the document head.