npm install seoxType-safe SEO for Next.js. Centralized config. Zero fluff.
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',
});1.2kb
gzipped
Full TypeScript
Autocomplete for every field
CLI Powered
init, configure, doctor