Installation

Hyvä Themes compatibility
This extension is compatible with Hyvä Themes.

Prepare to install

Installation requires Marketplace module. It’s our module that registers our packages repository in composer.json file, saves its credentials to the auth.json file, automates a bunch of complex commands required to run prior and after module installation, and provides easy to use module installer.

composer require swissup/module-marketplace &&\
bin/magento setup:upgrade --safe-mode=1 &&\
bin/magento marketplace:channel:enable swissuplabs

You’ll be asked to activate your domain and enter your key. Get identity key(s) and activate the domain on the site where you’ve downloaded the product:

Install

When Marketplace module is installed you can proceed with installation in teminal:

composer require swissup/seo-suite &&\
bin/magento setup:upgrade --safe-mode=1 &&\
bin/magento setup:di:compile &&\
bin/magento setup:static-content:deploy -f 

If you are using the Hyvä Theme, you only need to install the compatibility module:

composer require swissup/hyva-seo-suite &&\
bin/magento setup:upgrade --safe-mode=1 &&\
bin/magento setup:di:compile &&\
bin/magento setup:static-content:deploy

Complete the installation

Login your store admin and enable extensions in magento configuration. Under section ‘Swissup SEO’ you can find all SEO related extensions.

Next up
Edit this Page