How to disable the extension
Temporarily disable
To temporarily disable the extension, follow these steps:
-
Log in to the SSH console of your server and navigate to the root directory of your Magento 2 store.
-
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 Mirasvit_SeoGraphQlMirasvit_SeoGraphQl provides the GraphQl query and ships with the extension. To keep the extension but switch its GraphQl query off, disable that module alone:
php -f bin/magento module:disable Mirasvit_SeoGraphQlThere is no separate module to disable for Hyvä. Its templates live in the extension's own modules and stay dormant on a Luma store.
-
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:
-
Log in to the SSH console of your server and navigate to the root directory of your Magento 2 store.
-
Run the following command to remove the extension:
composer remove mirasvit/module-seoThis removes the GraphQl query and the Hyvä templates with it. From version 2.13.0 they are part of the same package.
-
Log in to the Magento backend, refresh the store cache (if enabled), and deploy the static view files.