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) 217 B
import React from "react"; import { SEOScoreResult } from "../utils/seoScore"; interface Props { result: SEOScoreResult; } export default function SEOScoreDisplay({ result }: Props): React.JSX.Element; export {};