fix(docs): SEO hygiene for docs.keyway.sh (robots.txt, titles, descriptions) - #25
Merged
Conversation
- 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 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughDocumentation frontmatter updates for ai-agents.md (title, sidebar metadata, description) and api.md (description), an upgrade link URL correction in intro.md, and a new robots.txt file added for the docs site. ChangesDocumentation and Static Assets
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Contexte
Suite de l'audit SEO du 04/07 (rapports dans keyway-landing
seo/). Quatre correctifs d'hygiène sur le site docs, vérifiés dans le build Docusaurus.Changements
static/robots.txt(nouveau) :docs.keyway.sh/robots.txtrenvoyait un 404 — le sitemap docs n'était déclaré nulle part. Ajout avecSitemap: https://docs.keyway.sh/sitemap.xml./ai-agents: title → « Use Secrets with Claude Code, Cursor & Copilot (MCP) » + description. Données GSC : 425 impressions à position ~19,7 sur le cluster « prevent claude/cursor/copilot from reading .env » ; l'ancien title (« AI Agents ») ne matchait aucune requête. Le label de sidebar reste « AI Agents »./api: ajout d'unedescription:— Docusaurus émettait « Authentication » (premier heading) comme meta description.intro.md: lien upgrade →app.keyway.sh/settings(l'ancienkeyway.sh/settingsétait un 404 ; un redirect a aussi été ajouté côté landing dans keywaysh/keyway-landing#13).Vérification
Build Docusaurus vert. Contrôlé dans
build/: robots.txt servi, titles/descriptions corrects sur les deux pages, lien settings mis à jour.🤖 Generated with Claude Code
Summary by CodeRabbit