Advanced Seo Suite
v2.8.4

Installation

How to install the extension

  1. Back up your store's database and web directory.
  2. Log in to the SSH console on your server and navigate to the root directory of the Magento 2 store.
  3. Copy installation instructions from the page My Downloadable Products to the SSH console and press ENTER.

  4. Enable the extension:
         php -f bin/magento module:enable -f Mirasvit_Core Mirasvit_Seo Mirasvit_SeoAutolink Mirasvit_SeoSitemap Mirasvit_SeoContent Mirasvit_SeoMarkup Mirasvit_SeoToolbar Mirasvit_SeoAudit

    If you are using native Magento Layered Navigation and there are no third-party Layered Navigation extensions installed on your store, you can also enable Mirasvit SeoFilter:

        php -f bin/magento module:enable Mirasvit_SeoFilter
  5. Install the extension:
        php -f bin/magento setup:upgrade
  6. Clean the cache:
        php -f bin/magento cache:clean
  7. Deploy static view files

        rm -rf pub/static/frontend/*; rm -rf pub/static/backend/*; rm -rf var/view_preprocessed/*;
        php -f bin/magento setup:static-content:deploy
  8. Set up a cron job for Magento.

    You can skip this step if you have already configured cron jobs for Magento 2 store, or you can check out this link for Magento documentation instructions in this regard.

Install the extension for Hyva

  1. Run the commands:

        composer config repositories.hyva-themes/magento2-mirasvit-seo git [email protected]/hyva-themes/hyva-compat/magento2-mirasvit-seo.git
        composer require hyva-themes/magento2-mirasvit-seo
  2. Enable installed Hyva modules:

        bin/magento module:enable Hyva_MirasvitSeo
  3. Update Magento database schema and data with the command:

        bin/magento setup:upgrade
  4. Compile the code of the installed extension:

        bin/magento setup:di:compile
  5. Run the command below to clean the cache:
        bin/magento cache:flush