Genetic tag: sdk.seo.gen1
| Export | Role |
|---|---|
@agentstack/sdk/seo |
AgentSeo, getMeta, getHostingFunnelCopy |
HOSTING_FUNNEL_PATHS |
G1–G4 marketing paths |
| File | Role |
|---|---|
index.ts |
REST client for /api/seo/meta |
shared/seo/seo_copy_registry.py |
Python SoT (codegen → frontend JSON) |
docs/seo/AI_INDEX.md |
Platform SEO docs index |
import { AgentSeo } from '@agentstack/sdk/seo';
const seo = new AgentSeo(sdk.httpClient);
const meta = await seo.getMeta('/host-site', { locale: 'ru' });
const funnel = await seo.getHostingFunnelCopy('en');