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.
7 lines (6 loc) • 309 B
TypeScript
import seoMetaFields from "./plugin";
export default seoMetaFields;
export { seoMetaFields };
export * from "./types/Types";
export type { PluginConfig, AIConfig, AutomationConfig, WorkflowConfig, } from "./types/PluginConfig";
export { default as SEODashboardPane } from "./components/pro/SEODashboardPane";