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.