TECHNICAL · SEO GLOSSARY
HTTPS and SEO
HTTPS (Hypertext Transfer Protocol Secure) is the encrypted version of HTTP, required for secure data transmission. Google confirmed HTTPS as a ranking signal in 2014 and browsers show "Not Secure" warnings on HTTP pages — making HTTPS migration a foundational technical SEO requirement.
Definition
HTTPS uses TLS (Transport Layer Security) encryption to secure the connection between a browser and web server, preventing eavesdropping and man-in-the-middle attacks. For SEO purposes: (1) **Ranking signal**: Google announced HTTPS as a lightweight ranking signal in August 2014, initially affecting fewer than 1% of queries. Over time, as HTTPS adoption grew, Google increased the signal\'s weight. Today, for most queries, HTTPS is a hygiene baseline rather than a differentiator — sites without HTTPS lose the signal that HTTPS sites receive. (2) **Browser security indicators**: Chrome and Firefox display "Not Secure" in the address bar for HTTP pages, particularly on pages with form inputs (login, checkout, contact forms). This browser-level warning reduces user trust and increases bounce rates — a user experience signal that correlates with ranking. (3) **Referrer data preservation**: when a user navigates from an HTTPS site to an HTTP site, the referrer header is stripped (by browser security policy), and the traffic appears in analytics as "Direct" rather than referral traffic. For sites receiving referral traffic, HTTPS migration improves referrer data accuracy. (4) **HTTP/2 and HTTP/3 requirement**: modern HTTP protocols (HTTP/2, HTTP/3) that enable multiplexing, header compression, and faster connection establishment require HTTPS. Sites on HTTP are limited to HTTP/1.1, which is slower for complex pages with many resources. (5) **Migration considerations**: moving from HTTP to HTTPS requires 301 redirects from all HTTP URLs to HTTPS equivalents; updating all internal links, canonical tags, hreflang tags, and sitemap entries to use HTTPS URLs; updating the Google Search Console property to the HTTPS variant; and updating social profile URLs. Mixed content (HTTPS page loading HTTP resources like images, scripts, or iframes) breaks the HTTPS security guarantee and triggers browser warnings — all resources must be served over HTTPS after migration. An `<Upgrade-Insecure-Requests>` Content Security Policy header can help migrate mixed content automatically.
Why it matters for SEO
HTTPS is a baseline technical SEO requirement for any site launched after 2014. The ranking signal itself is lightweight, but the user experience consequences of HTTP (browser "Not Secure" warnings on form pages, reduced referral data, no HTTP/2 access) are significant. For sites that haven\'t yet migrated: the migration is now well-understood and the risk of a correctly-executed HTTPS migration (with proper 301 redirects and canonical updates) is low. The risk of staying on HTTP — browser trust warnings, ranking signal gap, slow HTTP/1.1 protocol, referral data loss — is higher. For sites that have migrated: the audit checks for mixed content (HTTP resources on HTTPS pages), which can silently undermine the HTTPS security signal and trigger browser console errors, and for canonical and sitemap URLs that still reference HTTP origins after migration.
How DeepSEOAnalysis checks this
The audit checks: HTTPS enforcement (does the site redirect HTTP to HTTPS? Is the canonical origin HTTPS?); mixed content detection (HTTP resources — images, scripts, stylesheets, iframes — loaded on HTTPS pages; flagged by URL pattern analysis in the crawled HTML); canonical tag protocol consistency (canonical tags must use HTTPS URLs — HTTP canonicals on HTTPS pages undermine canonical signal); sitemap URL protocol (all sitemap URLs should be HTTPS — HTTP URLs in the sitemap indicate an incomplete migration); internal link protocol (internal links should use HTTPS — HTTP internal links create unnecessary redirect hops); HSTS header presence (HTTP Strict Transport Security tells browsers to always use HTTPS for this domain, preventing protocol downgrade attacks — the audit checks for the Strict-Transport-Security response header).
Useful tools and resources
GLOSSARY
Related terms
technical
Technical SEO
The discipline of optimising a website\'s infrastructure — crawlability, indexability, site speed, structured data, and security — so that search engines can discover, render, and understand pages correctly.
Read definition →technical
Canonical URL
The preferred URL for a page, declared via <link rel="canonical"> to prevent duplicate content from splitting ranking signals.
Read definition →performance
Core Web Vitals
Three Google metrics — LCP, INP, and CLS — that measure real-user loading, interactivity, and visual stability.
Read definition →See how your site scores on HTTPS and SEO.
The free DeepSEOAnalysis audit checks https and seo and 100+ other signals. Full report, no signup.
Run a free audit →