PHPackages                             etechflow/module-ai-seo - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. etechflow/module-ai-seo

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

etechflow/module-ai-seo
=======================

AI-generated SEO meta titles and descriptions for Magento 2 products and categories.

1.1.2(1mo ago)0111proprietaryPHPPHP ~8.1.0||~8.2.0||~8.3.0||~8.4.0CI passing

Since Jun 5Pushed 3w agoCompare

[ Source](https://github.com/etechflow/Etech-AI-SEO)[ Packagist](https://packagist.org/packages/etechflow/module-ai-seo)[ RSS](/packages/etechflow-module-ai-seo/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (10)Versions (5)Used By (1)

Etechflow\_AiSeo
================

[](#etechflow_aiseo)

AI-generated **SEO meta titles &amp; descriptions** for Magento 2 / Adobe Commerce products. Part of the Etechflow SEO Suite. Supports **Anthropic (Claude)** and **OpenAI (GPT)**.

Features
--------

[](#features)

- **Bulk generate** AI meta titles + descriptions straight from the **catalog product grid**— select products → *Generate AI Meta (Etechflow)*.
- **Review before publish** — suggestions land in an admin grid (current vs AI), where you Apply individually, mass-apply, or delete. Or flip **Auto-apply** to write them immediately.
- **Provider-agnostic** — Anthropic Messages API or OpenAI Chat Completions; pick the model.
- **Length-aware** — clamps to your configured meta title / description limits.
- **Brand voice** — a configurable tone/instruction is injected into every prompt.
- **Encrypted API key**, flag-gated master switch (off by default), CLI command for testing.

How it works
------------

[](#how-it-works)

`Service\AiClient` calls the LLM → `Service\MetaGenerator` builds the prompt from the product (name, SKU, description) and parses the JSON `{title, description}` → `Service\SuggestionProcessor`stores a reviewable suggestion and, on approval, writes `meta_title` / `meta_description` back to the product.

Where it lives
--------------

[](#where-it-lives)

- **Catalog → Products** → mass action **"Generate AI Meta (Etechflow)"**
- **Marketing → AI SEO → AI SEO Suggestions** — review &amp; apply
- **Stores → Configuration → Etechflow → AI SEO** — provider, key, model, lengths, tone

Configuration
-------------

[](#configuration)

PathDefaultNotes`etechflow_aiseo/general/enabled``0`Master switch`etechflow_aiseo/general/provider``anthropic``anthropic` or `openai``etechflow_aiseo/general/model``claude-sonnet-4-6`e.g. `gpt-4o-mini` for OpenAI`etechflow_aiseo/general/api_key`–Encrypted`etechflow_aiseo/general/auto_apply``0`Write straight to product vs review queue`etechflow_aiseo/output/title_max``60`Meta title char limit`etechflow_aiseo/output/description_max``160`Meta description char limit`etechflow_aiseo/output/brand_tone`–Tone/voice added to the promptCLI
---

[](#cli)

```
bin/magento etechflow:aiseo:generate --product-id=135
```

Notes
-----

[](#notes)

Grid mass-generation runs **synchronously** and is capped at 25 products per run (LLM calls take a few seconds each). For large catalogs, run in smaller batches (a queue/cron worker is on the roadmap).

Install
-------

[](#install)

```
bin/magento module:enable Etechflow_AiSeo
bin/magento setup:upgrade
bin/magento setup:static-content:deploy  -f --area frontend   # prod: setup:upgrade clears var/view_preprocessed
rm -rf generated/code/* generated/metadata/*
bin/magento setup:di:compile
bin/magento cache:flush
```

Tests
-----

[](#tests)

```
vendor/bin/phpunit -c dev/tests/unit/phpunit.xml.dist app/code/Etechflow/AiSeo/Test/Unit
```

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance94

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~3 days

Total

4

Last Release

39d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/72d596daffc1cbadfe809b006d2fc518e5ca32cdccca9485410d282898d07ba1?d=identicon)[etechflow0](/maintainers/etechflow0)

---

Top Contributors

[![ayeshanisar786](https://avatars.githubusercontent.com/u/106437953?v=4)](https://github.com/ayeshanisar786 "ayeshanisar786 (4 commits)")[![ahmed21-rg](https://avatars.githubusercontent.com/u/185612486?v=4)](https://github.com/ahmed21-rg "ahmed21-rg (3 commits)")[![ranawaqas45](https://avatars.githubusercontent.com/u/218998424?v=4)](https://github.com/ranawaqas45 "ranawaqas45 (1 commits)")

### Embed Badge

![Health badge](/badges/etechflow-module-ai-seo/health.svg)

```
[![Health](https://phpackages.com/badges/etechflow-module-ai-seo/health.svg)](https://phpackages.com/packages/etechflow-module-ai-seo)
```

###  Alternatives

[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68357.9k](/packages/run-as-root-magento2-prometheus-exporter)[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1011.8k26](/packages/loki-magento2-components)[angeo/module-llms-txt

Magento 2 module for AI Engine Optimization (AEO). Generates spec-compliant llms.txt and llms-full.txt per llmstxt.org standard, plus streaming JSONL for vector indexing. Multi-store, multi-website, CLI, cron, async admin UI, Page Builder-aware sanitization, customer-group pricing, atomic writes, ETag/Cache-Control, .md mirrors.

111.1k](/packages/angeo-module-llms-txt)[opengento/module-category-import-export

This module add the capability to import and export the categories from the back-office.

1310.9k2](/packages/opengento-module-category-import-export)[zwernemann/module-withdrawal

Magento 2 EU Withdrawal Button Module - Adds a withdrawal/revocation button for orders in compliance with EU Directive (EU) 2023/2673

256.0k2](/packages/zwernemann-module-withdrawal)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
