From 3c6b5b234f4a2bed36aa4f4565b3d8bae9b0d4aa Mon Sep 17 00:00:00 2001 From: rachaelrenk Date: Fri, 31 Jul 2026 07:07:52 +0000 Subject: [PATCH] Automated SEO fixes: resolve 2 short titles and trim 4 long descriptions Titles (title_too_short, <20 chars including " | Warp"): - platform/agents.mdx: "Cloud agents" -> "Cloud agents and service accounts". Also removes near-duplication with "Cloud agents overview" (platform/index.mdx). - computer-use/browser-use.mdx: "Browser use" -> "Browser use for agents". Sidebar label stays "Browser use". Descriptions (description_too_long, >160 chars): - platform/runners.mdx: 184 -> 148 - guides/.../run-a-software-factory-in-the-cloud.mdx: 180 -> 148 - guides/.../build-a-self-improving-agent.mdx: 177 -> 142 - enterprise/.../team-managed-keys-and-endpoints.mdx: 168 -> 154 Co-Authored-By: Oz --- .../agent-platform/capabilities/computer-use/browser-use.mdx | 2 +- .../enterprise-features/team-managed-keys-and-endpoints.mdx | 4 ++-- .../guides/agent-workflows/build-a-self-improving-agent.mdx | 3 ++- .../agent-workflows/run-a-software-factory-in-the-cloud.mdx | 3 ++- src/content/docs/platform/agents.mdx | 2 +- src/content/docs/platform/runners.mdx | 5 ++--- 6 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/content/docs/agent-platform/capabilities/computer-use/browser-use.mdx b/src/content/docs/agent-platform/capabilities/computer-use/browser-use.mdx index cd5f5a04c..a03f60916 100644 --- a/src/content/docs/agent-platform/capabilities/computer-use/browser-use.mdx +++ b/src/content/docs/agent-platform/capabilities/computer-use/browser-use.mdx @@ -1,5 +1,5 @@ --- -title: Browser use +title: Browser use for agents sidebar: label: "Browser use" description: >- diff --git a/src/content/docs/enterprise/enterprise-features/team-managed-keys-and-endpoints.mdx b/src/content/docs/enterprise/enterprise-features/team-managed-keys-and-endpoints.mdx index e88e723fe..9e4e2c0fb 100644 --- a/src/content/docs/enterprise/enterprise-features/team-managed-keys-and-endpoints.mdx +++ b/src/content/docs/enterprise/enterprise-features/team-managed-keys-and-endpoints.mdx @@ -1,8 +1,8 @@ --- title: Team-managed LLM API keys and endpoints description: >- - Configure shared LLM provider API keys and custom inference endpoints for your whole team - from the Admin Panel, available in both interactive sessions and cloud agents. + Configure shared LLM provider API keys and custom inference endpoints for your + whole team from the Admin Panel, for interactive sessions and cloud agents. --- import VideoEmbed from '@components/VideoEmbed.astro'; diff --git a/src/content/docs/guides/agent-workflows/build-a-self-improving-agent.mdx b/src/content/docs/guides/agent-workflows/build-a-self-improving-agent.mdx index 03e5c52f3..6e22aabb3 100644 --- a/src/content/docs/guides/agent-workflows/build-a-self-improving-agent.mdx +++ b/src/content/docs/guides/agent-workflows/build-a-self-improving-agent.mdx @@ -1,7 +1,8 @@ --- title: Build a self-improving agent description: >- - Build an outer improvement loop where a scheduled agent reviews past runs, learns from team corrections, and proposes skill file updates — so your factory gets better over time. + Build an outer loop where a scheduled agent reviews past runs, learns from team + corrections, and proposes skill file updates for human review. sidebar: label: "Build a self-improving agent" tags: diff --git a/src/content/docs/guides/agent-workflows/run-a-software-factory-in-the-cloud.mdx b/src/content/docs/guides/agent-workflows/run-a-software-factory-in-the-cloud.mdx index 69a061237..664bd75c0 100644 --- a/src/content/docs/guides/agent-workflows/run-a-software-factory-in-the-cloud.mdx +++ b/src/content/docs/guides/agent-workflows/run-a-software-factory-in-the-cloud.mdx @@ -1,7 +1,8 @@ --- title: Run a software factory in the cloud description: >- - Set up the Oz-native production path for your software factory: dedicated cloud environments, team-scoped secrets, native event triggers, and full audit trails for every agent run. + Run your software factory on Oz with dedicated cloud environments, team-scoped + secrets, native event triggers, and audit trails for every agent run. sidebar: label: "Run a software factory in the cloud" tags: diff --git a/src/content/docs/platform/agents.mdx b/src/content/docs/platform/agents.mdx index b438cdee8..a7f997c63 100644 --- a/src/content/docs/platform/agents.mdx +++ b/src/content/docs/platform/agents.mdx @@ -1,5 +1,5 @@ --- -title: Cloud agents +title: Cloud agents and service accounts description: >- Cloud agents are how Warp runs scheduled jobs, integration triggers, CI/CD automation, and API-driven tasks against your team's environments. diff --git a/src/content/docs/platform/runners.mdx b/src/content/docs/platform/runners.mdx index d5f4f2f22..c968063a4 100644 --- a/src/content/docs/platform/runners.mdx +++ b/src/content/docs/platform/runners.mdx @@ -3,9 +3,8 @@ title: Cloud agent runners sidebar: label: "Runners" description: >- - Runners define the compute a cloud agent runs on—operating system, CPU - architecture, instance size, and sandbox image. Learn when to use runners and - how to manage them with the Oz CLI. + Runners define the compute a cloud agent runs on: operating system, CPU + architecture, instance size, and sandbox image. Manage them with the Oz CLI. --- Runners define the compute a [cloud agent](/platform/) runs on: the operating system, CPU architecture, instance size, and sandbox image used to execute a run.