Skip to content

SEO & discoverability

Arcframe is positioned for people searching for Cursor MCP, engineering control plane, and repository intelligence tools — not generic “AI coding” chat wrappers.

Positioning (natural language)

ThemeHow we say it
Cursor MCPPrecise MCP server for Cursor agents (not a dump-everything tool)
Control planeEngineering control plane over the repo: index, graph, memory, ops
Repository intelligenceArc Index + Arc Graph + evidence-labeled claims
ImpactBlast radius / impact analysis before refactors
Agent contextBudgeted context packs for AI coding agents
TrustLocal-first — analysis on your machine, no required Arcframe cloud upload

Avoid keyword stuffing. Prefer clear product sentences that still include the phrases people type into Google.

Site surfaces

SurfacePath / buildMeta
Landingapps/dashboardapps/dashboard/distUnique title/description, OG + Twitter (arcframe-social-card.png), canonical via ARCFRAME_SITE_URL
Docsapps/docsapps/docs/.vitepress/distVitePress title / description / head OG tags, favicon, sitemap, robots.txt, llms.txt
Agentsllms.txt (landing dist + docs public)Points humans/agents at docs and MCP overview

Default site origin placeholder: https://arcframe.dev. Override when building:

bash
# Landing
set ARCFRAME_SITE_URL=https://your-domain.example
pnpm --filter @arcframe/dashboard build

# Docs (co-deploy under /docs/ by default)
set ARCFRAME_SITE_URL=https://your-domain.example
# optional: set ARCFRAME_DOCS_BASE=/   for docs at site root
pnpm --filter @arcframe/docs build

Assets

Brand files live in repo assets/:

  • arcframe-favicon.svg — browser tab
  • arcframe-mark.svg / arcframe-horizontal.svg — UI
  • arcframe-social-card.png (and .svg) — Open Graph / Twitter (1200×630)

Dashboard and docs builds copy these into their publish output so favicons and social images resolve on the built sites.

robots & sitemap

  • Landing: apps/dashboard/dist/robots.txt + sitemap.xml (generated at build)
  • Docs: public/robots.txt (copied into dist) + VitePress sitemap (hostname = ARCFRAME_SITE_URL)

After deploy, submit the sitemap URL in Google Search Console and verify the social card with a link preview debugger.

Local-first repository intelligence for Cursor MCP and AI coding agents.