{ "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What is the difference between HTTP and HTTPS?", "acceptedAnswer": { "@type": "Answer", "text": "HTTPS encrypts the connection; HTTP transmits data in plaintext." } }, { "@type": "Question", "name": "Does HTTPS affect SEO?", "acceptedAnswer": { "@type": "Answer", "text": "Yes — Google uses HTTPS as a ranking signal and labels non-HTTPS sites as 'Not Secure'." } }, { "@type": "Question", "name": "What happens to HTTP traffic?", "acceptedAnswer": { "@type": "Answer", "text": "Best practice is to redirect all HTTP requests to HTTPS via a 301 redirect." } } ] }
Definition

What Is HTTPS and Why Does It Matter?

A secure version of HTTP that encrypts data transmitted between a user's browser and a web server using SSL/TLS, protecting against interception.

Related Terms

Example

All websites on Webflow's hosting are served over HTTPS automatically — the padlock icon confirms the encrypted connection.

Synonyms:

Secure HTTP, SSL-encrypted HTTP

Acronyms:

HTTPS