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) 115 B
import React from "react"; export default function ScoreBar({ score }: { score: number; }): React.JSX.Element;