PHPackages                             etechflow/module-meta-templates - 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-meta-templates

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

etechflow/module-meta-templates
===============================

Rule-based meta title/description/keywords templates with variables for Magento 2.

1.0.6(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-Meta-Templates)[ Packagist](https://packagist.org/packages/etechflow/module-meta-templates)[ RSS](/packages/etechflow-module-meta-templates/feed)WikiDiscussions main Synced 1w ago

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

Etechflow\_MetaTemplates
========================

[](#etechflow_metatemplates)

Rule-based **meta title / meta description / meta keywords** templates for Magento 2, with `{{variable}}` placeholders resolved per page at render time. Part of the **Etechflow SEO Suite**.

Define a rule once (e.g. `{{product.name}} | Buy at {{store.name}}`) and it applies across every matching product, category, or CMS page — no per-product editing.

Features
--------

[](#features)

- **Template rules** for `product`, `category`, and `cms_page` pages.
- **`{{object.attribute}}` variables** with optional fallback: `{{product.brand|Genuine Part}}`.
- **Any attribute** is available — `{{product.color}}`, `{{product.}}`, dropdown labels resolved automatically.
- **Scoping**: per store view + optional "limit to category ID" for product rules.
- **Priority**: highest-priority matching rule wins.
- **Two modes**: *Fill empty* (never overwrites meta a product/category already has) or *Override* (always applies).
- **Title-safe**: applies the title via an `afterGet` plugin so it wins even when another extension also sets it.
- Admin grid + add/edit form under **Marketing → Meta Templates**. Master switch + mode under **Stores → Configuration → Etechflow → Meta Templates**.

Variables
---------

[](#variables)

ObjectVariablesProduct`{{product.name}}`, `{{product.sku}}`, `{{product.price}}`, `{{product.category}}` (deepest), `{{product.}}`Category`{{category.name}}`, `{{category.description}}`, `{{category.}}`CMS`{{cms.title}}`Store`{{store.name}}`, `{{store.url}}`Fallback syntax: `{{variable|fallback text}}` — used when the variable resolves to empty.

Install
-------

[](#install)

```
composer require etechflow/module-meta-templates
bin/magento module:enable Etechflow_MetaTemplates
bin/magento setup:upgrade
bin/magento setup:di:compile      # production mode
```

Configure
---------

[](#configure)

1. **Stores → Configuration → Etechflow → Meta Templates** — set *Enable* = Yes and choose *Apply mode*.
2. **Marketing → Meta Templates** — *Add New Template*: name, applies-to, store view, optional category limit, priority, and the meta title / description / keywords templates.

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

[](#how-it-works)

- A frontend plugin on `Magento\Framework\View\Result\Page::renderResult` resolves the matching rule for the current page and sets the description + keywords via `PageConfig`.
- A second plugin on `Magento\Framework\View\Page\Title::get` returns the templated title at read time, so it is authoritative.
- `Service/VariableProcessor` performs the `{{...}}` substitution; `Service/MetaResolver` picks the matching rule (type + store + category + priority) and honours the fill-empty / override mode.

License
-------

[](#license)

Proprietary — © eTechFlow.

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance94

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.3% 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 ~1 days

Total

7

Last Release

39d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/etechflow-module-meta-templates/health.svg)

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

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