Issues

Security: Mixed Content

back to issues overview

Mixed Content

HTML pages loaded over a secure HTTPS connection that have resources such as images, JavaScript or CSS that are loaded via an insecure HTTP connection.

Mixed content weakens HTTPS, and makes the pages easier for eavesdropping and compromising otherwise secure pages.

Browsers might automatically block the HTTP resources from loading, or they may attempt to upgrade them to HTTPS.

How to Analyse in the SEO Spider

Use the ‘Security’ tab and ‘Mixed Content’ filter to view these URLs.

HTTP resources can be viewed in the ‘outlinks’ tab for each URL, and exported alongside the pages they are on via ‘Bulk Export > Security > Mixed Content’.

What Triggers This Issue

This issue is triggered when a HTML page loaded over a secure HTTPS connection contains resources such as images, JavaScript or CSS, that are loaded via an insecure HTTP connection.

For example:

https://www.screamingfrog.co.uk/

Contains the image:

http://www.screamingfrog.co.uk/froggy.jpeg

How To Fix

All HTTP resources should be changed to HTTPS to avoid security issues, and problems loading in a browser.

Further Reading

Back to top