The text on your page is too small for comfortable reading on a mobile phone. This forces users to pinch and zoom, which is a frustrating experience. It's also an accessibility issue for people with visual impairments. Google considers readable font sizes a key part of a good mobile experience.
Body text set to `12px`, which is too small for most screens.
Set a base font size of at least `16px` for your body text. Use `rem` units to ensure your text scales properly.
body {
font-size: 1rem; /* This will typically be 16px */
line-height: 1.6; /* Good line spacing also improves readability */
}
A readable font size is fundamental to good user experience and accessibility. It makes your content welcoming to all visitors and is a positive signal for mobile SEO.
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.