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.

8 lines (7 loc) 272 B
declare const schema: { type: "object"; name: "seoMetaFields"; } & Omit<import("@sanity/types").ObjectDefinition, "preview"> & { preview?: import("@sanity/types").PreviewConfig<Record<string, string>, Record<never, any>> | undefined; }; export default schema;