grudado / module-seosuiteultimate
There is no license information available for the latest version (2.35.3) of this package.
2.35.3
2021-09-23 18:39 UTC
Requires
- mageworx/module-htmlsitemap: 2.4.2
- mageworx/module-info: >=1.0.0
- mageworx/module-seoall: 2.10.0
- mageworx/module-seobase: 2.13.2
- mageworx/module-seobreadcrumbs: 2.2.1
- mageworx/module-seocategorygrid: 2.1.0
- mageworx/module-seocrosslinks: 2.5.3
- mageworx/module-seoextended: 2.7.0
- mageworx/module-seomarkup: 2.8.2
- mageworx/module-seoredirects: 2.6.4
- mageworx/module-seoreports: 1.1.0
- mageworx/module-seourls: 2.4.2
- mageworx/module-seoxtemplates: 2.13.5
- mageworx/module-xmlsitemap: 3.3.5
This package is not auto-updated.
Last update: 2025-07-22 20:23:22 UTC
README
Upload the extension
Upload via Composer
- Log into Magento server (or switch to) as a user who has permissions to write to the Magento file system.
- Create a folder anywhere on your server (preferably not in the Magento install dir). When done, upload all extension zip packages in there.
- To use the folder created above as a packaging repository, add the run composer command:
composer config repositories.mageworx artifact {YOUR/ABSOLUTE/PATH/TO/EXTENSIONS/DIRECTORY}
For example:
composer config repositories.mageworx artifact /Users/mageworxuser/magento_extensions/mageworx/zip
This command add to your composer.json file this lines:
,
"mageworx": {
"type": "artifact",
"url": "/Users/mageworxuser/magento_extensions/mageworx/zip"
}
- Install the extension with Composer:
composer require mageworx/module-seosuiteultimate
Upload by copying code
- Log into Magento server (or switch to) as a user who has permissions to write to the Magento file system.
- Download the "Ready to paste" package from your customer's area, unzip it and upload the 'app' folder to your Magento install dir.
Enable the extension
- Log in to the Magento server as, or switch to, a user who has permissions to write to the Magento file system.
- Go to your Magento install dir:
cd <your Magento install dir>
Enable the module
Log into the Magento server (or switch to) as a user, who has permissions to write to the Magento file system. Go to your Magento install dir: cd
Enable the module:
php bin/magento module:enable MageWorx_SeoAll MageWorx_SeoBase MageWorx_SeoXTemplates \ MageWorx_SeoCrossLinks MageWorx_XmlSitemap MageWorx_HtmlSitemap MageWorx_SeoRedirects \ MageWorx_SeoMarkup MageWorx_SeoExtended MageWorx_SeoBreadcrumbs MageWorx_SeoUrls \ MageWorx_SeoCategoryGrid
And finally, update the database:
php bin/magento setup:upgrade php bin/magento cache:flush php bin/magento setup:static-content:deploy