Mixed Content Cleanup: SSL and HTTPS for Bloggers

SSL and HTTPS for bloggers: run a Padlock Sweep for mixed content—http images, old embeds, and redirects—without treating HTTPS as an SEO trophy.

Mixed Content Cleanup: SSL and HTTPS for Bloggers

The padlock is not a trophy. SSL / HTTPS means the browser and the server agreed on encryption. Mixed content means you spoiled that agreement with one leftover http:// image.

This page is a Padlock Sweep for small blogs. It is not why Google isn’t indexing your pages and not a hosting bake-off. Get a certificate from your host first—see Web Hosting for Small Blogs if you do not even have HTTPS on the plan.

Official reference: Google Search Central on HTTPS. Feature names in plugins change; the browser error text is the ground truth.

Disclosure: Security and CDN products are commercial. CashPilot may earn a commission through links we add later. No invented “HTTPS boosts rankings 5%” claims.

Table of contents

  1. Certificate vs mixed content
  2. The Padlock Sweep
  3. WordPress-shaped fixes
  4. CDN and Flexible SSL
  5. FAQ

Certificate vs mixed content

No padlock / “Not secure” on the whole site: the certificate is missing, expired, or the visitor is still on http:// without a redirect.

Padlock with a warning, or blocked images: the HTML is HTTPS, but an asset is not. That is mixed content.

Fix the first problem at the host (issue/renew cert, force HTTPS). Fix the second in content and theme.

Chrome’s address bar and DevTools → Console will name the blocked URL. Trust that more than a plugin dashboard.

The Padlock Sweep

Work top to bottom. Stop when the console is quiet on three key URLs: home, one post, one image-heavy post.

              PADLOCK SWEEP
  1. Cert live?  Host panel → HTTPS on
  2. Redirect    http → https (host or server)
  3. Search      old http://yourdomain in posts
  4. Theme       hardcoded http in header/footer
  5. Embeds      old players, maps, ads
  6. Console     zero mixed-content errors

Do not “fix” a third-party script by loading it over HTTP. Replace the embed or drop it.

If pages are indexed but look broken to users, that is a trust problem, not an orphan page problem.

WordPress-shaped fixes

Typical leftovers:

  • Media library URLs saved as http:// from an old setting
  • A page builder background image
  • A custom logo path in the customizer
  • An ad or affiliate script still on HTTP

Site URL and Home URL in Settings → General should both be https://. Then run a careful search-replace only for your own hostname. Backup first—see the backup basics post in this cluster.

A force-HTTPS plugin can help redirects. It cannot invent an HTTPS version of a dead HTTP CDN.

After cleanup, spot-check Core Web Vitals. Some “fixes” load a second copy of every image.

CDN and Flexible SSL

If Cloudflare (or similar) sits in front, Flexible SSL can create mixed content: the visitor sees HTTPS, the origin still serves HTTP assets that rewrite badly.

Prefer Full (strict) when the origin certificate is valid. Job map: Cloudflare for Small Blogs. Official SSL modes: Cloudflare encryption modes.

FAQ

What is mixed content on a blog?

The page is HTTPS, but some files still load over HTTP. Browsers may block them or break the padlock.

Does HTTPS alone rank a new blog?

No. It is a baseline. Helpful content still does the ranking work. See Google’s HTTPS documentation.

Is this the same as the indexing guide?

No. This page is padlock cleanup only.

Do I need to buy an SSL certificate?

Most small-blog hosts include a free certificate. Confirm on the host’s official SSL help.

Should I use Cloudflare Flexible SSL forever?

No. Move to Full (strict) once the origin has a valid cert.

Will a plugin fix everything?

It can force redirects. Hard-coded HTTP assets still need a URL fix.

What if only one old post is broken?

Fix that post’s media. Sitewide replace only your own hostname, after a backup.

Where does Google document HTTPS?

Search Central — HTTPS.

When the console is quiet, stop. The padlock’s job is to disappear so readers can finish the post.

Keep learning

More guides in the same topic lane.