Also known as: Mixed Content, Mixed HTTPS connection, Insecure Resources
Mixed content occurs when a page delivered over HTTPS loads individual resources (images, JavaScript, CSS, iframes) over unencrypted HTTP. This compromises the security of the HTTPS wrapper: an attacker could swap out the HTTP resources on the fly. Browsers have therefore applied ever stricter mixed-content policies for years: since 2020 Chrome has automatically blocked insecure scripts, and later images, iframes and audio as well. For SEO, mixed content is both a ranking risk (page experience) and a visibility risk (broken page functions).
<img> tag. Lower risk (not scriptable), often still permitted, but with a warning in the DevTools console.Workflow for the diagnosis: (1) Chrome DevTools → ”Security” tab → shows all mixed-content findings per URL. (2) Lighthouse → includes a mixed-content audit. (3) Crawler-based site audits (Rankmio, Screaming Frog, Sitebulb) search the entire domain for mixed content. (4) Search Console → ”Security issues” report. On large sites: fix the problem at source per CMS template rather than URL by URL.
Example: A magazine migrated to HTTPS in 2022 but had mixed content on 320 older articles because of hardcoded HTTP image URLs from the CMS editor. Browsers showed warnings in DevTools, and from Chrome 86 onwards some images increasingly failed to load — articles had broken images. Clean-up: an SQL update across all article content (http://example.de/wp-content/ → /wp-content/ as relative URLs). After the clean-up there were no further mixed-content findings, the images were fully visible, and page speed values improved measurably because fewer requests were blocked. A classic loose end left over from a migration.
//example.de/bild.jpg) avoid problems. The Content Security Policy directive upgrade-insecure-requests offers additional protection.Mixed-content check in the SEO audit
Free SEO & GEO Check
SEO score, AI visibility and citability of your website in 30 seconds — no registration required.
Register for free, get 10 credits and start right away.
Register now