Skip to content

Automated SEO fixes: resolve title length and description issues across 51 pages#22

Merged
rachaelrenk merged 3 commits intomainfrom
automated-seo-fixes/title-length-and-descriptions
May 5, 2026
Merged

Automated SEO fixes: resolve title length and description issues across 51 pages#22
rachaelrenk merged 3 commits intomainfrom
automated-seo-fixes/title-length-and-descriptions

Conversation

@rachaelrenk
Copy link
Copy Markdown
Contributor

@rachaelrenk rachaelrenk commented May 5, 2026

Summary

Automated SEO audit of docs.warp.dev (308 pages scanned, 57 issues found). This PR fixes 51 issues across title length and description length categories.

Fixed (51 issues)

Title too short (40 pages):
Added descriptive title frontmatter fields with sidebar.label to preserve short nav labels. Examples:

  • "Skills | Warp" → "Skills for agents | Warp"
  • "Secrets | Warp" → "Cloud agent secrets | Warp"
  • "FAQ | Warp" → "Enterprise FAQ | Warp"
  • "conflict | Warp" → "Error: conflict (409) | Warp"

Title too long (4 pages):
Shortened guide titles to ≤70 chars (including " | Warp" suffix). Examples:

  • "How To: Run 3 Agents in Parallel (Summarize Logs + Analyze PR + Modify UI) | Warp" → "How To: Run 3 Agents in Parallel | Warp"
  • "How To: Actually Code UI That Matches Your Mockup (React + Tailwind) | Warp" → "How To: Code UI That Matches Your Mockup | Warp"

Description too long (7 pages):
Trimmed descriptions to ≤160 chars for pages in migrate-to-warp, contributing, secret-redaction, universal-input, and self-hosting/unmanaged.

Review corrections

The following issues were caught during human review and fixed in a follow-up commit:

Sentence case fixes (11 pages):

  • Computer Use for agentsComputer use for agents (computer-use.mdx)
  • Agent Web SearchAgent web search (web-search.mdx)
  • API KeysAPI keys (api-keys.mdx sidebar label)
  • MCP ServersMCP servers (mcp-servers.mdx sidebar label)
  • Network LogNetwork log (network-log.mdx title and sidebar label)
  • Known IssuesKnown issues (known-issues.mdx sidebar label)
  • Removed "for Oz" suffix from 5 integration titles (azure-devops, bitbucket, gitlab, linear, slack) — breadcrumb context is sufficient

Skill update:

  • Added key principle # 6 to the SEO audit skill with explicit sentence case rules and ✅/❌ examples to prevent these mistakes in future runs

Allowlisted (5 pages — intentionally short titles)

Changelog, Guides, Tabs, Split panes, Tab Configs

Unfixable (1 page)

https://docs.warp.dev/api/ — missing H1, no local source file (auto-generated API reference)


Conversation: https://app.warp.dev/conversation/85bb444b-817e-41c9-839c-d8816e3cba87
Run: https://oz.warp.dev/runs/019df943-8d1f-7de7-9a33-283194df3d62

This PR was generated with Oz.

…ss 51 pages

- Fix 40 title_too_short warnings by adding descriptive frontmatter titles with sidebar.label to preserve nav labels
- Fix 4 title_too_long warnings by shortening guide titles
- Fix 7 description_too_long info issues by trimming descriptions to ≤160 chars
- Skip 5 allowlisted pages (Changelog, Guides, Tabs, Split panes, Tab Configs)
- Skip 1 unfixable page (https://docs.warp.dev/api/ - no source file)

Co-Authored-By: Oz <oz-agent@warp.dev>
@cla-bot cla-bot Bot added the cla-signed label May 5, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented May 5, 2026

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

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment May 5, 2026 9:01pm

Request Review

@rachaelrenk rachaelrenk self-assigned this May 5, 2026
- Fix title case → sentence case in titles and sidebar labels:
  computer-use, web-search, api-keys, mcp-servers, network-log,
  known-issues
- Simplify integration titles: remove 'for Oz' suffix (azure-devops,
  bitbucket, gitlab, linear, slack)
- Add key principle #6 to SEO audit skill with explicit sentence case
  rule and ✅/❌ examples to prevent future casing mistakes

Co-Authored-By: Oz <oz-agent@warp.dev>
@rachaelrenk rachaelrenk marked this pull request as ready for review May 5, 2026 20:55
Copy link
Copy Markdown
Collaborator

@hongyi-chen hongyi-chen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This all looks good to me. It's great that we can customize what it looks on the sidebar, while changing the top-level title for SEO.

@rachaelrenk rachaelrenk merged commit d5e3826 into main May 5, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants