Secure External Resources by Using HTTPS

Security Analyzer

What is this warning?

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.

How to Fix This Issue

How to Fix It

The Problem

<script src="http://external-site.com/script.js"></script>
<link rel="stylesheet" href="http://cdn.example.com/styles.css">

The Solution

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">

Why This Works

Using HTTPS for all external resources prevents mixed content issues, maintains the security of your page, and ensures resources load properly in all browsers.

SEO Impact

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.

Automatic Detection

Black SEO Analyzer automatically checks for this warning during site analysis, along with hundreds of other technical SEO issues.

Ready to Unlock Your Site's Full SEO Potential?

Choose the license that fits your needs and start getting the deep, actionable insights you deserve.