PHPackages                             e-conomix/magento-module-yoastseo - 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. e-conomix/magento-module-yoastseo

ActiveMagento2-module

e-conomix/magento-module-yoastseo
=================================

Yoast SEO integration by MaxServ

2.0.7(1y ago)016.9k↓38.5%3GPL-3.0PHP

Since Nov 10Pushed 11mo ago6 watchersCompare

[ Source](https://github.com/e-conomix/Yoast-SEO-for-Magento2)[ Packagist](https://packagist.org/packages/e-conomix/magento-module-yoastseo)[ RSS](/packages/e-conomix-magento-module-yoastseo/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (35)Used By (0)

Yoast SEO for Magento 2 (by MaxServ)
====================================

[](#yoast-seo-for-magento-2-by-maxserv)

- [Introduction](#introduction)
- [Features](#features)
- [Requirements](#requirements)
- [Installation](#installation)
- [Configuration](#configuration)
- [Analysis Templates](#analysis-templates)

Introduction
------------

[](#introduction)

We have developed this advanced SEO module in close cooperation with YOAST inc. It incorporates the YOAST library into Magento2.

Requirements
------------

[](#requirements)

Magento 2.2.\* OpenSource. This version of the module has not (yet) been tested on Magento 2 Commerce or Magento 2 Cloud editions.

Features
--------

[](#features)

### Proper meta tags

[](#proper-meta-tags)

- ld+json schema data which identifies the page
    - Home page: [Company](https://schema.org/Corporation) and [Website](https://schema.org/WebSite)
    - Product pages: [Product](https://schema.org/Product)
    - SiteLink Search Box [read more](https://developers.google.com/search/docs/guides/enhance-site#add-a-sitelinks-searchbox-for-your-site)
- canonical url tag
- OpenGraph data
- Facebook configuration data (app id, admin ids)
- Twitter card data

### Live SEO analysis from within the edit forms

[](#live-seo-analysis-from-within-the-edit-forms)

When you open an edit form, you'll notice that the default 'Search Engine Optimisation' section has been changed to 'YoastSEO'. Inside this section we have added a live analysis tool. This tool runs a whole battery of tests on your content and shows you the results. Results marked with a green status light are OK, orange means you might want to have a look, while red indicates a problem that you should try to fix immediately.

You'll find the analyis tool in the edit forms of these entities:

- Categories
- Products
- CMS Pages

### Customize analysis templates

[](#customize-analysis-templates)

If you have custom attributes which contain content, we've got you covered. You can edit the analysis templates to include you own custom attributes. Read more on how to configure analysis templates [here](#analysis-templates).

### Create redirects for deleted products

[](#create-redirects-for-deleted-products)

Normally a product URL will generate a 404 page after you delete the product. Now you can configure what should happen yourself. Choose between redirecting to the product's category page, a fixed category page or a CMS page of your choice. Or, if you want, you can choose not to create redirects.

Installation
------------

[](#installation)

This module can be installed using composer.

### Packagist

[](#packagist)

If you have access to packagist (and by default you do), all you need to do is run this require statement.

```
composer require maxserv/magento-module-yoastseo
```

### GitHub

[](#github)

If you do not have access to packagist, you need to add our GitHub repository to your composer configuration before you can require this module:

```
composer config repositories.yoastseo git https://github.com/Yoast/Yoast-SEO-for-Magento2
composer require maxserv/magento-module-yoastseo
```

### Download

[](#download)

If for some reason you can't use composer then please follow these steps:

1. Browse to the releases section on our [GitHub page](https://github.com/Yoast/magento-seo/releases)
2. Download the latest release in zip or tar format
3. Create a directory in your project: `app/code/MaxServ/YoastSeo`
4. Unpack the package into that directory

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

[](#configuration)

You can find the configuration by navigating to Stores -&gt; Configuration in the main menu. In the configuration sections select 'YoastSEO' and then click on 'SEO Settings'.

Analysis templates
------------------

[](#analysis-templates)

You can find the analysis templates by navigating to Marketing -&gt; YoastSEO -&gt; Analysis Templates using the main menu.

### Template format

[](#template-format)

The template consists of plain HTML and placeholders for attributes. Placeholders are defined with double handlebars:

```
{{[ reader=''][ provider=''][ default='']}}

```

PartPossible values``Any valid attribute code (with some exceptions)```text`,`wysiwyg`,`cms_block`,`category_landing_page````product_images```Any valueAt least one of ``, `` or `` must be configured.

### Readers

[](#readers)

#### Text

[](#text)

The text reader returns the literal value of the input field component. The value will not be processed.

#### Wysiwyg

[](#wysiwyg)

The value of the input field component will be rendered using frontend rendering. This ensures that any placeholders (e.g. widget placeholders) in the content will be expanded before analysis.

#### CMS Block

[](#cms-block)

The value of the the input field component should be the numerical identifier of a CMS block. If it is, the CMS block will be rendered using frontend rendering.

#### Category Landing Page

[](#category-landing-page)

Can only be used in category forms, and will only render anything if the category display mode has been set to either 'Static block only' or 'Static block and products'. If this is the case, this reader will pull content from the 'Add CMS Block' field in the 'Content' section of the category form.

### Providers

[](#providers)

Use a provider in conjunction with a nonexistent attribute code to provide data to the template processor which can not be read from other form fields. A provider should return plain HTML which requires no more processing.

#### Product Images

[](#product-images)

The product images provider reads the product media gallery and renders the images as `` tags.

### Template processing

[](#template-processing)

For each placeholder, the template processor will try to retrieve content based on the placeholder configuration. The following steps are treated in an `if, else if, else if, else` manner

- If a form input component can be found based on the attribute code, **and** a reader has been defined, the template processor will instruct the reader to process the input component's value.
- If a form input component can be found based on the attribute code, the input component's value is returned.
- If a form input component could exist but doesn't exist yet (JIT fieldset rendering), **and** the entity already had a value for that attribute code, then that value is returned.
- If a provider has been configured, the provider is instructed to return a value. The attribute code does not have to exist.
- If the placeholder has a default value configured, the default value is returned. The attribute code does not have to exist.
- A blank value is returned.

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance44

Moderate activity, may be stable

Popularity27

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~101 days

Recently: every ~548 days

Total

29

Last Release

630d ago

Major Versions

0.5.1 → v1.0-rc22017-05-05

1.1.2 → 2.0.0-rc.12018-04-20

PHP version history (2 changes)0.1.0PHP ~5.6.0|7.0.2|~7.0.6

1.1.2PHP ~5.6.0|7.0.2|~7.0.6|~7.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d56febfba4f5d551b02c43b8da5f99c7027f24f0f070f3a2a48b03cdb0e8b75?d=identicon)[e-conomix](/maintainers/e-conomix)

---

Top Contributors

[![vincenthornikx](https://avatars.githubusercontent.com/u/12030933?v=4)](https://github.com/vincenthornikx "vincenthornikx (23 commits)")[![rosenberger-e-conomix](https://avatars.githubusercontent.com/u/47806105?v=4)](https://github.com/rosenberger-e-conomix "rosenberger-e-conomix (9 commits)")[![Daviot](https://avatars.githubusercontent.com/u/536823?v=4)](https://github.com/Daviot "Daviot (7 commits)")[![rflatti](https://avatars.githubusercontent.com/u/143484201?v=4)](https://github.com/rflatti "rflatti (5 commits)")[![brosenberger](https://avatars.githubusercontent.com/u/2969243?v=4)](https://github.com/brosenberger "brosenberger (5 commits)")[![rmeeuwissen](https://avatars.githubusercontent.com/u/7459170?v=4)](https://github.com/rmeeuwissen "rmeeuwissen (4 commits)")[![lukvdborne](https://avatars.githubusercontent.com/u/2690390?v=4)](https://github.com/lukvdborne "lukvdborne (3 commits)")[![LisanneKluitmans](https://avatars.githubusercontent.com/u/36955045?v=4)](https://github.com/LisanneKluitmans "LisanneKluitmans (2 commits)")[![Tjitse-E](https://avatars.githubusercontent.com/u/14849044?v=4)](https://github.com/Tjitse-E "Tjitse-E (2 commits)")[![omarreiss](https://avatars.githubusercontent.com/u/1488816?v=4)](https://github.com/omarreiss "omarreiss (1 commits)")[![dawidudziela](https://avatars.githubusercontent.com/u/1632175?v=4)](https://github.com/dawidudziela "dawidudziela (1 commits)")[![avoelkl](https://avatars.githubusercontent.com/u/1798594?v=4)](https://github.com/avoelkl "avoelkl (1 commits)")[![renevogl](https://avatars.githubusercontent.com/u/17851970?v=4)](https://github.com/renevogl "renevogl (1 commits)")

### Embed Badge

![Health badge](/badges/e-conomix-magento-module-yoastseo/health.svg)

```
[![Health](https://phpackages.com/badges/e-conomix-magento-module-yoastseo/health.svg)](https://phpackages.com/packages/e-conomix-magento-module-yoastseo)
```

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[fastly/magento2

Fastly CDN Module for Magento 2.4.x

1564.2M1](/packages/fastly-magento2)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50374.2k18](/packages/dotdigital-dotdigital-magento2-extension)[swissup/module-search-mysql-legacy

Legacy mysql search for magento 2.4

10483.0k](/packages/swissup-module-search-mysql-legacy)[lizardmedia/module-varnish-warmer

Varnish Cache Warmer Magento2 module by Lizard Media

6276.8k](/packages/lizardmedia-module-varnish-warmer)[mage-os/module-inventory-reservations-grid

Add a grid with the list of inventory reservations.

126.8k](/packages/mage-os-module-inventory-reservations-grid)

PHPackages © 2026

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