PHPackages                             mageworx/module-htmlsitemap-graph-ql - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. mageworx/module-htmlsitemap-graph-ql

ActiveMagento2-module[API Development](/categories/api)

mageworx/module-htmlsitemap-graph-ql
====================================

N/A

1.0.1(3mo ago)041.1k↓25%OSL-3.0PHP

Since Sep 22Pushed 3mo ago3 watchersCompare

[ Source](https://github.com/mageworx/MageWorx_HtmlSitemapGraphQl)[ Packagist](https://packagist.org/packages/mageworx/module-htmlsitemap-graph-ql)[ RSS](/packages/mageworx-module-htmlsitemap-graph-ql/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (5)Used By (0)

MageWorx\_HtmlSitemapGraphQl
============================

[](#mageworx_htmlsitemapgraphql)

GraphQL API module for Mageworx [Magento 2 SEO Suite Ultimate](https://www.mageworx.com/magento-2-seo-extension.html) extension.

Installation
------------

[](#installation)

**1) Copy-to-paste method**

- Download this module and upload it to the `app/code/MageWorx/HtmlSitemapGraphQl` directory *(create "HtmlSitemapGraphQl" first if missing)*

**2) Installation using composer (from packagist)**

- Execute the following command: `composer require mageworx/module-htmlsitemap-graph-ql`

How to use
----------

[](#how-to-use)

**HtmlSitemapGraphQl** module allows displaying the HTML sitemap:

**Syntax**:

```
products(
  search: String
  filter: ProductAttributeFilterInput
  pageSize: Int
  currentPage: Int
  sort: ProductAttributeSortInput
): Products

```

The query includes the following attributes:

- meta\_description
- meta\_keywords
- categories
- cms\_pages
- additional\_links
- custom\_links

**Request:**

```
{mwHtmlSitemap (storeId: 1) {
  categories {
    items {
      title
      url
      level
    }
  }
}
}

```

**Response:**

```
{
  "data": {
    "mwHtmlSitemap": {
      "categories": {
        "items": [
          {
            "title": "What's New",
            "url": "https://store_url/default/what-is-new.html",
            "level": 2
          },
          {
            "title": "test",
            "url": "https://store_url/default/test.html",
            "level": 2
          }
        ]
      }
    }
  }
}

```

###  Health Score

48

—

FairBetter than 95% of packages

Maintenance82

Actively maintained with recent releases

Popularity28

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1942 days

Total

2

Last Release

95d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/65778a3ac5b8e94197cca381d780c54c1e85c63e21fb9690865e7351655bcdf8?d=identicon)[support@mageworx.com](/maintainers/support@mageworx.com)

---

Top Contributors

[![mkostevich](https://avatars.githubusercontent.com/u/28888499?v=4)](https://github.com/mkostevich "mkostevich (5 commits)")[![SiarheyUchukhlebau](https://avatars.githubusercontent.com/u/18072226?v=4)](https://github.com/SiarheyUchukhlebau "SiarheyUchukhlebau (3 commits)")[![vitaliddd](https://avatars.githubusercontent.com/u/47356252?v=4)](https://github.com/vitaliddd "vitaliddd (2 commits)")[![sergei-sss](https://avatars.githubusercontent.com/u/12981644?v=4)](https://github.com/sergei-sss "sergei-sss (1 commits)")

---

Tags

graphqlmagento2magento2-extensionmagento2-extension-freemagento2-free-extensionmagento2-graphqlmagento2-modulemagento2-module-freemagento2-seo

### Embed Badge

![Health badge](/badges/mageworx-module-htmlsitemap-graph-ql/health.svg)

```
[![Health](https://phpackages.com/badges/mageworx-module-htmlsitemap-graph-ql/health.svg)](https://phpackages.com/packages/mageworx-module-htmlsitemap-graph-ql)
```

###  Alternatives

[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8044.5M33](/packages/smile-elasticsuite)[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[graycore/magento2-cors

A Magento 2 module that enables CORS on the GraphQL and REST Apis

99516.1k](/packages/graycore-magento2-cors)[elgentos/module-prismicio

Magento 2 - Prismic.io integration

39112.0k3](/packages/elgentos-module-prismicio)[zepgram/module-rest

Technical module to industrialize API REST call with dependency injection pattern using Guzzle library

1326.2k](/packages/zepgram-module-rest)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
