SEOX_

npm install seox

Type-safe SEO for Next.js. Centralized config. Zero fluff.

CONTROL
CENTER

Define once, use everywhere. Your SEO config lives in one place and flows through your entire app.

// lib/seo.ts
import { Seox } from 'seox/next';


export const metadata = seoConfig.configToMetadata();

export const seoConfig = new Seox({
  name: 'My App',
  url: 'https://myapp.com',
  title: {
    default: 'My App',
    template: '%s | My App',
  },
  description: 'Build something great',
});
Performance

1.2kb

gzipped

TSType-Safe

Full TypeScript

Autocomplete for every field

CLI

CLI Powered

init, configure, doctor