seofields-pro
v1.2.0
Published
Premium components for sanity-plugin-seofields (SEO Health Dashboard and related features)
Readme
seofields-pro
Premium companion package for sanity-plugin-seofields — SEO Health Dashboard extras, GEO checklist pro checks, publish-gate action, and the licensed AI prompt pool for all 17 industries.
Install
npm install seofields-prosanity-plugin-seofields dynamically imports this package at runtime when a licenseKey is configured — you generally don't import from it directly. Install it alongside the base plugin and set licenseKey in seofields():
import {seofields} from 'sanity-plugin-seofields'
seofields({
licenseKey: process.env.SANITY_STUDIO_SEO_LICENSE_KEY,
ai: {provider: 'openai', apiKey: process.env.SANITY_STUDIO_OPENAI_API_KEY, industry: 'legal'},
})Get a license: https://sanity-plugin-seofields.thehardik.in/get-license
What's included
- SEO Health Dashboard (pro) —
SeoHealthDashboard,SeoHealthTool,createSeoHealthPane - GEO Checklist pro checks —
GEOChecklistProChecks,GEOLockedTeaser,buildGEOProChecks - Publish gate action —
createSeoPublishGateAction - AI generation —
generateSeoText,pickPrompt,resolveLicensedPromptPool, and the full prompt pool for all 9 pro-tier industries (healthcare,pharmacy,finance,realestate,saas,legal,insurance,automotive,homeServices) plus the licensed (10-angle) pool for the 8 free-tier industries
See sanity-plugin-seofields's AI.md for full AI config reference — this package supplies the licensed prompt pool consumed by that flow, it doesn't need separate configuration.
License
UNLICENSED — requires a valid sanity-plugin-seofields license key to unlock pro features at runtime.
