ph2m / remove-home-from-sitemap
A Magento 2 module that removes home from sitemap
Installs: 256
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: *
- magento/framework: *
This package is auto-updated.
Last update: 2024-11-06 10:05:57 UTC
README
This module remove the home
URL from the home page to have only https://www.yoursite.com/
instead of https://www.yoursite.com/home
.
Installation
Go to your Magento 2 folder.
composer require ph2m/remove-home-from-sitemap
php bin/magento module:enable PH2M_RemoveHomeFromSitemap
php bin/magento setup:upgrade