magefan / module-html-sitemap

magefan/module-html-sitemap

HTML Sitemap extension for Magento 2

  • Magefan
magento2-module Compatibility: 2.4.7 Code Quality: Fail Tests: N/A Security: Pass proprietary

Magento 2 HTML Sitemap Extension by Magefan

Total Downloads
Latest Stable Version

support-ukraine.png

made_in_ukraine.jpg icon-sitemap.webp

Magento 2 HTML Sitemap Extension Free is a solution that helps you to generate a unique HTML sitemap for your store and gather all of your store pages links in one place. It improves website navigation and makes indexing faster and easier.

download-magefan-extensions.pngmagefan-live-demo.pngmagefan-seo.png

Requirements

  • Magento Community 2.3.0-2.4.x (CE, EE, ECE, B2B)
  • Magefan Community Extension >= v2.1.20. Please install this extension first if you use installation via FTP.
  • Note that the extension is free only for the Magento Community (Open Source) Edition. For Magento EE, ECE, and B2B you need to purchase the license at magefan.com.

Benefits

  • Faster website indexation
  • Improved store navigation
  • Better customer experience

Features

Unique HTML Sitemap Page

If customers don’t find what they’re looking for they leave your website with no promise of coming back. This proves that search and website navigation is important for your business and customer satisfaction. Magento 2 HTML Sitemap extension allows you to generate a unique HTM sitemap page with all of the links to different store pages: products, categories, CMS pages or any other pages on your store. It not only improves navigation for customers but makes it easier for search crawlers to understand the structure of your store.

magento-seo-sitemap_1.webp

Exclude Pages from HTML Sitemap

Not all pages of your store are equally “popular” or visited. Some are not predetermined to be visited. To hide those pages from sitemap, HTML Sitemap Extension for Magento offers you the “Exclude” or “Hide” options. You just need to enter the links of the pages you don’t want to add to the sitemap and people won’t be able to navigate them from the HTML Sitemap storefront page.

exclude-pages-from-html-sitemap_1.webp

HTML Sitemap Block Sorting Order

To define more important pages (so they can be indexed and crawled faster), you can set the sort order for the page blocks. With the Magento 2 HTML Sitemap Extension, you can set product or category pages to be displayed at the top of the HTML Sitemap, and the other of them lower down the page correspondingly. It is up to you to specify what is more important to your customers.

html-sitemap-blocks-sort-order_1.webp

Sitemap Search Engine Optimization

Since the HTML Sitemap page is displayed on the storefront as any other page of your store, it needs a meta title and description. It helps your store visitors, customers, and search engines better understand what the page is about.

html-sitemap-page-metadata_1.webp

Demo

Try out our open demo and if you like our extension please give us some star on Github ★

Storefront Demo Admin Panel Demo
Magneto 2 HTML Extension Storefront Demo Magneto 2 HTML Extension Admin Panel Demo
view view

Support

If you have any issues, please contact us
then if you still need help, open a bug report in GitHub's
issue tracker.

Need More Features?

Please contact us to get a quote
https://magefan.com/contact

License

The code is licensed under EULA.

Documentation

General

Magento 2 Extensions by Magefan

Magento 2 Google Extensions

Magento 2 SEO Extensions

Magento 2 Speed Optimization Extensions

Magento 2 Admin Panel Extensions

Magento 2 Blog Extensions

Magento 2 Marketing Automation Extensions

Magento 2 Cart Extensions

Magento 2 Multi-Language Extensions

Developers Tools

Shopify Apps by Magefan

No changelog yet

The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.

Versions
Version Stability QA Status Compatibility Released
2.3.0 stable Fail Magento 2.4.7 Details 2025-02-28 12:56:54
2.2.3 stable Not tested Not yet tested Details 2024-09-23 09:28:31
2.2.2 stable Not tested Not yet tested Details 2024-06-17 12:42:07
2.2.1 stable Not tested Not yet tested Details 2024-05-23 11:48:25
2.2.0 stable Not tested Not yet tested Details 2024-05-20 12:38:39
2.1.3 stable Not tested Not yet tested Details 2023-10-17 08:33:24
2.1.2 stable Not tested Not yet tested Details 2023-10-12 11:28:57
2.1.1 stable Not tested Not yet tested Details 2023-05-01 14:32:43
2.1.0 stable Not tested Not yet tested Details 2023-02-24 11:30:36
2.0.5 stable Not tested Not yet tested Details 2022-11-23 14:19:12
2.0.4 stable Not tested Not yet tested Details 2022-07-19 14:09:57
2.0.3 stable Not tested Not yet tested Details 2022-04-15 15:53:25
2.0.2 stable Not tested Not yet tested Details 2022-04-13 17:13:17
2.0.1 stable Not tested Not yet tested Details 2022-04-04 11:28:26
2.0.0 stable Not tested Not yet tested Details 2022-03-09 07:50:54

Requires 1

Package Constraint
magefan/module-community >=2.2.7

Compatibility

Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.

Compatibility matrix (Magento × PHP)
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 Pass Pass
2.4.8 Pass Fail di error
2.4.9 Fail di error Fail di error

Code Quality

Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge. A phpcs finding can't make a module incompatible.

Static analysis

Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.

Static analysis results
Tool Status Findings Summary
PHPCS Fail 25 3 errors, 22 warnings (ruleset: Magento2)
PHPMD Warning 18 18 rule violations (IfStatementAssignment:13, UnusedFormalParameter:4, UnusedLocalVariable:1)
Cpd Pass 0
Composer validate Info 2 valid; 2 advisory notes (composer validate --strict)

PHPStan

Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 50 50
2.4.8 59 59
2.4.9 59 59

Tests

Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.

Unit tests

Unit tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Integration tests

Integration tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Security

Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.

Security results
Tool Status Findings Summary
Composer audit Pass 0
Malware scan Pass 0
License
proprietary
Authors

More from magefan

View vendor
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.