My website has been carefully crafted to be responsive without relying on
<meta name="viewport" content="width=device-width, initial-scale=1.0">
It displays perfectly on mobile devices just as I intended. However, the issue arises when I check Google Insights for mobile optimization testing, which indicates that my site is not optimized. Interestingly, adding the meta tag instantly improves the mobile optimization score (even though it negatively impacts the user experience).
Is there a way to achieve mobile optimization recognition from Google Insights without using the meta viewport tag and compromising the design integrity of my site?