PHPackages                             etechflow/module-rich-snippets - 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-rich-snippets

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

etechflow/module-rich-snippets
==============================

Hyva-native rich snippets (schema.org JSON-LD) for Keystation/Lockstation.

1.2.1(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-Rich-Snippet-SEO)[ Packagist](https://packagist.org/packages/etechflow/module-rich-snippets)[ RSS](/packages/etechflow-module-rich-snippets/feed)WikiDiscussions main Synced 1w ago

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

Etechflow\_RichSnippets
=======================

[](#etechflow_richsnippets)

Hyvä-native structured-data module for Magento 2 / Adobe Commerce. Emits a single cross-linked schema.org **JSON-LD `@graph`** per page plus **OpenGraph + Twitter Card** meta. A leaner, self-owned alternative to Mirasvit\_SeoMarkup.

Schema coverage
---------------

[](#schema-coverage)

PageOutput (one `@graph` per page)Product`Product` / `ProductGroup` (+ `variesBy`/`hasVariant` for configurables) with tax-aware `Offer`/`AggregateOffer`, sale `UnitPriceSpecification`, `priceValidUntil`, `itemCondition`, payment/delivery methods, `AggregateRating` + `Review`, `BreadcrumbList`, `Organization`, `WebSite`Category / landingcurrent-page `ItemList` + `BreadcrumbList` + `Organization` + `WebSite`CMS + home`WebPage` + `Organization` + `WebSite`All pages`og:*` + `twitter:*` meta, and the `og:` head `prefix`Entities are linked by `@id` (e.g. `Offer.seller` and `WebSite.publisher` resolve to the single `Organization` node).

Architecture
------------

[](#architecture)

- **Block classes render via `_toHtml()`** (`Block/Product`, `Category`, `Cms`, `Meta`) returning the ``/`` string directly — **no `.phtml` templates**. This is deliberate: in production mode with HTML minification, new module templates require a preprocessed copy; rendering from PHP sidesteps that entirely.
- Schema-building logic lives in `ViewModel/*` (`Product`, `Category`, `CmsPage`, `Site`, `Breadcrumbs`, `OpenGraph`, `Config`) so it is unit-testable and reusable.
- Prices are tax-aware (honour `tax/display/type`) and use the active store currency.

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

[](#configuration)

**Stores → Configuration → Etechflow → Rich Snippets**

PathDefaultNotes`etechflow_richsnippets/general/enabled``0`Master switch. OFF = emits nothing (safe alongside another provider).`etechflow_richsnippets/product/enabled``1``etechflow_richsnippets/product/variants_enabled``1`ProductGroup for configurables`etechflow_richsnippets/product/{brand,mpn,gtin13,condition}_attribute`brand/sku/–/–Attribute-code overrides`etechflow_richsnippets/category/enabled``1``etechflow_richsnippets/opengraph/enabled``1`OpenGraph + Twitter`etechflow_richsnippets/cms/enabled``1`CMS + home WebPageInstall
-------

[](#install)

```
bin/magento module:enable Etechflow_RichSnippets
bin/magento setup:upgrade
rm -rf generated/code/* generated/metadata/*   # required: di:compile won't clean this itself
bin/magento setup:di:compile
bin/magento cache:flush
# then flip the master switch on:
bin/magento config:set etechflow_richsnippets/general/enabled 1
```

If replacing another provider (e.g. Mirasvit), disable its output first to avoid duplicate schema. To avoid a duplicate breadcrumb, suppress the theme's native breadcrumb JSON-LD (this module's breadcrumb is the full category path).

Tests
-----

[](#tests)

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

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

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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 ~6 days

Total

4

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

### Embed Badge

![Health badge](/badges/etechflow-module-rich-snippets/health.svg)

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

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