seo(about-us): align copy with Kestra 2.0 - #5538
Open
vfanucci wants to merge 1 commit into
Open
Conversation
…ng spaces
The page copy had not been rewritten since January and made no mention of
2.0, agents or workers anywhere, so visitors arriving from the launch
content landed on the pre-2.0 story.
- title/meta rewritten around the team, values and investors
- hero paragraph now ends on 2.0 (workers anywhere, flows as agent tools)
and carries the page's only link to /two-zero
- "Trusted by Enterprises Worldwide" rewritten: the previous markup made
Astro strip the newline before <strong>, shipping "that<strong>Kestra's"
and "new<strong>opportunities" to production
- mission paragraph updated, its <h1> demoted to <h2> (the page had two)
- three grammar fixes in the values ("a strong relationships",
"users feedbacks", "committed to deliver")
- investors paragraph now lists AI agents alongside data and infrastructure
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Contributor
☁️ Cloudflare Worker Preview Deployed!🔗 https://ks-seo-about-us-2-0-copy-docs.kestra-io.workers.dev 🔦 Lighthouse Benchmark
Scores (0–100, higher is better)
Core Web Vitals (lower is better)
Legend🟢 improved · 🔻 regressed · (blank) no significant change View full Lighthouse HTML report for a pageFull per-page Lighthouse Results (LHR) are attached as the |
Contributor
Author
|
@MartinRst Question about the UI image, do we need to change it with the new version or this one is fine ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
/about-ushad not had a copy rewrite since January (#3725). The only change since was #5326, which removed the news block. Result: zero mention of 2.0, agents or "workers anywhere" on the page, while the homepage now leads with "One orchestrator. Every workflow. Agentic AI under the same controls." Visitors arriving from the launch content — a lot of them come through blog and footer nav — land on the pre-2.0 story.The page also had no link at all to
/two-zero.What changed
Copy only. No layout, no component structure, no new assets.
about-us.astroOrchestrate.astro— hero/two-zeroOrchestrate.astro— trust blockMission.astro<h1>→<h2>Mission.astro— valuesInvestors.astroTwo bugs fixed along the way
Duplicate H1 — the page shipped two: the hero and "Staying True to our Mission". The mission one is now an
<h2>.Missing spaces in the trust block — Astro strips the newline placed before a
<strong>, so production was serving:Visible as "thatKestra's" and "newopportunities" on the live page. The rewrite drops that
<strong>/<br />soup, and the replacement markup keeps the space outside the tag. It also fixes "how Kestra transform the way".Deliberately not in this PR
teamMembersarray, this one touches the surrounding copy.Mission.astrostill showsexecutions.png, a 1.x dashboard. Candidates already exist insrc/components/twozero/assets/; holding until we pick one.Review
Please check the hero and mission wording against how we want to talk about 2.0, and the link anchor. Cloudflare preview once CI is green.