UNPKG

sanity-plugin-seo

Version:

Complete SEO toolkit for Sanity Studio with live scoring, AI suggestions, team workflows, and 30+ structured data types. Free and AI tiers live. Pro coming soon.

4 lines (3 loc) 248 B
import { AIConfig } from "../types/PluginConfig"; export type AIField = "title" | "description" | "keywords"; export declare function generateSEOContent(field: AIField, bodyContent: string, focusKeyword: string, config: AIConfig): Promise<string>;