The text on your page is too small to be read comfortably on a mobile device. This forces users to pinch and zoom, creating a frustrating experience. Google considers readable font sizes a key part of a mobile-friendly website, and failing this can harm your mobile search rankings.
Body text with a font size of 12px.
Ensure your base font size for body text is at least 16 CSS pixels. Use relative units like `rem` to allow for better scaling.
body {
font-size: 1rem; /* Defaults to 16px in most browsers */
}
A readable font size is fundamental to good user experience and accessibility. It makes your content easy to consume for 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.