Skip to content

Automated SEO fixes: resolve 2 short titles and trim 4 long descriptions - #428

Closed
rachaelrenk wants to merge 1 commit into
mainfrom
oz-agent/seo-fixes-2026-07-31
Closed

Automated SEO fixes: resolve 2 short titles and trim 4 long descriptions#428
rachaelrenk wants to merge 1 commit into
mainfrom
oz-agent/seo-fixes-2026-07-31

Conversation

@rachaelrenk

Copy link
Copy Markdown
Contributor

Summary

Ran the docs-seo-audit skill against the live sitemap: 352 pages scanned, 12 issues found (0 errors, 8 warnings, 4 info). This PR fixes the 6 actionable issues. The other 6 are on the skill's intentional-exceptions allowlist.

Title fixes (title_too_short)

Page Before After
src/content/docs/platform/agents.mdx Cloud agents (19 chars with | Warp) Cloud agents and service accounts
src/content/docs/agent-platform/capabilities/computer-use/browser-use.mdx Browser use (18 chars) Browser use for agents

Notes:

  • platform/agents.mdx also had near-duplicate framing with Cloud agents overview (platform/index.mdx). The new title reflects what the page actually covers — cloud agents as team-level identities, agent API keys, and their service-account representation in the CLI and API — and removes the keyword overlap.
  • Only the frontmatter title changed on both pages. Sidebar labels (Agents, Browser use) and URLs are unchanged, so navigation and breadcrumbs stay as-is. Starlight derives the H1 from title, so headings stay in sync automatically.

Description fixes (description_too_long, max 160 chars)

Page Before After
src/content/docs/platform/runners.mdx 184 chars 148 chars
src/content/docs/guides/agent-workflows/run-a-software-factory-in-the-cloud.mdx 180 chars 148 chars
src/content/docs/guides/agent-workflows/build-a-self-improving-agent.mdx 177 chars 142 chars
src/content/docs/enterprise/enterprise-features/team-managed-keys-and-endpoints.mdx 168 chars 154 chars

All rewrites are grounded in the page content, keep the primary keyword, and follow AGENTS.md voice and terminology. The runners description also drops an em dash in favor of a colon.

Not changed (intentional exceptions)

These 6 title_too_short warnings match the allowlist in the skill and were left alone: changelog/index.mdx, guides/index.mdx, reference/cli/artifacts.mdx, terminal/windows/tabs.mdx, terminal/windows/tab-configs.mdx, terminal/windows/split-panes.mdx.

Validation

  • npm run build succeeds (353 pages).
  • Verified the rendered <title> and <meta name="description"> tags in dist/ for all six pages.
  • Re-checked every frontmatter title across the docs: no duplicates introduced.

Conversation: https://app.warp.dev/conversation/9ed250ab-c31f-4ee8-b037-beb7675ede81
Run: https://oz.warp.dev/runs/019fb6f9-241b-7c28-bfe4-1b3f7772d1f9

This PR was generated with Oz.

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 <oz-agent@warp.dev>
@rachaelrenk rachaelrenk added the seo SEO improvements label Jul 31, 2026
@cla-bot cla-bot Bot added the cla-signed label Jul 31, 2026
@vercel

vercel Bot commented Jul 31, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview Jul 31, 2026 7:11am

Request Review

@oz-by-warp

oz-by-warp Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Superseded by a bot-authored replacement PR from the same branch. Closing this human-authored draft.

@oz-by-warp oz-by-warp Bot closed this Jul 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed seo SEO improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant