Your viewport meta tag is preventing users from zooming in on your page. This is a major accessibility issue, as it makes it difficult or impossible for users with low vision to read your content. It's a practice that is strongly discouraged and can result in a poor user experience.
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
Remove `user-scalable=no` from the viewport meta tag. You can also set `maximum-scale` to a value like `5.0` if you want to define a limit.
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Allowing users to zoom is a fundamental accessibility requirement. It ensures that all users, regardless of their visual ability, can consume your content. This is a critical aspect of inclusive web design.
This issue can affect your site's search engine rankings and user experience. Addressing it promptly helps ensure optimal performance and visibility in search results.
Black SEO Analyzer automatically checks for this warning during site analysis, along with hundreds of other technical SEO issues.
Choose the license that fits your needs and start getting the deep, actionable insights you deserve.