Make /enterprise a forwardable security-review page - #7155
Make /enterprise a forwardable security-review page#7155ComputelessComputer wants to merge 1 commit into
Conversation
✅ Deploy Preview for anarlog ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
|
Add a public /security trust center and a founder-led evaluation path so IT can review encryption, retention, training, and processors without a sales call. Track the enterprise funnel in PostHog. Do not invent customer proof or certifications. Co-authored-by: John Jeong <ComputelessComputer@users.noreply.github.com>
7355d87 to
3f25882
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 3f25882. Configure here.
| "/security": { | ||
| priority: 0.8, | ||
| changeFrequency: "monthly", | ||
| }, |
There was a problem hiding this comment.
Sitemap security URL missing slash
Medium Severity
The new sitemap entry uses /security without a trailing slash. This site 308-redirects bare paths and requires slashed URLs in sitemap, canonical, and og:url entries, so crawlers are sent to a redirect instead of the trust-center page.
Reviewed by Cursor Bugbot for commit 3f25882. Configure here.


Summary
Problem:
/enterprisewas a positioning page an internal champion could not forward to IT. It did not answer encryption, jurisdiction, retention, training, or subprocessors; there was no trust-center packet; and “built with early partners” had no evaluation path or measurement.Fix: Turn
/enterpriseinto a decision-ready security-review page, publish/securityas the procurement packet (architecture, processors, retention, incident reporting, contracts), and add a founder-led security-review → scoped-pilot → rollout path with PostHog funnel events. Named customer proof and certifications are explicitly not invented.Closes ANLG-304, ANLG-305. Partial ANLG-306 (pilot path + funnel; partner case study still needs an approved interview).
Verification
pnpm exec dprint fmt/dprint checkon changed non-Swift filespnpm -F ui build && pnpm -F web typechecknode --experimental-strip-types --testinapps/web(300 tests)npx mint@4.2.687 validateindocs//enterprise/,/security/, and/pricing/return 200 with the new copyweb_ci,fmt,lint,cli-cigreen on the PR