vendic / magento2-vuestorefront-xmlsitemap
Magento 2 sitemap.xml generator for VueStorefront
Installs: 24 481
Dependents: 0
Suggesters: 0
Security: 0
Stars: 13
Watchers: 5
Forks: 15
Open Issues: 7
Type:magento2-module
Requires
- php: ~7.1|~7.2
- evert/sitemap-php: ^1.2
- magento/magento2-base: ^2.2|^2.3
Requires (Dev)
- phpunit/phpunit: ^6.0
- tddwizard/magento2-fixtures: ^0.8
This package is auto-updated.
Last update: 2024-10-19 12:55:57 UTC
README
This modules generates a sitemap xml (via cron job, everyday at 00:00) for VueStorefront projects that are integrated with Magento 2. Also adds a cli command bin/magento vsf:sitemap:generate
to manually generate a sitemap. VueStorefront uses a special url structure, based on Magento 2 data:
Example category URL structure:
https://vuestorefronturl.com/urlkey-id
Example product URL structure:
https://vuestorefronturl.com/sku/urlkey
Example VueStorefront 1.9 category URL structure:
https://vuestorefronturl.com/urlpath
Example VueStorefront 1.9 product URL structure:
https://vuestorefronturl.com/urlkey
Support
Installation
composer require vendic/magento2-vuestorefront-xmlsitemap
Go to system configuration:
Stores > Configuration > Vendic > VueStorefront
And set your Vuestorefront homepage url.
Contributors
License
The MIT License (MIT). Please see License File for more information.
About Vendic
Vendic - Magento 2 develops technically challenging e-commerce websites using Magento 2. Feel free to check out our projects on our website.