Skip to main content

How to disable the extension

Temporarily disable

To temporarily disable the extension, follow these steps:

  1. Log in to the SSH console of your server and navigate to the root directory of your Magento 2 store.

  2. Run the following command to disable the extension:

    php -f bin/magento module:disable Mirasvit_Seo Mirasvit_SeoFilter Mirasvit_SeoAutolink Mirasvit_SeoSitemap Mirasvit_SeoContent Mirasvit_SeoMarkup Mirasvit_SeoToolbar Mirasvit_SeoAudit Mirasvit_SeoAi

    If you have Hyvä theme, use this command:

    php -f bin/magento module:disable -f Mirasvit_Seo Mirasvit_SeoAutolink Mirasvit_SeoSitemap Mirasvit_SeoContent Mirasvit_SeoMarkup Mirasvit_SeoToolbar Mirasvit_SeoAudit Mirasvit_SeoAi Hyva_MirasvitSeo
  3. Log in to the Magento backend, refresh the store cache (if enabled), and deploy the static view files.

Extension removal

To uninstall the extension, follow these steps:

  1. Log in to the SSH console of your server and navigate to the root directory of your Magento 2 store.

  2. Run the following command to remove the extension:

    composer remove mirasvit/module-seo

    If you have Hyvä theme, use this command:

    composer remove mirasvit/module-seo hyva-themes/magento2-mirasvit-seo
  3. Log in to the Magento backend, refresh the store cache (if enabled), and deploy the static view files.