Search Intelligence — Magento SEO Integration
- Community
See It In Action
Safely Apply AI-Approved SEO Changes to Your Catalog
Search Intelligence Core's change-set workflow is powerful, but it needs an applier to translate approved proposals into actual Magento entity updates. The Magento SEO Applier registers that implementation — it is the module that owns the write path for products, categories, and CMS pages.
Every field write goes through Core's risk gate: only whitelisted, low-risk SEO fields (meta_title, meta_description, and equivalents) are written automatically. High-risk fields, custom attributes, and non-whitelisted columns require explicit manual approval before the applier touches them.
- Implements
ChangeApplierInterfacefor Core's applier pool - Writes approved meta_title and meta_description to products, categories, CMS pages
- Full per-item rollback from the change-set apply log
- Risk gate enforcement — non-whitelisted fields never auto-apply
- Apply log with admin-user attribution and field diffs
- Applier status page in the SEO Operations Dashboard
Entity Coverage: Products, Categories & CMS
The applier handles all three core Magento entity types. Whether an approved change set contains product meta updates from the Opportunity Optimizer, category description corrections from an advisory, or CMS page title improvements from the AI Activity Console — the Magento SEO Applier applies them correctly and logs the result.
Because Core owns the workflow and the Applier owns the write, you can swap or extend the applier without touching the advisory or change-set logic. Future appliers for headless catalog systems, external PIM tools, or specialised attribute sets can register alongside the default Magento implementation.
- Product SKU-level meta field updates (all product types)
- Category meta_title and meta_description writes
- CMS page title and meta description updates
- Rollback restores the exact previous field value from the apply log
- Extensible — custom appliers register via DI pool
Requirements
- Magento 2.4.4+ · PHP 8.1+
toweringmedia/module-search-intelligence-core- Typically paired with the Opportunity Optimizer and LLM Provider