We use cookies to improve your experience and analyze our traffic. By clicking "Accept", you consent to our use of cookies.
Scan your website's HTTP security headers. Check for HSTS, CSP, X-Frame-Options, and more. Get an instant security grade.
Run a comprehensive AI readiness audit including SEO, content helpfulness, schema, trust signals, and 50+ more factors.
Run Full AI AuditSecurity headers are the unglamorous part of SEO. Nobody writes guides about them, and they don't show up in any keyword research tool. But a missing HSTS header that lets a visitor's browser briefly serve your site over HTTP is the kind of thing that triggers a "Not Secure" warning in Chrome — which destroys conversion rate before any ranking signal even gets evaluated.
This checker looks for the six headers that actually matter in 2026: Strict-Transport-Security, Content-Security-Policy, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, and Permissions-Policy. We grade each one A through F based on the value, not just presence — a CSP set to default-src * is technically present and effectively useless.
Two warnings before you go editing your nginx config. First: enabling HSTS with preload is a one-way door. Once you submit your domain to Chrome's HSTS preload list, the only way out is a multi-month delisting process. Second: a misconfigured CSP can break your site in ways that don't show up until a user with a specific browser version tries to load a specific resource. Test your CSP in Content-Security-Policy-Report-Only mode for at least a week before enforcing it.