Official Manic plugin for SEO metadata, robots directives, and link headers.
Manic is a high-performance React framework built exclusively for Bun.
It ships with a custom build pipeline, first-class plugin architecture, and production-ready DX for local development, deployment, and AI-native workflows.
- Bun-first runtime and tooling
- Fast transforms and minification powered by OXC
- File-based routing with production-ready deployment adapters
- Plugin system built for framework and AI-native workflows
- Website: manicjs.tech
- Docs: manicjs.tech/docs
- Package docs: https://www.manicjs.tech/docs/framework/plugins/seo
bun add @manicjs/seoimport { defineConfig } from 'manicjs/config';
import { seo } from '@manicjs/seo';
export default defineConfig({
plugins: [seo()],
});GPL-3.0