During the 2026-02-04 weekly sync, Mark Hope flagged that AviaryAI's Webflow site has significant security header gaps — only an HSTS (Strict-Transport-Security) policy is in place. This is both a security concern and an SEO signal Google weighs negatively. The issue is compounded by Webflow's platform constraints, which limit the low-level server configuration that would normally address these gaps.
See also: [1] | [2]
Mark's review of the site identified that only the Strict-Transport-Security (STS/HSTS) header is configured. Standard headers that are absent include:
Google's crawlers and ranking algorithms treat missing security headers as a quality signal. An incomplete header configuration can suppress rankings, particularly for sites already struggling with thin content.
Mark noted that his normal remediation workflow involves SSH access and direct PHP/server configuration. Webflow abstracts away this layer entirely — there is no direct server access. This means:
.htaccess or nginx.conf edits are not possible"I normally fix websites by going in SSH and working in the guts, and I don't think I can do that in Webflow without blowing something up." — Mark Hope
Given Webflow's constraints, the practical options for adding security headers are:
<head> injection: Some headers (e.g., CSP as a <meta> tag) can be partially implemented via Webflow's custom code injection, though <meta>-based CSP has limitations compared to true HTTP headers.Security headers are one factor in a broader SEO remediation effort for AviaryAI. The site's current organic performance is severely limited:
Security header gaps compound the thin-content problem. Addressing both in parallel is the recommended approach. See [2] for the content remediation strategy.
Justin Dwyer confirmed that two pages are off-limits for structural changes:
- Homepage — messaging is locked around the voice agent product
- Safety & Security page — content and structure to remain consistent
All other pages are available for SEO restructuring. This is relevant context when planning where to add security-related trust signals or copy.
| Owner | Task | Status |
|---|---|---|
| Mark Hope | Add security headers to Webflow site | Open |