Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 965 Bytes

File metadata and controls

33 lines (23 loc) · 965 Bytes

SDK SEO module — AI index

Genetic tag: sdk.seo.gen1

Surface

Export Role
@agentstack/sdk/seo AgentSeo, getMeta, getHostingFunnelCopy
HOSTING_FUNNEL_PATHS G1–G4 marketing paths

Hot files

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

Usage

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');

Cross-links