sozodesign/magento2-module-sozo-remove-meta-keywords

Remove the redundant Meta Keywords from the site head output

v400.0.0 2023-06-22 06:26 UTC

This package is auto-updated.

Last update: 2024-04-22 08:24:20 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:

  1. Using Composer, run composer require sozodesign/magento2-module-sozo-remove-meta-keywords
  2. Run bin/magento setup:upgrade
  3. Run bin/magento setup:di:compile
  4. Run bin/magento setup:static-content:deploy
  5. Run bin/magento cache:flush