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: 1

Forks: 0

Open Issues: 0

Type:magento2-module

pkg:composer/ph2m/remove-home-from-sitemap

1.0.1 2018-09-03 12:13 UTC

This package is auto-updated.

Last update: 2025-10-06 12:03:39 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