Course → Module 7: Technical SEO Baseline
Session 5 of 7

HTTPS is not optional. It has been a ranking signal since 2014, and since 2018, Chrome marks all HTTP sites as "Not Secure" in the address bar. For entity authority, the implications go beyond SEO. A "Not Secure" warning on your website undermines the trust you are trying to build. If you are asking prospects to trust you with their business, the minimum expectation is that your website is secure.

Security is a baseline trust signal. It does not make you stand out, but its absence makes you stand out for the wrong reasons.

HTTPS and SSL Certificates

HTTPS encrypts the connection between a user's browser and your server. It is enabled by an SSL/TLS certificate installed on your web server. Most hosting providers now offer free SSL certificates through Let's Encrypt, and many include them by default.

graph TD A["User Types Your URL"] --> B{"HTTPS?"} B -->|Yes| C["Lock Icon in Browser
Connection Encrypted"] B -->|No| D["'Not Secure' Warning
Chrome, Firefox, Safari"] C --> E["Trust Signal: Positive"] D --> F["Trust Signal: Negative"] E --> G["Google Ranking Boost
(Small but confirmed)"] F --> H["Potential Ranking Penalty
User Bounce Increase"] G --> I["Entity Credibility
Maintained"] H --> J["Entity Credibility
Undermined"] style C fill:#222221,stroke:#6b8f71,color:#ede9e3 style D fill:#222221,stroke:#c47a5a,color:#ede9e3 style I fill:#222221,stroke:#6b8f71,color:#ede9e3 style J fill:#222221,stroke:#c47a5a,color:#ede9e3

Key concept: HTTPS is a trust signal to both Google and users. For entity authority, it is a non-negotiable baseline. An entity that cannot secure its own website signals a lack of technical competence that undermines all other credibility signals.

Security Checklist

HTTPS is just one component of website security as it relates to entity trust. The following checklist covers the full range of security and trust signals that affect how Google and users perceive your entity.

Security ItemWhat to CheckHow to CheckImpact on Entity Trust
SSL Certificate ActiveValid, not expired, covers your domain and subdomainsClick the lock icon in browser address bar, or use ssllabs.com/ssltestHigh. Expired cert = "Not Secure" warning.
HTTP to HTTPS RedirectAll HTTP URLs redirect to HTTPS with 301 statusVisit http://yourdomain.com and verify redirectHigh. Mixed signals if both HTTP and HTTPS serve content.
Mixed ContentNo HTTP resources loaded on HTTPS pages (images, scripts, stylesheets)Browser console (F12), look for mixed content warningsMedium. Mixed content triggers "partially secure" warnings.
HSTS HeaderStrict-Transport-Security header forces HTTPSCheck response headers in browser dev toolsMedium. Prevents downgrade attacks.
Google Safe BrowsingSite not flagged for malware, phishing, or deceptive contenttransparencyreport.google.com/safe-browsing/searchSevere. Flagged sites show red warnings in Chrome and lose rankings.
Domain RegistrationDomain registered for 2+ years, WHOIS not flagged as suspiciouswhois.domaintools.com or your registrarLow for SEO, medium for human trust.
Privacy PolicyPrivacy policy page exists and is linked from footerCheck your footer navigationMedium. Expected by users, required by law in many jurisdictions.
Contact InformationReal contact info visible on the site (not just a form)Check contact pageHigh. Real contact info = real entity.
CMS and Plugin UpdatesWordPress, plugins, themes all up to dateCMS admin panelHigh. Outdated software = vulnerability = potential hack = Safe Browsing flag.
Security HeadersX-Content-Type-Options, X-Frame-Options, Content-Security-Policysecurityheaders.comLow for SEO, medium for actual security.

Google Safe Browsing

Google Safe Browsing is a service that checks websites for malware, phishing, and deceptive content. If your site is flagged, Chrome and other browsers display a full-page red warning that says "Deceptive site ahead" or "This site may harm your computer." This warning will prevent virtually all users from visiting your site.

For entity authority, a Safe Browsing flag is catastrophic. It destroys user trust instantly and signals to Google that your entity's web presence is compromised. The flag also affects your brand SERP, as the warning may appear directly in search results.

Check your Safe Browsing status at Google's Transparency Report. You can also monitor it through Google Search Console, which will alert you to security issues.

Domain Registration and WHOIS

Your domain registration is a background trust signal. While Google has stated that domain age is not a direct ranking factor, there are practical considerations:

While 83% of websites now use HTTPS, only 58% display real contact information and only 22% have properly configured security headers. Each of these gaps represents an opportunity to differentiate your entity. When your entity's website has complete security and trust signals, it stands out against the majority that do not.

The Trust Stack

Think of security and trust signals as layers in a stack. Each layer adds confidence for both Google and human visitors:

  1. HTTPS: Basic encryption. Expected by everyone.
  2. No mixed content: Full encryption, no cracks.
  3. Safe Browsing clean: No malware or deceptive content flags.
  4. Privacy policy: Legal compliance and transparency.
  5. Real contact information: Entity verification. A real business has a real address and phone number.
  6. Terms of service: Professional operations signal.
  7. Security headers: Technical competence signal.

The first three layers are mandatory. Layers 4 through 7 are expected for any entity positioning itself as a serious, professional organization.

Further Reading

Assignment

  1. Test your SSL certificate at ssllabs.com/ssltest. Record your grade (A, B, C, etc.) and note any warnings about certificate expiration or configuration.
  2. Visit your site using http:// (without the s). Does it redirect to https://? If not, configure a 301 redirect from HTTP to HTTPS.
  3. Open your homepage in Chrome and check the console (F12 > Console tab) for any mixed content warnings. Fix any HTTP resources that should be loaded over HTTPS.
  4. Check your Google Safe Browsing status at transparencyreport.google.com/safe-browsing/search. Enter your domain. Is it clean?
  5. Walk through the security checklist table above. For each item, record your current status (Pass/Fail). Fix any critical failures (SSL, redirect, Safe Browsing) immediately. Plan fixes for medium-priority items within one week.