Table of Contents

Search Intelligence — Google Search Console Connector User Guide

For a shopper-friendly overview of features and setup, see the Magento 2 Google Search Console Connector User Guide 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

This connector brings Google Search Console data into Search Intelligence. It authenticates over OAuth, takes scheduled performance snapshots, supports live URL inspection, and can manage sitemap submission and indexing requests from the Magento admin.

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-gsc
 
bin/magento module:enable Toweringmedia_SearchIntelligenceGsc
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. Complete the OAuth connection and select the correct Search Console property — a mismatched property is the usual reason no data appears.
  2. Enable scheduled sync and wait for the first snapshot to populate.
  3. Use URL Inspection to confirm individual pages are indexed as expected.

Validation checklist

Troubleshooting

Support