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.

11 lines (8 loc) 372 B
import schema from "../Schema"; import metaAttribute from "./seo/list/metaAttribute"; import metaTag from "./seo/list/metaTag"; import openGraph from "./seo/list/openGraph"; import twitter from "./seo/list/twitter"; import hreflangEntry from "./seo/list/hreflang"; const types = [schema, metaAttribute, metaTag, openGraph, twitter, hreflangEntry]; export default types;