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.

12 lines (11 loc) 244 B
declare const types: (import("@sanity/types").SchemaTypeDefinition | { name: string; title: string; type: string; fields: { name: string; title: string; type: string; }[]; })[]; export default types;