PHPackages                             rapidez/mirasvit-advanced-seo-suite - 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. rapidez/mirasvit-advanced-seo-suite

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rapidez/mirasvit-advanced-seo-suite
===================================

Rapidez Mirasvit Advanced SEO Suite

5.0.0(5mo ago)14.2k↓33.3%3GPL-3.0-or-laterPHPPHP ^8.0CI passing

Since Jun 30Pushed 5mo ago2 watchersCompare

[ Source](https://github.com/rapidez/mirasvit-advanced-seo-suite)[ Packagist](https://packagist.org/packages/rapidez/mirasvit-advanced-seo-suite)[ Docs](https://rapidez.io)[ RSS](/packages/rapidez-mirasvit-advanced-seo-suite/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (16)Used By (0)

Mirasvit Advanced SEO Suite
===========================

[](#mirasvit-advanced-seo-suite)

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

[](#requirements)

You need to have the [Mirasvit Advanced SEO Suite](https://mirasvit.com/magento-2-extensions/advanced-seo-suite.html) module installed and configured within your Magento 2 installation.

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

[](#installation)

```
composer require rapidez/mirasvit-advanced-seo-suite

```

### Redirects

[](#redirects)

To enable the redirects you've to add the middleware the `web` middleware group in your `app/Http/Kernel.php`

```
\Rapidez\MirasvitAdvancedSeoSuite\Http\Middleware\MirasvitSeoRedirects::class,

```

*Note: Wildcards within redirects are currenlty not supported!*

### Templates

[](#templates)

Just use `Template::content($model, $field)` as fallback. The first parameter is the model and the second the attribute. For example on the product page in `resources/views/vendor/rapidez/product/overview.blade.php` ([make sure you've published the views](https://docs.rapidez.io/0.x/theming.html#views)):

```
@section('title', $product->meta_title ?: Rapidez\MirasvitAdvancedSeoSuite\Models\Template::content($product, 'meta_title'))
@section('description', $product->meta_description ?: Rapidez\MirasvitAdvancedSeoSuite\Models\Template::content($product, 'meta_description'))

```

Or create an [accessor](https://laravel.com/docs/master/eloquent-mutators#defining-an-accessor) on the models for the meta title and description.

### Autolinks

[](#autolinks)

Use `Rapidez\MirasvitAdvancedSeoSuite\Models\Autolink::replace($description)` where you want the autolinks for example on CMS pages, product- and category descriptions.

Note
----

[](#note)

Currently only the redirects, templates and autolinks are partly implemented.

License
-------

[](#license)

GNU General Public License v3. Please see [License File](LICENSE) for more information.

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance72

Regular maintenance activity

Popularity25

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 51.2% 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 ~116 days

Recently: every ~160 days

Total

15

Last Release

159d ago

Major Versions

0.4.1 → 1.0.02024-03-05

1.1.0 → 3.0.02025-01-21

3.0.0 → 4.0.02025-09-15

4.0.0 → 5.0.02025-12-10

PHP version history (5 changes)0.1.0PHP ^7.4

0.2.0PHP ^8.0|^8.1

0.3.0PHP ^8.0|^8.1|^8.2

1.1.0PHP ^8.0|^8.1|^8.2|^8.3

4.0.0PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/72222911?v=4)[Rapidez](/maintainers/rapidez)[@rapidez](https://github.com/rapidez)

---

Top Contributors

[![royduin](https://avatars.githubusercontent.com/u/1703233?v=4)](https://github.com/royduin "royduin (22 commits)")[![indykoning](https://avatars.githubusercontent.com/u/15870933?v=4)](https://github.com/indykoning "indykoning (5 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (4 commits)")[![BobWez98](https://avatars.githubusercontent.com/u/23509926?v=4)](https://github.com/BobWez98 "BobWez98 (3 commits)")[![Jade-GG](https://avatars.githubusercontent.com/u/32514269?v=4)](https://github.com/Jade-GG "Jade-GG (3 commits)")[![claudio-ferraro](https://avatars.githubusercontent.com/u/54107647?v=4)](https://github.com/claudio-ferraro "claudio-ferraro (3 commits)")[![VincentBean](https://avatars.githubusercontent.com/u/3906942?v=4)](https://github.com/VincentBean "VincentBean (1 commits)")[![quintenbuis](https://avatars.githubusercontent.com/u/36452184?v=4)](https://github.com/quintenbuis "quintenbuis (1 commits)")[![rbnmulder](https://avatars.githubusercontent.com/u/1227535?v=4)](https://github.com/rbnmulder "rbnmulder (1 commits)")

---

Tags

rapidez

### Embed Badge

![Health badge](/badges/rapidez-mirasvit-advanced-seo-suite/health.svg)

```
[![Health](https://phpackages.com/badges/rapidez-mirasvit-advanced-seo-suite/health.svg)](https://phpackages.com/packages/rapidez-mirasvit-advanced-seo-suite)
```

PHPackages © 2026

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