From 472b38f62cf487182bf4c176254657ea33d257b7 Mon Sep 17 00:00:00 2001 From: Nicolas Ritouet Date: Sat, 4 Jul 2026 18:07:08 +0200 Subject: [PATCH] fix(docs): SEO hygiene for docs.keyway.sh - Add static/robots.txt with sitemap pointer (robots.txt was a 404, so the docs sitemap was never declared to crawlers) - Retitle /ai-agents to "Use Secrets with Claude Code, Cursor & Copilot (MCP)" and add a description; the page has 425 GSC impressions at position ~19.7 and the old title ("AI Agents") matched none of the queries. Sidebar label stays "AI Agents" - Add a description to /api (Docusaurus was emitting the first heading, "Authentication", as the meta description) - Point the upgrade link at app.keyway.sh/settings (keyway.sh/settings was a 404 until the redirect added in keyway-landing#13) Co-Authored-By: Claude Fable 5 --- packages/docs/docs/ai-agents.md | 4 +++- packages/docs/docs/api.md | 1 + packages/docs/docs/intro.md | 2 +- packages/docs/static/robots.txt | 4 ++++ 4 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 packages/docs/static/robots.txt diff --git a/packages/docs/docs/ai-agents.md b/packages/docs/docs/ai-agents.md index 5b40a26..4a142cc 100644 --- a/packages/docs/docs/ai-agents.md +++ b/packages/docs/docs/ai-agents.md @@ -1,6 +1,8 @@ --- sidebar_position: 7 -title: AI Agents +title: Use Secrets with Claude Code, Cursor & Copilot (MCP) +sidebar_label: AI Agents +description: Give AI coding agents access to your secrets through the Keyway MCP server, without exposing values in .env files on disk. --- # AI Agents diff --git a/packages/docs/docs/api.md b/packages/docs/docs/api.md index b6ad86a..a7b64ee 100644 --- a/packages/docs/docs/api.md +++ b/packages/docs/docs/api.md @@ -1,6 +1,7 @@ --- sidebar_position: 4 title: API Reference +description: Keyway REST API reference. Authentication, vaults, secrets, environments, and audit endpoints. --- # API Reference diff --git a/packages/docs/docs/intro.md b/packages/docs/docs/intro.md index c60d5fc..04e5956 100644 --- a/packages/docs/docs/intro.md +++ b/packages/docs/docs/intro.md @@ -130,7 +130,7 @@ keyway pull -e staging | Exposure reports | - | - | - | ✓ | | Priority support | - | - | - | ✓ | -Upgrade: [keyway.sh/settings](https://keyway.sh/settings) +Upgrade: [app.keyway.sh/settings](https://app.keyway.sh/settings) ## Next Steps diff --git a/packages/docs/static/robots.txt b/packages/docs/static/robots.txt new file mode 100644 index 0000000..4822a0b --- /dev/null +++ b/packages/docs/static/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://docs.keyway.sh/sitemap.xml