SEO Core
EmDash CMS 轻量级 SEO 元数据插件。
A lightweight, subset-first SEO metadata plugin for EmDash CMS. Provides essential SEO meta tags without the overhead of a full SEO suite.
Installation
Install from npm and register in your Astro config:
import seoCore from "emdash-seo-core";
export default defineConfig({
integrations: [
emdash({
plugins: [seoCore()],
}),
],
});
Usage scenarios
- Simple sites that need basic SEO metadata without a heavyweight plugin.
- Starter projects where you want sensible defaults out of the box.
Operational tips
- For a more comprehensive SEO solution, consider @jdevalk/emdash-plugin-seo.
- Follow official EmDash docs for plugin installation details.