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.

6 lines (5 loc) 161 B
import { Schema } from "../types/Types"; declare function createDynamicJsonLd(schemaObj: Schema): { [x: string]: any; }; export default createDynamicJsonLd;