Viewport meta tag
Makes websites fit all screen sizes.
(How ScanGov measures tasklist priorities.)
The viewport meta tag helps web pages look good on all devices by controlling the screen size and zoom settings. This makes websites adjust to fit different screens. You can also disable zooming or set a custom zoom level. It's important for making websites mobile-friendly.
As a mobile user, I want the website to scale and display correctly on my device so that I can read and interact with the content without zooming or horizontal scrolling.
(ScanGov messaging when a site fails a standard)
Viewport meta tag is missing.
<meta name="viewport" content="width=device-width, initial-scale=1.0">