Table of Contents

Search Intelligence Core for Magento 2 User Guide

For a shopper-friendly overview of features and setup, see the Magento 2 Search Intelligence Core User Guide - SEO Operations Dashboard on the storefront. This wiki page remains the full technical documentation.

Extension context

This is a Toweringmedia Magento 2 extension guide for the current admin extension catalog.

Product page

Overview

Search Intelligence Core is the hub of the Towering Media SEO suite. On its own it provides the dashboard, the SEO agent console, the advisory and opportunity queues, and the change-set approval workflow. It does not pull data or apply changes by itself — the connectors (GSC, GA4, DataForSEO, Google Ads) supply data, and the appliers (Magento SEO, Opportunity Optimizer) propose and apply changes. Everything is approval-gated.

What this extension does

Requirements

Installation

Install and validate in a staging environment before production rollout.

cd /path/to/magento
composer require toweringmedia/module-search-intelligence-core
 
bin/magento module:enable Toweringmedia_SearchIntelligenceCore
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
bin/magento cache:flush

Currently published versions at the time of writing:

Toweringmedia packages are served from the licensed Composer repository https://composer.toweringmedia.com/. If Composer reports that the package could not be found, your credentials are missing or the license does not cover this package yet. Retrieve your keys from My Account on toweringmedia.com, or contact support@toweringmedia.com.

General installation notes that apply to every Toweringmedia extension are in the installation guide.

Configuration

Basic usage and what to expect

  1. Configure AI Core, then set the LLM budget and API spend caps in Core Settings before running anything. These caps are what stop an unattended run from spending more than you intend.
  2. Install at least one connector so Core has real data to work from.
  3. Review proposals in Advisory Queue and Opportunity Review; nothing is applied to the store until a change set is approved.

Notes and limitations

Validation checklist

Troubleshooting

Support