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

When migrating to HTTPS, expect a decrease in the indexing of HTTP pages. Ensure that the SSL configuration is correct and that the redirects from HTTP to HTTPS are properly in place.
14:37
🎥 Source video

Extracted from a Google Search Central video

⏱ 59:53 💬 EN 📅 05/12/2019 ✂ 10 statements
Watch on YouTube (14:37) →
Other statements from this video 9
  1. 12:11 Faut-il vraiment nettoyer vos vieux backlinks toxiques avant la fin d'année ?
  2. 16:17 Comment vérifier si votre site a basculé en Mobile-First Indexing ?
  3. 31:45 Les TLD géographiques influencent-ils vraiment le référencement local ?
  4. 39:51 Faut-il vraiment fusionner vos URLs produits quand vous vendez plusieurs couleurs ou tailles ?
  5. 42:12 Le lazy-loading d'images pénalise-t-il vraiment l'indexation par Google ?
  6. 46:45 Pourquoi Google signale-t-il « URL indexée mais… » dans la Search Console ?
  7. 47:23 Faut-il vraiment contacter le webmaster avant de déposer un DMCA pour du contenu syndiqué ?
  8. 55:42 Le SEA influence-t-il vraiment le classement organique dans Google ?
  9. 57:22 Faut-il vraiment utiliser le fichier disavow pour désavouer vos backlinks ?
📅
Official statement from (6 years ago)
TL;DR

Google confirms that migrating to HTTPS leads to a decrease in the indexing of HTTP pages, a phenomenon that is expected and not problematic as long as the configuration is correct. The key is to ensure that SSL certificates are valid and that 301 redirects from HTTP to HTTPS are functioning flawlessly. This transition requires careful planning to avoid any loss of organic traffic during the switchover period.

What you need to understand

What does the decrease in indexing of HTTP pages mean?

When you migrate a site to HTTPS, Google needs to relearn your site's architecture. The old HTTP URLs remain in the index for a while, but their crawl frequency gradually decreases. Meanwhile, the new HTTPS URLs are discovered, crawled, and indexed.

This transition phase creates a temporary gap: HTTP pages lose ground in the index while HTTPS pages gain momentum. This is neither a bug nor a penalty — it's the natural cycle of URL replacement in the index. The engine gradually transfers ranking signals (backlinks, history, authority) from the old URLs to the new ones.

Why is SSL configuration and redirection important?

Google cannot properly index your HTTPS pages if the SSL certificate has errors: expired certificate, uncovered domain, incomplete certificate chain. In this case, Googlebot encounters connection errors and abandons the crawl. The result: your new URLs never replace the old ones.

The 301 redirects from HTTP to HTTPS play a critical role. They signal to Google that the page has permanently moved, and that signals need to be transferred. Without redirection or with a 302 redirect (temporary), Google keeps both versions in the index, creating duplicate content and diluting the signals. A poorly configured redirect — for example, one that sends all pages to the HTTPS homepage — destroys the site's architecture.

How long does this transition period last?

The duration depends on the crawl frequency of your site and the number of pages. For a site with a few hundred well-crawled pages, expect 2 to 4 weeks. For a site with several thousand pages and a limited crawl budget, the migration can take 2 to 3 months.

During this period, monitor the Search Console: the coverage report should show an increase in indexed HTTPS pages and a corresponding decrease in HTTP pages. If HTTP pages remain stable or if HTTPS pages do not increase, it indicates a blocking technical issue.

  • Decrease in indexed HTTP pages: a normal and expected phenomenon during a successful HTTPS migration
  • Correct SSL configuration: valid certificate, complete chain, absence of mixed content errors
  • Consistent 301 redirects: each HTTP URL should point to its exact HTTPS equivalent, not a generic page
  • Transition duration: from a few weeks to a few months depending on the site size and crawl budget
  • Monitoring Search Console: check the gradual transfer of the index from HTTP to HTTPS

SEO Expert opinion

Is this statement consistent with on-the-ground observations?

Absolutely. All practitioners who have managed HTTPS migrations have observed this crossing curve: HTTP pages decrease while HTTPS pages increase. What varies is the speed and smoothness of the transfer. On sites with a good crawl budget and clean implementation, the transfer is quick and with no visible loss of traffic.

In contrast, on poorly prepared sites — chain redirects, self-signed certificates, unresolved mixed content — the migration drags on and causes significant traffic drops. The issue isn't Google's declaration, but the technical execution. A rushed HTTPS migration can lead to a loss of 20 to 40% of organic traffic for several months.

What nuances should be added to this statement?

Google talks about a "decrease in indexing" of HTTP pages, a deliberately vague formulation. What this means is that these pages are less crawled and then deindexed. But Google does not specify the exact timing or the criteria that speed up or slow down this process. [To be checked]: does the speed of transfer depend solely on the crawl budget, or do other factors like site quality play a role?

Another point: Google does not mention XML sitemaps. However, submitting a clean HTTPS sitemap and removing the old HTTP sitemap significantly speeds up the discovery of new URLs. Similarly, updating internal links to point directly to HTTPS avoids unnecessary redirect chains that consume crawl budget.

In what cases does this migration pose problems?

The worst-case scenario: you migrate to HTTPS without implementing 301 redirects. Google continues to crawl the HTTP URLs, finds content, but also discovers the same pages in HTTPS. The result: massive duplication, no signal transfer, traffic divided between the two versions. This case, while rare, still occurs on poorly configured CMS or poorly planned migrations.

Another problematic case: invalid SSL certificates or mixed content errors. If your HTTPS pages load resources (images, CSS, JS) over HTTP, browsers display a “Not Secure” warning. Googlebot does not necessarily block the crawl, but user signals (bounce rate, time on site) deteriorate, indirectly impacting ranking.

Attention: A migration to HTTPS without prior auditing can create massive crawl errors (redirect chains, loops, 404 errors) that slow down or block the signal transfer. Test on a sample of critical pages before generalizing.

Practical impact and recommendations

What should you do before migrating to HTTPS?

Start with a complete SSL audit. Check that your certificate covers all necessary subdomains (www, non-www, any secondary subdomains). Test the certificate chain with tools like SSL Labs to ensure that no link is missing. A poorly configured certificate blocks Googlebot and users.

Next, prepare your 301 redirects. Each HTTP URL must point to its exact HTTPS equivalent — no generic redirect to the homepage. If you have 10,000 pages, you need to implement 10,000 precise redirects. On Apache, a simple RewriteRule will suffice; on Nginx, configure the server block with a return 301. Test on a sample before deploying.

How can you check that the migration is going well?

Use the Search Console to track the evolution of the index. The coverage report should show a gradual increase in indexed HTTPS pages. If HTTP pages remain stable after 3-4 weeks, dig deeper: redirect issues, invalid SSL certificate, or outdated sitemap.

Also, monitor the server logs. Googlebot should be crawling more and more HTTPS URLs and fewer and fewer HTTP ones. If you still see a significant volume of HTTP crawl after a month, it means Google hasn't understood that the site has migrated — a probable sign of redirect issues or poorly updated internal links.

What mistakes should you absolutely avoid?

Never leave both versions (HTTP and HTTPS) accessible without redirects. It’s a recipe for disaster: duplicate content, loss of crawl budget, dilution of ranking signals. Even if you see that Google is indexing both versions, don’t wait — fix it immediately.

Also, avoid redirect chains. If HTTP redirects to HTTPS, which redirects to HTTPS with www, you're losing crawl budget and slowing down signal transfer. Each redirect should point directly to the final canonical version. Test with cURL or a tool like Screaming Frog to identify these chains before they become problematic.

  • Complete SSL audit: valid certificate, complete chain, all domains covered
  • Precise 301 redirects: each HTTP URL to its exact HTTPS equivalent, no generic redirects
  • Update XML sitemap: submit the new HTTPS sitemap, remove the old HTTP sitemap
  • Internal links: modify links to point directly to HTTPS, avoid redirect chains
  • Monitor Search Console: track the increase in indexed HTTPS pages and the decrease in HTTP pages
  • Log analysis: ensure that Googlebot predominantly crawls HTTPS URLs after a few weeks
A successful HTTPS migration relies on careful preparation: flawless SSL certificate, precise 301 redirects, updating sitemaps, and internal links. The decrease in indexed HTTP pages is normal and expected — it's a sign that Google is transferring signals to HTTPS. These technical optimizations require sharp expertise and constant vigilance. If your team lacks the resources or experience with this type of migration, enlisting an SEO agency can help you avoid costly mistakes and ensure a smooth transfer without traffic loss.

❓ Frequently Asked Questions

Combien de temps faut-il pour qu'une migration HTTPS soit complète ?
La durée dépend du crawl budget et de la taille du site. Comptez 2 à 4 semaines pour un petit site bien crawlé, jusqu'à 2-3 mois pour un gros site avec un crawl budget limité.
Est-ce que je perds du trafic pendant la migration HTTPS ?
Si la migration est bien exécutée (redirections 301, certificat valide, pas de mixed content), la perte de trafic est nulle ou minime. Une migration mal préparée peut entraîner des chutes de 20 à 40% pendant plusieurs mois.
Faut-il mettre à jour les backlinks externes vers HTTPS ?
Ce n'est pas indispensable si les redirections 301 sont en place, car elles transfèrent les signaux. Mais mettre à jour les backlinks les plus importants évite de gaspiller du crawl budget et renforce les signaux directs.
Que faire si les pages HTTP restent indexées après plusieurs semaines ?
Vérifiez que les redirections 301 fonctionnent correctement, que le sitemap HTTPS est soumis, et que les liens internes pointent vers HTTPS. Consultez les logs pour voir si Googlebot crawle encore massivement les URLs HTTP.
Le mixed content bloque-t-il l'indexation des pages HTTPS ?
Non, Googlebot indexe quand même les pages, mais le mixed content dégrade l'expérience utilisateur (avertissements de sécurité) et peut impacter indirectement le ranking via les signaux comportementaux.
🏷 Related Topics
Domain Age & History Crawl & Indexing HTTPS & Security AI & SEO Redirects

🎥 From the same video 9

Other SEO insights extracted from this same Google Search Central video · duration 59 min · published on 05/12/2019

🎥 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.