Your page connects to other websites to load resources like fonts, scripts, or analytics. Each of these connections takes time to establish. You can speed this up by using a 'preconnect' hint, which tells the browser to start setting up the connection in advance, so it's ready to go when the resource is actually needed.
You are loading Google Fonts, but not preconnecting to the Google Fonts server.
Add a `<link rel="preconnect">` tag to the <head> for any critical third-party domains.
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Preconnecting can save hundreds of milliseconds in connection setup time, which can make a noticeable difference in how fast your page loads, especially for critical resources like fonts and CSS.
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.