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 (10 loc) 292 B
const { showIncompatiblePluginDialog } = require('@sanity/incompatible-plugin'); const { name, version, sanityExchangeUrl } = require('./package.json'); export default showIncompatiblePluginDialog({ name: name, versions: { v3: version, v2: undefined }, sanityExchangeUrl });