SEO Core

Plugin de métadonnées SEO minimaliste pour EmDash CMS.

Extension

SEO Core

Plugin de métadonnées SEO minimaliste pour EmDash CMS.

  • Catégorie: SEO
  • Statut: Disponible
  • Version: 1.0.0
  • Prix: 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.