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

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

mageworx/module-seoredirects-graph-ql
=====================================

N/A

1.3.4(3mo ago)044.5k↓16.3%1OSL-3.0PHP

Since Dec 11Pushed 3mo ago4 watchersCompare

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

READMEChangelog (7)Dependencies (3)Versions (15)Used By (0)

MageWorx\_SeoRedirectsGraphQl
=============================

[](#mageworx_seoredirectsgraphql)

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

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

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

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

[](#how-to-use)

**[SeoRedirectsGraphQl](https://github.com/mageworx/MageWorx_SeoRedirectsGraphQl)** module modifies the current values of the existing Output attributes for [urlResolver query](https://devdocs.magento.com/guides/v2.4/graphql/queries/url-resolver.html) and for [routes query](https://developer.adobe.com/commerce/webapi/graphql/schema/products/queries/route/) if there is at least 1 Mageworx redirect for the 'requested URL' entity.

This module is compatible with:

- redirects for deleted products
- custom redirects with Request Entity Type and Target Entity Type equal to Product, Category or CMS Page

### urlResolver query

[](#urlresolver-query)

For example, `urlResolver` query has the following syntax:

```
{urlResolver(url: String!): EntityUrl}

```

**Request:**

```
{
  urlResolver(url: "savvy-shoulder-tote.html") {
    id
    relative_url
    redirectCode
    type
  }
}

```

**Response:**

```
{
  "data": {
    "urlResolver": {
      "id": 2047,
      "relative_url": "erika-running-short.html",
      "redirectCode": 301,
      "type": "PRODUCT"
    }
  }
}

```

### routes query

[](#routes-query)

For example, `route` query has the following syntax:

```
{route(url: String!): RoutableInterface}

```

**Request:**

```
{
  route(url: "savvy-shoulder-tote.html") {
    relative_url
    redirect_code
    type
  }
}

```

**Response:**

```
{
  "data": {
    "route": {
      "relative_url": "erika-running-short.html",
      "redirect_code": 301,
      "type": "PRODUCT"
    }
  }
}

```

###  Health Score

50

—

FairBetter than 96% of packages

Maintenance82

Actively maintained with recent releases

Popularity29

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 68.6% 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 ~190 days

Recently: every ~133 days

Total

7

Last Release

95d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

graphqlmagento2magento2-extensionmagento2-graphqlmagento2-module

### Embed Badge

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

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

Magento module used for routing all frontend requests through UPWARD-PHP.

24410.3k1](/packages/magento-module-upward-connector)[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)
