Allow zooming in meta viewport tag to help people with visual disabilities

Last updated:

This evaluation is included in the Accessibility audit offered by ExcellentWebCheck. Ensuring website accessibility is essential to ensure everyone can use the internet without barriers.

Why is a viewport meta tag important?

A <meta name="viewport" /> tag in the <head> must not contain "user-scalable=no".

People with visual disabilities, such as low vision can zoom in to make reading the page easier for them. Disallowing zooming makes it hard for these people to access the page’s content.

What is a good meta viewport tag?

The following meta viewport tag makes your website responsive and allows zooming in.

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Was this article helpful?

Checkout the ExcellentWebCheck services

ExcellentWebCheck's goal is to improve the online user experience. The tools of ExcellentWebCheck help to detect and improve usability problems on your website.