Your page is loading external resources (scripts, stylesheets, images, etc.) over insecure HTTP connections. This creates security vulnerabilities and can trigger mixed content warnings in browsers. All external resources should be loaded over secure HTTPS connections.
<script src="http://external-site.com/script.js"></script>
<link rel="stylesheet" href="http://cdn.example.com/styles.css">
Update all external resource URLs to use HTTPS instead of HTTP.
<script src="https://external-site.com/script.js"></script>
<link rel="stylesheet" href="https://cdn.example.com/styles.css">
Using HTTPS for all external resources prevents mixed content issues, maintains the security of your page, and ensures resources load properly in all browsers.
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.