@riducms/plugin-seo
v0.2.2
Published
Search metadata authoring for Ridu's official SEO plugin.
Readme
@riducms/plugin-seo
The Svelte admin UI for Ridu's Go SEO plugin. It provides a metadata overview, title and description guidance, upload selection, generator controls, and a live search-result preview.
For an existing project, install it in the root and admin workspaces, configure seo.New(...), then
start development:
npm install @riducms/plugin-seo
npm install --workspace admin @riducms/plugin-seo
npm run devridu dev regenerates contracts and synchronizes safe additive development changes. Before
deployment, create and review the immutable adapter migration with
ridu migrate create --name add-seo.
The generated registry imports seoAdminPlugin; do not register it again. Generated title,
description, image, and URL values remain editable and pass through normal validation and access
rules when saved.
See the SEO guide for setup, callbacks, migrations, and verification.
