Advanced Seo Suite
v2.9.14

Disabling the Extension

Temporarily Disable

To temporarily disable the extension, please follow these steps:

  1. Log in to the SSH console on your server and navigate to the root directory of the Magento 2 store.
  2. 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

    Note

    If you have the Hyva theme, run:

          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 and refresh the store's cache (if enabled).

Extension Removing

To uninstall the extension, please follow these steps:

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

        composer remove mirasvit/module-seo

    Note

    If you have the Hyva theme, run:

        composer remove mirasvit/module-seo hyva-themes/magento2-mirasvit-seo

  3. Log in to the Magento backend and refresh the store cache (if enabled).