SEO Core

Plugin di metadati SEO minimalista per EmDash CMS.

Estensione

SEO Core

Plugin di metadati SEO minimalista per EmDash CMS.

  • Categoria: SEO
  • Stato: Disponibile
  • Versione: 1.0.0
  • Prezzo: 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.