Complete SEO toolkit for Magento 2. Canonical URLs, hreflang, robots.txt editor, redirect manager, 404 tracking, and LLM sitemaps for AI engine visibility.
Every technical SEO feature a serious store needs — canonical URLs, hreflang, robots.txt editor, redirect manager, 404 tracking, and LLM sitemaps for AI engine visibility — in a single, well-architected module built for Magento 2.4.x.
Duplicate content is one of the most common and damaging SEO problems on Magento stores. SEO Suite gives you precise, granular control over every canonical tag across your entire catalogue.
/women/tops?color=52&size=M) generate thousands of near-duplicate URLs. SEO Suite strips all filter parameters from the canonical, pointing search engines at the clean category URL regardless of active filters./category/ and /category counts as two different URLs to search engines.For merchants running multiple store views across languages or regions, SEO Suite automatically generates correct hreflang alternate tags in every page <head> — no manual configuration per page required.
en_US) to BCP-47 hreflang values (e.g. en-US)x-default pointing at your chosen default store viewManage your robots.txt file directly from the Magento admin — no server access, no deployments required.
A production-grade 301/302 redirect system with three matching modes and a full admin grid — built for stores that need more than Magento's basic URL rewrites.
$1, $2 back-references in the target. Handles complex URL restructuring that no other match type can express.Every 404 that hits your store is automatically captured so you can find broken links and turn them into redirects before they damage your rankings.
Search is changing. ChatGPT, Perplexity, Google AI Overviews, Claude, and Gemini now answer shopping questions directly — and they cite sources. SEO Suite makes your store visible in those answers.
/llms.txt and /llms-full.txt following the llmstxt.org standard, making your store visible to AI engines such as ChatGPT, Perplexity, and Claude.Install via Composer after configuring your credentials. See your dashboard for your license key.
# 1. Add the repository to your project (one-time)
composer config repositories.ayasoftware composer https://www.ayasoftware.com/repo
# 2. Add your credentials to auth.json (one-time)
composer config --global http-basic.www.ayasoftware.com your@email.com YOUR_LICENSE_KEY
# 3. Require the extension
composer require ayasoftware/seo-suite
# 4. Enable and upgrade
bin/magento module:enable $(bin/magento module:status --enabled | tail -n +3)
bin/magento setup:upgrade
bin/magento cache:clean