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) 334 B
import React from "react"; interface GEOItem { label: string; pass: boolean; description: string; } export declare function buildGEOChecklist(value: Record<string, any> | undefined): GEOItem[]; export default function GEOChecklist({ value }: { value: Record<string, any> | undefined; }): React.JSX.Element; export {};