Skip to content

feat(docs): Grok connect page + SEO keywords on all doc pages#21

Merged
vreshch merged 1 commit into
masterfrom
feature/docs-grok-seo
Jun 21, 2026
Merged

feat(docs): Grok connect page + SEO keywords on all doc pages#21
vreshch merged 1 commit into
masterfrom
feature/docs-grok-seo

Conversation

@vreshch

@vreshch vreshch commented Jun 21, 2026

Copy link
Copy Markdown
Member

Summary

Two things: adds Grok as a connect surface, and makes every docs page crawl-ready with proper keywords + metadata.

Grok

New /docs/grok page (paste the MCP URL → OAuth sign-in). Joins the "Connect your client" sidebar group (with a Sparkles icon) and the sitemap.

SEO / crawl-readiness (all docs pages)

  • New docMetadata() helper (src/docs/seo.ts) used by the index + [slug] routes - returns title, description, merged keywords (shared base + per-page), self-canonical, and complete OpenGraph (title/description/type:article). The file-based OG image still applies.
  • Added a keywords field to DocPage; populated per page (overview, MCP server, connect) and auto-derived for each client (Grok, Grok MCP, connect Grok, …).
  • All docs pages remain in sitemap.xml and indexable.

Verification

Local: /docs/grok 200 + in sitemap; <meta name="keywords"> present and merged on every page (e.g. grok = base + Grok terms); canonical + og:type=article set. prettier/eslint/type-check clean.

Grok joins the Connect-your-client surfaces (paste the MCP URL). Every
doc page now ships merged SEO keywords + complete OpenGraph (title,
description, type:article) + self-canonical via a shared docMetadata()
helper, so all pages are crawl-ready and in the sitemap.
@github-actions

github-actions Bot commented Jun 21, 2026

Copy link
Copy Markdown

CI - Verify PASSED

Commit: 28f9ad78e462a2e83aa0177f8d24d6b5edc87405 · Branch: feature/docs-grok-seo

  • ✅ Type check
  • ✅ Lint
  • ✅ Format check
  • ✅ Unit tests
  • ✅ Build
  • ✅ Landing e2e
  • ✅ Showcase e2e

🔗 View workflow run

@vreshch vreshch merged commit ac68ebe into master Jun 21, 2026
1 check passed
@vreshch vreshch deleted the feature/docs-grok-seo branch June 21, 2026 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant