Download the PHP package rapidez/mirasvit-advanced-seo-suite without Composer
On this page you can find all versions of the php package rapidez/mirasvit-advanced-seo-suite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rapidez/mirasvit-advanced-seo-suite
More information about rapidez/mirasvit-advanced-seo-suite
Files in rapidez/mirasvit-advanced-seo-suite
Package mirasvit-advanced-seo-suite
Short Description Rapidez Mirasvit Advanced SEO Suite
License GPL-3.0
Homepage https://rapidez.io
Informations about the package mirasvit-advanced-seo-suite
Mirasvit Advanced SEO Suite
Requirements
You need to have the Mirasvit Advanced SEO Suite module installed and configured within your Magento 2 installation.
Installation
Redirects
To enable the redirects you've to add the middleware the web
middleware group in your app/Http/Kernel.php
Note: Wildcards within redirects are currenlty not supported!
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):
Or create an accessor on the models for the meta title and description.
Autolinks
Use Rapidez\MirasvitAdvancedSeoSuite\Models\Autolink::replace($description)
where you want the autolinks for example on CMS pages, product- and category descriptions.
Note
Currently only the redirects, templates and autolinks are partly implemented.
License
GNU General Public License v3. Please see License File for more information.
All versions of mirasvit-advanced-seo-suite with dependencies
illuminate/database Version ^9.0|^10.0|^11.0
illuminate/support Version ^9.0|^10.0|^11.0
illuminate/view Version ^9.0|^10.0|^11.0
rapidez/core Version ~0.55|^1.0|^2.0