ph2m/remove-home-from-sitemap

A Magento 2 module that removes home from sitemap


Keywords
magento2, magento2-extension
Licenses
OSL-3.0/AFL-3.0

Documentation

Description

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