ph2m/remove-home-from-sitemap

A Magento 2 module that removes home from sitemap

1.0.1 2018-09-03 12:13 UTC

This package is auto-updated.

Last update: 2024-04-06 08:58:31 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