PHPackages                             etechflow/module-seo-audit - 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-seo-audit

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

etechflow/module-seo-audit
==========================

On-demand SEO health audit + score for Magento 2: scans products, categories and CMS for meta/content/link/schema issues and links each to the fix. Part of the Etechflow SEO Suite.

1.6.1(1mo ago)0111proprietaryPHPPHP ~8.1.0||~8.2.0||~8.3.0||~8.4.0

Since Jun 5Pushed 3w agoCompare

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

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

Etechflow\_SeoAudit
===================

[](#etechflow_seoaudit)

On-demand **SEO health audit + score** for Magento 2. Scans your products, categories and CMS pages for SEO problems, gives the store a **0-100 health score**, and lists every issue in an admin grid — each one tagged with the **suite module that fixes it**. Part of the **Etechflow SEO Suite**.

What it checks
--------------

[](#what-it-checks)

AreaChecks**Meta**products/categories/CMS missing meta title or description, **duplicate** meta titles **or descriptions**, meta titles/descriptions too short/long**Content**thin or missing product descriptions, products with no base image, and (rendered) pages whose **main image has no alt text** or with a **missing/duplicate H1****Links**logged **404s** and **redirect chains** (via Etechflow\_RedirectManager — soft dependency)**Canonical****rendered-HTML** check on a sample of product pages: missing canonical, duplicate canonical tags, or a canonical that **points to a URL which redirects (301/302) or 404s** — the kind of render-time fault data-only checks can't see**Indexability****rendered-HTML** checks for pages quietly lost from Google: live (200) pages returning **noindex** (robots meta or `X-Robots-Tag`), live catalogue URLs **blocked by robots.txt**, and **dead/redirecting URLs listed in the XML sitemap** (plus a sitemap not referenced in robots.txt)**Social****rendered-HTML** check: product pages missing **Open Graph / Twitter Card** tags (how links look when shared), or an `og:url` on a **different domain** than the store (catches dev/staging-domain leakage after a domain swap)**Schema****rendered-HTML** check: product pages with **no Product JSON-LD** structured data (Google's preferred format for rich results — price, availability, ratings). Handles `@graph` and arraysEach check is a small class implementing `Api\CheckInterface`, registered into the scanner pool in `etc/di.xml` — so you can add your own checks without touching core.

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

[](#how-it-works)

- **Scanner** runs every registered check (most are fast, SQL-backed; the canonical and indexability checks fetch a sample of rendered pages over HTTP via the shared `Service\HtmlFetcher`), replaces the issue table with fresh findings, and stores a summary (score + counts) via `FlagManager`.
- **Rendered-HTML checks** read live pages, so for origins behind Varnish / basic-auth / an edge gate they can fetch an internal endpoint instead of the public URL. Configure once under **Stores → Config → Etechflow → SEO Audit → Page Fetch** (sample size, optional *fetch base URL* + *basic auth*; the store domain is sent as the `Host` header). Each rendered group (Canonical, Indexability) has its own enable toggle.
- **ScoreCalculator** turns issue counts into a transparent 0-100 score: `penalty = critical×3 + warning×1 + notice×0.3`, normalised against the number of products + categories + CMS pages.
- **Admin dashboard** (Content → SEO Audit) shows the score, a severity/area breakdown, a **Run SEO Scan Now** button, and the full issue grid. Each row links to the entity and names the **Fix with** module.
- **CLI**: `bin/magento etechflow:seoaudit:scan`.

The suite hook
--------------

[](#the-suite-hook)

The audit is the *finder*; the rest of the Etechflow SEO Suite is the *fixer*. Findings point at the tool that resolves them:

- Missing / duplicate / poor meta → **Etechflow\_MetaTemplates** or **Etechflow\_AiSeo**
- 404s &amp; redirect chains → **Etechflow\_RedirectManager**
- Canonical pointing at a redirect / duplicate / missing → **Etechflow\_CanonicalHreflang**
- Pages hidden from Google (noindex / robots.txt) → review robots directives; sitemap hygiene → core sitemap config
- (Structured-data gaps → **Etechflow\_RichSnippets**)

Install
-------

[](#install)

```
composer require etechflow/module-seo-audit
bin/magento module:enable Etechflow_SeoAudit
bin/magento setup:upgrade
bin/magento setup:di:compile     # production
```

Configure
---------

[](#configure)

**Stores → Configuration → Etechflow → SEO Audit** — tune the meta-title/description length thresholds and the thin-description cutoff. Then **Content → SEO Audit → Run SEO Scan Now**.

License
-------

[](#license)

Proprietary — © eTechFlow.

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance95

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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 ~8 days

Total

3

Last Release

32d 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 (6 commits)")[![ahmed21-rg](https://avatars.githubusercontent.com/u/185612486?v=4)](https://github.com/ahmed21-rg "ahmed21-rg (1 commits)")

### Embed Badge

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

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

###  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)
