sozodesign / magento2-module-sozo-remove-meta-keywords
Remove the redundant Meta Keywords from the site head output
Installs: 214
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: >=103.0.3
This package is auto-updated.
Last update: 2024-10-22 09:25:59 UTC
README
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.
Installation details
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