Not Mobile-Friendly
Your website doesn't have a viewport meta tag. It looks broken on every phone.
Quick Answer
To make your website mobile-friendly, add <meta name="viewport" content="width=device-width, initial-scale=1"> to your HTML <head>. Then ensure your CSS uses responsive units (%, rem, vw) instead of fixed pixel widths so the layout adapts to any screen size.
The Problem
Without a viewport meta tag, mobile browsers render your site at desktop width and zoom out, making text tiny and unusable. Over 60% of web traffic is mobile.
Why It Matters
You're losing more than half your potential visitors. Google uses mobile-friendliness as a ranking factor. A non-mobile site will rank lower in search results.
How to Fix It
Add this tag to the <head> section of every page: <meta name="viewport" content="width=device-width, initial-scale=1">
Check that your CSS uses responsive units (%, rem, vw) instead of fixed pixel widths.
Test your site on Google's Mobile-Friendly Test tool.
If you're using a CMS like WordPress, check your theme settings — responsive themes include this by default.
Test on actual phones, not just browser resizing. Touch targets should be at least 44x44 pixels.
Want to Know Your Full Score?
This is just one issue. Our 27-point autopsy checks everything.
Don't want to fix it yourself?
Get Professional Help