How to Audit your Security Headers and improve your SEO

Hello everyone,

Did you know that insecure headers affect your SEO, in addition to your credibility?

Recently got an email about my website being vulnerable and it turns out that it was.

After looking into it, ~85% of WordPress websites are also affected by basic safety misconfigurations.

Decided to create an automation that helps discover such basic vulnerabilities.

I talk more about them in this YT video.

PS. Here’s the link to the flow.

I’m a bit late here, but I’m curious whether you’ve added any checks for header consistency across redirects. I’ve seen cases where the root domain has solid security headers, but the www version (or vice versa) drops a few, which hurts both trust and crawl quality. If your automation could flag mismatched header sets, that might catch even more issues. Has anyone tried something like that with n8n?