Try Emdash SEO

Get a full Emdash CMS running with the SEO plugin in under 5 minutes.

Prerequisites

Node.js 20+ and npm installed.

Quick Start

  1. Create a new Emdash site:
    npm create emdash@latest my-site
    cd my-site
  2. Install the SEO plugin:
    npm install @ai-rockstar/emdash-seo
  3. Add it to your config — edit live.config.ts:
    import seoToolkit from "@ai-rockstar/emdash-seo";
    
    export default {
      plugins: [seoToolkit()],
    };
  4. Start the dev server:
    npm run dev
  5. Open the admin panel at http://localhost:4321/admin

    You'll see the SEO Toolkit settings, overrides page, content analysis, and dashboard widgets.

What you get

← Back to emdashseo.app