SEO Core

EmDash CMS용 경량 SEO 메타데이터 플러그인.

플러그인

SEO Core

EmDash CMS용 경량 SEO 메타데이터 플러그인.

  • 카테고리: SEO
  • 상태: 사용 가능
  • 버전: 1.0.0
  • 가격: Free

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.