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.

5 lines (4 loc) 147 B
import React from "react"; export default function MetaTagsPreview({ value }: { value: Record<string, any> | undefined; }): React.JSX.Element;