Skip to content

Releases: Columbia-Cloudworks-LLC/headless-seo-kit

v1.0.0 - Initial public release

Choose a tag to compare

@viralarchitect viralarchitect released this 22 May 16:44

First public release of Headless SEO Kit. Forked from the internal cab-agent-kit v2.5.0 used in production on thecabcall.com.

WordPress companion plugin for BeyondSEO / RankingCoach (IONOS Managed WordPress) that renders SEO tags from rankingcoach_* postmeta, exposes the keys via REST for AI/MCP workflows, syncs back to BeyondSEO's internal Doctrine table, and handles postmeta-driven 301 slug redirects.

Install

Download the source zip below (Source code (zip)), extract, rename the inner folder to headless-seo-kit if needed, re-zip just that folder, and upload via WordPress admin -> Plugins -> Add New -> Upload Plugin.

Or from a shell:

gh release download v1.0.0 --repo Columbia-Cloudworks-LLC/headless-seo-kit --archive=zip

Requirements

  • WordPress 5.6+
  • PHP 7.4+
  • BeyondSEO optional (internal-table sync silently no-ops if absent)

Migrating from cab-agent-kit

Existing cab_agent_old_slugs postmeta is read for back-compat. Site options (Twitter handle, OG image, publisher name) need to be re-entered on first activation.

See README for full schema and hooks documentation.