SEO Core

Plugin de metadatos SEO minimalista para EmDash CMS.

Extensión

SEO Core

Plugin de metadatos SEO minimalista para EmDash CMS.

  • Categoría: SEO
  • Estado: Disponible
  • Versión: 1.0.0
  • Precio: 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.