Table of Contents

SEO Structured Data for Magento 2 User Guide

For a shopper-friendly overview of features and setup, see the Magento 2 SEO Structured Data User Guide - JSON-LD 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 extension outputs JSON-LD structured data across the Magento 2 storefront so search engines can read your organization, website, product, and merchant listing information correctly. It covers the merchant listing and product identifier fields that Google Merchant Center and rich results depend on, and includes a preview screen for checking the generated schema before relying on it.

What this extension does

Requirements

Installation

Install and validate in a staging environment before production rollout.

cd /path/to/magento
composer require toweringmedia/module-seo-structured-data
 
bin/magento module:enable Toweringmedia_SeoStructuredData
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. Fill in the organization, website, and social groups first — these describe the business and are reused across schema types.
  2. Map your product identifier attributes in the identifiers group so GTIN, MPN, and brand emit correctly.
  3. Use Schema Preview, then validate a live product URL with Google's Rich Results Test before considering it done.

Notes and limitations

Validation checklist

Troubleshooting

Support