Part 10 · April 25, 2026
Marketing Page, Agent Readiness, and Lessons Learned
How the marketing site evolved into a more useful landing page, what changed for SEO and agent readiness, and which practical lessons came out of that work.
Part 10 · April 25, 2026
How the marketing site evolved into a more useful landing page, what changed for SEO and agent readiness, and which practical lessons came out of that work.
The marketing page stopped being “just a landing page” the moment it had to explain a privacy product honestly.
That was the real constraint.
It is easy to make a homepage that sounds impressive. It is harder to make one that says what the product is, what it is good at, where its limits are, and how an agent or crawler should understand it without turning the whole site into noise.
This chapter is about that work.
The first useful improvement was clarifying the message.
The page moved toward a simpler framing:
That sounds like copywriting, but it was really product clarification.
The page had to explain why this product exists:
Once that was clear, other decisions got easier.
Privacy products are full of vague promises.
So the page had to say the inconvenient parts out loud:
That honesty changed more than the FAQ.
It affected:
The lesson was simple: if the security model matters, marketing copy cannot fight it.
The page also needed to show the interface, not just describe it.
So the hero moved toward a screenshot slideshow instead of a more abstract placeholder image. That made the page more concrete immediately.
The slideshow ended up using a few practical rules:
This was not a huge engineering task, but it changed the page from “statement” to “product.”
Another improvement was adding topbar navigation for sections like:
The important detail was that this should stay on the same page and scroll to the relevant section instead of pretending every subsection needs its own separate route for humans.
At the same time, the page still needed machine-readable summaries for agents.
That is where the agent-readiness work became useful.
After reading Cloudflare’s work on agent readiness, the lesson was not “add hype words about AI.”
The lesson was structure.
Useful improvements included:
robots.txtsitemap.xmlllms.txtllms-full.txtindex.mdpricing/index.md, security/index.md, and compare/index.mdLink headers pointing to those resourcesNone of that changes the visual design much.
But it changes how efficiently machines can understand the project.
That matters more than it used to.
The builder blog originally lived behind hash routes.
That worked for humans, but it was weak for indexing and weak for agent consumption.
Moving published posts to real path-based routes was the cleaner solution.
The markdown article files were already public. The missing piece was giving the human-facing pages proper paths too.
This is a good example of a broader rule:
If a piece of content matters, it should have a stable URL.
The comparison section was another place where the page could have become sloppy.
It is tempting to promise that every competitor is unsafe or unserious.
That would be weak marketing.
The better version was narrower:
That is a sharper and more defensible statement.
This work reinforced a few rules I would reuse:
By the end, the marketing page was doing several jobs better than before:
That does not make the page “finished.”
But it did make it more honest, more legible, and more useful.
And for a privacy product, that is probably a better goal than trying to sound bigger than the software really is.