indexing.io
All posts
Technical SEO

HTTPS SEO: Does SSL Actually Help Rankings?

Yes, but barely. Google has called HTTPS a very lightweight ranking signal since 2014. The real SEO impact of SSL is what happens during the migration.

By the Indexing team

August 2026 · 7 min read

Coverage Console
White-hat · official methods
Presets

Ready to check coverage

Paste a sitemap to sweep every URL for index status, then submit the missing ones through the official Google Indexing API and Bing IndexNow.

Not indexed Discovered, not indexed Indexed ✓

Coverage

indexed

Submitting via

Avg time to index

URLs submitted

Now eligible

Live, interactive · sample data · official methods only

Official Google Indexing API · Bing IndexNow · verified sitemaps · no spam, no PBNs

Yes, but barely. Google confirmed HTTPS as a ranking signal in 2014 and described it as a very lightweight one, affecting fewer than 1% of global queries and carrying less weight than signals like high quality content. An SSL certificate on its own will not move you up the results. What it will do is remove a browser warning that costs you conversions, and give you a tiebreaker against an otherwise equal competitor still on HTTP.

The far larger SEO story with HTTPS is not the certificate at all. It is the migration. Switching protocols changes every URL on your site, and that is where sites genuinely lose rankings, usually for reasons that have nothing to do with encryption.

What Google actually said about HTTPS as a ranking signal

The announcement came in August 2014. Google said it was starting to use HTTPS as a ranking signal, called it a very lightweight signal affecting fewer than 1% of global queries, and noted that it carried less weight than other signals such as high quality content. Google added that it might strengthen the signal over time, because it wanted to encourage site owners to switch.

More than a decade later, that description still holds. Google has never announced a strengthening, and nobody outside Google has produced convincing evidence of one. The honest framing is that HTTPS is a baseline expectation rather than a competitive advantage. When almost every site in a results page is on HTTPS, a signal that distinguishes you from nobody is not doing much work.

This is worth being blunt about, because SSL gets sold as an SEO product. If a page you are reading implies that installing a certificate will lift your rankings, it is overselling a signal Google itself described as affecting under 1% of queries.

Does the type of SSL certificate matter for SEO?

No. Domain validated, organization validated and extended validation certificates are identical as far as Google is concerned. There is no ranking difference between a free automated certificate and one that costs several hundred dollars a year, and there has never been an indication otherwise.

The only certificate property Google gives specific advice on is key size, and the recommendation is a 2048 bit key, on the reasoning that a shorter key can be broken by brute force guessing attacks while a longer key uses unnecessary resources. That is a security recommendation, not a ranking one.

Where certificate choice does affect SEO is availability. An expired certificate is an outage. Browsers block the page with an interstitial, and crawlers get an error instead of content. Certificates that renew automatically remove the single most common cause of an unplanned site outage, and it is worth having something watching the certificate and the site respond around the clock so an expiry is caught in minutes rather than by a customer email on Monday.

Where HTTPS genuinely costs sites rankings

Almost every real case of traffic loss connected to HTTPS traces back to the migration, not the protocol.

The protocol is part of the URL. http://example.com/pricing and https://example.com/pricing are two different addresses that happen to serve the same page, and Google lists a URL change from HTTP to HTTPS among its examples of a site move with URL changes. That means it needs the same treatment as moving a domain: a permanent redirect from every old URL to the matching new one, an updated sitemap, canonical tags that point at the HTTPS version, and internal links that stop pointing at the old protocol.

Google's canonicalization documentation names the factors it weighs when choosing which of several similar URLs to index: whether the page is served over HTTP or HTTPS, redirects, presence of the URL in a sitemap, and rel=canonical annotations. Being on HTTPS is one of four, and the other three are entirely in your hands. Getting them to agree is what a clean migration means, and the HTTP to HTTPS redirect guide walks through each one along with the server rules for Apache, nginx, IIS and Cloudflare.

The failure modes are consistent and boring:

  • Redirecting every HTTP URL to the HTTPS homepage instead of the matching path, which Google usually treats as a soft 404 and which resets every ranking URL you do it to.
  • Using a 302 rather than a 301. Google says the indexing pipeline uses a permanent redirect as a signal that the target should be canonical, and does not do so for a temporary one.
  • Leaving rel=canonical pointing at the HTTP version, so the page redirects one way and argues the other.
  • A sitemap still listing HTTP URLs, which actively supports the version you are retiring.
  • A robots.txt on the HTTPS host left over from staging that disallows crawling, which is invisible from the browser because the padlock looks perfect.

Does HTTPS affect crawl budget or indexing speed?

Not directly, and the TLS handshake overhead people worry about is irrelevant at the scale Googlebot operates. What does affect crawling is the redirect layer you create during a migration.

If internal links across your templates and content still say http://, every one of them makes Googlebot follow a redirect before it reaches real content. On a small site that is invisible. On a large one it is a measurable share of the crawling Google was going to do for you, spent on hops instead of pages. Google's guidance on enabling HTTPS is to make sure intrasite URLs do not depend on a specific protocol, which is the tidy way of saying update your links.

Redirect chains are the sharper version of the same problem. Google follows up to 10 redirect hops by default, so a chain of HTTP to www to HTTPS will resolve, but each hop is crawl effort that produced nothing. Collapse it into one.

How long does it take for rankings to recover after switching to HTTPS?

Google's own range for a site move is that a small to medium sized website can take a few weeks for most pages to move, and larger sites take longer. It also says visibility may fluctuate temporarily during the move, and that this is normal.

Week two is when somebody proposes rolling back. Resist that. A rollback asks Google to reverse a canonical decision it is halfway through making, and it needs a second set of redirects to do it, so you pay the cost twice and end up where you started.

A dip that never recovers is a different thing and points at a specific fault rather than latency. If your pages have genuinely dropped out rather than shuffled, the causes worth checking are the same short list above, and the diagnostic path for a site that stopped showing up on Google applies directly.

What to check after installing SSL

The check that matters most is the simplest one: request an HTTP URL and look at the response headers rather than the rendered page. A browser hides the chain from you and will happily serve a cached redirect, so it can show you a working site while a crawler sees something else entirely.

You are looking for a single 301 straight to the HTTPS version of the same path. Not a 302. Not two hops. Not a redirect to the homepage.

After that, work through the index itself. Confirm the HTTPS URLs are the ones Google has, rather than assuming the swap happened, which you can do at scale with a Google index checker across your important URLs. Then verify a domain property in Search Console so HTTP and HTTPS data stay in one place, regenerate the sitemap with HTTPS URLs only, and submit it.

One step to skip: the Change of Address tool. Google states directly that if you are moving your site from HTTP to HTTPS, you do not need it. It works at the domain level and exists for moves between domains, so it has nothing to say about a protocol change, no matter how many migration checklists still list it.

Is HTTPS worth it if SEO is the only reason?

If rankings were genuinely the only consideration, the ranking signal alone would not justify a migration. But that has not been the real calculation for years.

Browsers mark HTTP pages as not secure in the address bar, and any form on such a page draws a warning. Referrer data from HTTPS sites is stripped when it passes to an HTTP destination, so your analytics under reports where traffic came from. A growing list of browser capabilities simply refuse to run without a secure context. And a certificate now costs nothing and renews itself.

So the answer is yes, but not because of the ranking signal. Do it for the warning, the data and the capabilities, execute the migration carefully because that is the part with real downside, and treat any ranking improvement as a rounding error you were not counting on.

See Indexing sweep your coverage

Indexing bulk-submits your URLs through official methods, monitors coverage, diagnoses what is not indexed in plain English, and auto-resubmits. White-hat only, no spam, no guarantees that Google must index, just faster discovery.

Get every page indexed

Indexing bulk-submits your URLs through the official Google Indexing API, Bing IndexNow and sitemaps, monitors coverage, tells you in plain English why a page is not indexed, and auto-resubmits until it is found.

Official methods only · Coverage monitored in real time · Auto-resubmit

White-hat only · No spam, no PBNs, no black-hat · We speed discovery and re-crawl but Google decides what to index.