PHPackages                             mageworx/module-seobase-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-seobase-graph-ql

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

mageworx/module-seobase-graph-ql
================================

N/A

1.1.2(3mo ago)078.2k↑27.7%1[1 issues](https://github.com/mageworx/MageWorx_SeoBaseGraphQl/issues)OSL-3.0PHP

Since Oct 19Pushed 3mo ago3 watchersCompare

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

READMEChangelog (4)Dependencies (4)Versions (7)Used By (0)

MageWorx\_SeoBaseGraphQl
========================

[](#mageworx_seobasegraphql)

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/SeoBaseGraphQl` directory *(create "SeoBaseGraphQl" first if missing)*

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

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

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

[](#how-to-use)

**[SeoBaseGraphQL](https://github.com/mageworx/MageWorx_SeoBaseGraphQl)** module extends existing Output attributes for Product, Category, CmsPage queries and includes:

- mw\_canonical\_url
- - url
- - code
- meta\_robots
- mw\_hreflangs
- - items
- - - url
- - - code

**Note!** In the context of canonical URLs, the code means **store code**. In the context of hreflang URLs, the code means **hreflang code** - for example *x-default*, *en*, *en\_US*, etc.

Other attribute is defined according to the guide: .

Product, Category, CMS Page queries have the syntax similar to the Magento user guide.

For example, product query has the following syntax:

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

```

**Request:**

```
{
  products(filter: {sku: {eq: "24-WG02"}}) {
    total_count
    items {
      mw_canonical_url {
      	url
        code
      }
      meta_robots
      mw_hreflangs {
        items {
          url
          code
        }
      }
      name
      sku
        }
      }
    }

```

**Response:**

```
{
  "data": {
    "products": {
      "items": [
        {
          "mw_canonical_url": {
            "url": "didi-sport-watch.html",
            "code": "store_code"
          }
          "meta_robots": null,
          "mw_hreflangs": {
            "items": [
              {
                "url": "didi-sport-watch.html",
                "code": "en"
              },
              {
                "url": "didi-sport-uhr.html",
                "code": "de"
              }
            ]
          },
          "name": "Didi Sport Watch",
          "sku": "24-WG02"
        }
      ]
    }
  }
}

```

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance82

Actively maintained with recent releases

Popularity31

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55% of commits — single point of failure

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 ~647 days

Total

4

Last Release

95d ago

### Community

Maintainers

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

---

Top Contributors

[![sergei-sss](https://avatars.githubusercontent.com/u/12981644?v=4)](https://github.com/sergei-sss "sergei-sss (11 commits)")[![mkostevich](https://avatars.githubusercontent.com/u/28888499?v=4)](https://github.com/mkostevich "mkostevich (4 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)")

---

Tags

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

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/mageworx-module-seobase-graph-ql/health.svg)](https://phpackages.com/packages/mageworx-module-seobase-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)
