Disabling the Extension
Temporarily Disable
To temporarily disable the extension, please follow these steps:
- Log in to the SSH console on your server and navigate to the root directory of the Magento 2 store.
- 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
- Log in to the Magento backend and refresh the store's cache (if enabled).
Extension Removing
To uninstall the extension, please follow these steps:
- Log in to the SSH console on your server and navigate to the root directory of the Magento 2 store.
-
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
- Log in to the Magento backend and refresh the store cache (if enabled).