docs: add AEO cross-links for agents and orchestration#188
Draft
rachaelrenk wants to merge 1 commit into
Draft
Conversation
Add internal cross-links between agent platform docs pages to improve discoverability of orchestration content. Changes: - planning.mdx: link to orchestration from Next steps (plan→orchestrate flow) - handoff/index.mdx: link to orchestration from Related pages (cloud→parallel) - capabilities/index.mdx: add orchestration to Related section - harnesses/index.mdx: add cross-harness orchestration to What stays the same Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
AEO cross-link audit: agents and orchestration
Goal
Add small, high-confidence internal cross-links to improve discoverability of orchestration content from related agent platform pages. These links connect existing docs pages where a reader naturally continues from one topic to the next.
Source signals
Google Search Console (Mar–Jun 2026):
warp orchestration— 13 impressions, 1 click on docs root; 1 impression/click on/agent-platform/(avg pos 2.0). Users searching for orchestration often land on high-level pages that don't link to orchestration docs.oz agent orchestration— 1 click landing on/agent-platform/cloud-agents/platform/(pos 11.0). The platform page links to orchestration, but feeder pages (planning, handoff, capabilities, harnesses) do not.warp multi agent— 5 clicks on the guide page (pos 1.4). The guide cross-links orchestration well, but the product docs feeding into it (planning, capabilities) do not.ai coding agent orchestration— 1 impression on/agent-platform(pos 5.0). Signals that users are looking for orchestration from high-level agent pages.multi-agent orchestration claude code tutorial— 4 impressions on the guide page (pos 5.5). Cross-harness orchestration is a real user interest.Existing docs signals:
capabilities/planning.mdx) describes/planbut never mentions that/plancan propose orchestration — even though this is the primary in-app entry point for orchestration approval.cloud-agents/handoff/index.mdx) covers local→cloud and cloud→cloud flows but doesn't mention that once work is in the cloud, orchestration can fan it out to parallel children.capabilities/index.mdx) lists every capability but omits orchestration entirely, even though it's a core cloud agent capability.cloud-agents/harnesses/index.mdx) lists what stays the same across harnesses but doesn't mention cross-harness orchestration — a differentiating feature of the Warp Agent harness.Pages touched
src/content/docs/agent-platform/capabilities/planning.mdx/plan. The Next steps section links to cloud agents but not orchestration.src/content/docs/agent-platform/cloud-agents/handoff/index.mdxsrc/content/docs/agent-platform/capabilities/index.mdxsrc/content/docs/agent-platform/cloud-agents/harnesses/index.mdxLinks added
capabilities/planning.mdx→cloud-agents/orchestration//planwants to understand what happens when the plan proposes orchestration — how the approval flow works, what the parent/child model is, and what patterns are available.cloud-agents/handoff/index.mdx→cloud-agents/orchestration/capabilities/index.mdx→cloud-agents/orchestration/cloud-agents/harnesses/index.mdx→cloud-agents/orchestration/Open questions for human review
/planis first introduced. Human reviewers should decide if inline placement is better.Self-review checklist
check_links.py --internal-onlypasses)style_lint.py --changedpassesgit diff --checkpassesConversation: https://app.warp.dev/conversation/10e8556a-9d42-4c9f-b75e-c854b707a432
Run: https://oz.warp.dev/runs/019e9c29-1d38-791f-a464-e030aea2a8d1
This PR was generated with Oz.