What does Google say about SEO? /
Quick SEO Quiz

Test your SEO knowledge in 5 questions

Less than a minute. Find out how much you really know about Google search.

🕒 ~1 min 🎯 5 questions

Official statement

For pages marked as insecure despite HTTPS, it is important to resolve this for users, even if it may not directly affect search results.
22:13
🎥 Source video

Extracted from a Google Search Central video

⏱ 55:50 💬 EN 📅 24/01/2017 ✂ 13 statements
Watch on YouTube (22:13) →
Other statements from this video 12
  1. 0:32 Les pénalités interstitielles mobiles s'appliquent-elles vraiment en temps réel sur votre site ?
  2. 2:15 Quelle taille de bannière Google accepte-t-il vraiment pour remplacer les interstitiels ?
  3. 3:57 Les pénalités pour interstitiels intrusifs impactent-elles réellement le classement de vos mots-clés ?
  4. 6:49 Les pénalités pour interstitiels intrusifs frappent-elles tout le site ou page par page ?
  5. 9:04 Les interstitiels tuent-ils vraiment votre référencement Google ?
  6. 13:43 Faut-il améliorer ou supprimer les contenus faibles après Panda ?
  7. 19:59 Les pages AMP non-canoniques comptent-elles vraiment dans l'évaluation qualité de votre site ?
  8. 25:39 HTTPS donne-t-il vraiment un avantage SEO mesurable ?
  9. 39:00 Google indexe-t-il vraiment les sites JavaScript côté client ?
  10. 51:27 Le contenu dupliqué sur plusieurs sous-domaines est-il réellement sans danger pour votre SEO ?
  11. 58:21 Faut-il bloquer l'indexation de vos pages de recherche interne ?
  12. 61:44 Le contenu caché en CSS peut-il encore pénaliser votre site mobile-first ?
📅
Official statement from (9 years ago)
TL;DR

Google claims that pages marked as insecure due to mixed content (HTTP on HTTPS) should be addressed for user experience, but this does not directly impact rankings. This nuance reveals a separation between UX factors and ranking factors. Specifically, if your HTTPS pages load HTTP resources, the broken padlock deters visitors and can hurt your conversions, even if your ranking remains unchanged in the short term.

What you need to understand

What exactly is a partially secure page?

A partially secure page is a URL served via HTTPS but loads resources (images, scripts, CSS, iframes) through unencrypted HTTP. The browser detects this mixed content and displays a warning, usually a broken padlock or a warning triangle in the address bar.

Modern browsers now automatically block certain types of active mixed content (scripts, iframes) to protect the user. Passive mixed content (images, videos) can still be displayed but still triggers the visual alert that undermines trust.

Why does Google differentiate between UX and ranking on this issue?

Mueller clearly separates two dimensions: user experience and direct impact on search results. This distinction reveals that Google measures HTTPS security at the protocol level of the main page, not resource by resource.

In other words, if your page is served via HTTPS with a valid certificate, Google technically considers it secure in terms of ranking factor. Embedded HTTP resources do not undermine this status algorithmically, even though they do break the UX.

Can the indirect impact still affect your SEO?

Let's be honest: a broken padlock scares visitors away. The bounce rate rises, time spent decreases, and conversions collapse. These indirect behavioral signals can ultimately impact your ranking, even if mixed content itself is not a direct factor.

Google often denies the existence of engagement metrics as ranking factors, but the reality on the ground shows that pages that convert poorly and retain little attention eventually lose ground. The causal link is blurry, but the end result is the same.

  • Active mixed content (scripts, iframes): blocked by default by Chrome, Firefox, Safari for several versions
  • Passive mixed content (images, media): still displayed but triggers anxiety-inducing visual alerts
  • Direct SEO impact: none according to Mueller, as long as the main page is HTTPS
  • Indirect SEO impact: real due to the collapse of UX and behavioral metrics
  • Valid HTTPS certificate: minimum requirement, but insufficient if embedded resources remain HTTP

SEO Expert opinion

Is this statement consistent with what we observe on the ground?

Yes, largely. There are indeed sites with mixed content that maintain their positions. I have audited e-commerce platforms that still load product images via HTTP on HTTPS pages, with stable rankings for months.

The problem manifests elsewhere: the conversion rates of these pages often show a drop of 15-30% compared to their fully secure counterparts. Users see the alert, panic, and bounce away. Google does not penalize directly, but the business suffers nonetheless.

What nuances should be considered regarding this official stance?

Mueller says, "maybe not directly," which leaves a door open. [To verify]: Google might use mixed content as a signal of overall technical quality, even if it does not publicly acknowledge it. A site overloaded with browser warnings often shows other neglects.

Moreover, certain types of mixed content (notably insecure iframes embedding forms) can trigger even more severe phishing warnings. At that point, the reputational impact becomes immediate, and Google may indeed demote to protect users.

In which cases does this rule absolutely not apply?

If your HTTPS certificate is invalid or expired, you are in red alert mode. Here, Google penalizes directly and harshly. Mixed content is a second-tier issue compared to a bad certificate.

Similarly, if your critical HTTP resources (tracking scripts, conversion tools) are blocked by the browser, you lose essential business data. The indirect SEO impact then becomes catastrophic: you’re operating blind, and your optimizations go to waste.

Caution: browsers are gradually tightening their policies. What still shows a soft alert today may become a full block tomorrow. Anticipating these changes is better than making urgent fixes.

Practical impact and recommendations

What should you do to eliminate mixed content?

Start with a comprehensive technical audit. Tools like Screaming Frog, OnCrawl, or even Search Console can identify pages loading HTTP resources. Chrome DevTools (Security tab) remains the reference tool to precisely detect each mixed resource.

Once the inventory is done, modify your templates to enforce all resource URLs to be HTTPS or relative protocol (//example.com/image.jpg) which automatically adapts to the page’s protocol. Modern CMSs often offer automatic migration plugins.

What mistakes should be avoided during this migration?

Do not simply replace http:// with https:// in your database without checking if the resources actually exist in HTTPS. I’ve seen sites break all their images because the third-party CDN did not support HTTPS on certain older accounts.

Another classic pitfall: forgetting embedded iframes (old YouTube videos, legacy social widgets, outdated third-party tools). These resources are often beyond your direct control. Contact the providers or replace with modern alternatives.

How can you verify that your site is completely clean after correction?

Run a full crawl with Screaming Frog in "Force HTTPS" mode. Configure the tool to follow all resources and flag HTTP calls. Then manually check a sample of key pages in several browsers (Chrome, Firefox, Safari).

Set up a continuous monitoring system via a tool like Lighthouse CI or a cron job that tests your strategic pages daily. Mixed content often reappears after a CMS update or the addition of a new plugin.

  • Audit all pages with DevTools Security or Screaming Frog to identify mixed content
  • Migrate resources to HTTPS or relative protocol in templates and databases
  • Check that CDNs and third-party services support HTTPS before switching URLs
  • Replace or remove outdated iframes and widgets still on HTTP
  • Manually test critical pages across different browsers after migration
  • Implement automated monitoring to detect future regressions
Fixing mixed content is not an SEO emergency in the strictest sense according to Mueller, but it remains a UX and business priority. The impact on user trust and conversions more than justifies the technical effort. These security and infrastructure optimizations can be complex to deploy without disrupting existing setups, especially on legacy sites with multiple dependencies. Hiring a specialized SEO agency allows for a smooth migration orchestration, with prior audit, technical road map, and post-deployment monitoring to ensure nothing regresses.

❓ Frequently Asked Questions

Le contenu mixte impacte-t-il vraiment mon classement Google ?
Non, pas directement selon Mueller. Google considère la page comme sécurisée si elle est servie en HTTPS avec certificat valide, même si des ressources HTTP sont embarquées. L'impact reste indirect via l'UX dégradée et les métriques comportementales.
Les images HTTP sur une page HTTPS suffisent-elles à déclencher l'alerte navigateur ?
Oui. Même le contenu mixte passif (images, vidéos) affiche un cadenas barré ou un avertissement dans la barre d'adresse. Les navigateurs récents bloquent en revanche automatiquement les scripts et iframes HTTP.
Puis-je ignorer le contenu mixte si mes positions restent stables ?
Mauvaise idée. Les taux de conversion et l'engagement utilisateur souffrent immédiatement. Les navigateurs durcissent progressivement leurs politiques, et ce qui passe aujourd'hui peut devenir bloquant demain sans préavis.
Comment détecter rapidement toutes les ressources HTTP sur mon site HTTPS ?
Utilise Chrome DevTools (onglet Security) pour une page isolée, ou Screaming Frog configuré pour suivre toutes les ressources sur l'ensemble du site. La Search Console peut aussi remonter certaines alertes de sécurité.
Le protocole relatif (//exemple.com) est-il toujours la meilleure solution ?
C'était vrai il y a quelques années, mais aujourd'hui il vaut mieux forcer HTTPS explicitement partout. Le protocole relatif peut créer des bugs si tu testes en local ou si certains contextes rebasculent en HTTP.
🏷 Related Topics
Domain Age & History HTTPS & Security

🎥 From the same video 12

Other SEO insights extracted from this same Google Search Central video · duration 55 min · published on 24/01/2017

🎥 Watch the full video on YouTube →

Related statements

💬 Comments (0)

Be the first to comment.

2000 characters remaining
🔔

Get real-time analysis of the latest Google SEO declarations

Be the first to know every time a new official Google statement drops — with full expert analysis.

No spam. Unsubscribe in one click.