Lacspace
Loading
SEO Autopilot & CI gate
Any Next.js (or framework-agnostic) site that needs correct metadata, Open Graph, Twitter cards and schema.org JSON-LD without hand-writing fragile objects on every page.
SEO Autopilot: defineSite() once, then site.meta()/article()/product()/faq() auto-fill Metadata AND JSON-LD — title template, canonical, OpenGraph, Twitter, auto description and dynamic OG image. Plus 19 schema.org builders, a @graph composer, content helpers (excerpt, reading time), and a built-in auditor with a CI sitemap crawler — `npx @lacspace/seo crawl <site> --min-grade A` fails your build the moment SEO regresses. Stop writing SEO by hand.
$ npm install @lacspace/seosite.meta({ title: "Pricing", path: "/pricing" })Returns full Metadata + OG + Twitter
defineSite(config)The Autopilot engine — returns a `site` with meta()/article()/product()/faq()/…seoMetadata(input)Framework-agnostic → Next.js `Metadata`.auditHtml(html)Grade a page's on-page SEO 0–100 with per-check results.CLI: audit / crawl`npx @lacspace/seo audit <url>` · `crawl <site> --min-grade A`.