The Sozo_RemoveMetaKeywords module removes the redundant <meta name="keywords">
tag from the head section of your Magento website.
This module should work with other modules that manipulate Magento for SEO purposes. The module has only been tested with Mirasvit SEO module so far.
To install the module on your Magento site follow these steps:
- Using Composer, run
composer require sozodesign/magento2-module-sozo-remove-meta-keywords
- Run
bin/magento setup:upgrade
- Run
bin/magento setup:di:compile
- Run
bin/magento setup:static-content:deploy
- Run
bin/magento cache:flush