ph2m/remove-home-from-sitemap

一个移除首页从网站地图的 Magento 2 模块

1.0.1 2018-09-03 12:13 UTC

This package is auto-updated.

Last update: 2024-09-06 09:53:15 UTC


README

此模块将从首页移除 home URL,以便仅保留 https://www.yoursite.com/ 而不是 https://www.yoursite.com/home

安装

前往您的 Magento 2 文件夹。

composer require ph2m/remove-home-from-sitemap
php bin/magento module:enable PH2M_RemoveHomeFromSitemap
php bin/magento setup:upgrade