← All packages

@lacspace/seo

v1.7.1SEO Kit0 deps

Typed metadata + JSON-LD for modern web apps — schema.org builders (Organization, Article, Product, FAQ, Breadcrumb), a Next.js App Router Metadata helper, the defineSite() SEO Autopilot engine, and an on-page SEO auditor with a CI sitemap crawler that fails the build when SEO regresses (`npx @lacspace/seo audit <url>` / `crawl <site> --min-grade A`). Zero-dependency, isomorphic.

npm i @lacspace/seo

Usage

seo.ts
// app/pricing/page.tsx
import { seoMetadata } from "@lacspace/seo";

export const metadata = seoMetadata({
  title: "Pricing — Lacspace",
  description: "Simple, transparent plans.",
  canonical: "/pricing",
  image: "https://lacspace.com/og/pricing.png",
  baseUrl: "https://lacspace.com",
});

Exports 39

articleauditHtmlblogPostingbreadcrumbbreadcrumbFromPathcollectionPagecoursedefineSiteeventexcerptfaqPagegraphhowTohreflangimageObjectitemListjobPostingjsonLdjsonLdScriptlintSeolocalBusinessmetaDescriptionnewsArticleogImageUrlorganizationpersonproductprofilePageqaPagereadingTimerecipereviewseoMetadatasoftwareAppsoftwareSourceCodestripMarkdownvideoObjectwebPagewebsite

Keywords

seojson-ldstructured-dataschema-orgnext-metadataopengraph

More in SEO Kit