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

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

mageworx/module-seomarkup-graph-ql
==================================

N/A

1.2.1(3w ago)078.2k↓25.5%OSL-3.0PHP

Since Dec 4Pushed 3w ago3 watchersCompare

[ Source](https://github.com/mageworx/MageWorx_SeoMarkupGraphQl)[ Packagist](https://packagist.org/packages/mageworx/module-seomarkup-graph-ql)[ RSS](/packages/mageworx-module-seomarkup-graph-ql/feed)WikiDiscussions master Synced 2w ago

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

MageWorx\_SeoMarkupGraphQl
==========================

[](#mageworx_seomarkupgraphql)

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

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

[](#installation)

1. **Copy-to-paste method**

    Download this module and upload it to the `app/code/MageWorx/SeoMarkupGraphQl` directory. Create the `SeoMarkupGraphQl` directory first if it does not exist.
2. **Installation using Composer (from Packagist)**

    ```
    composer require mageworx/module-seomarkup-graph-ql
    ```

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

[](#how-to-use)

[SeoMarkupGraphQl](https://github.com/mageworx/MageWorx_SeoMarkupGraphQl) extends the output attributes of the Product, Category and CMS Page queries with the `mw_seo_markup` field.

### Supported fields

[](#supported-fields)

- **Product**
    - `mw_seo_markup`
        - `social_markup`
        - `rich_snippets`
            - `website`
            - `seller`
            - `product`
            - `breadcrumbs`
- **Category**
    - `mw_seo_markup`
        - `social_markup`
        - `rich_snippets`
            - `website`
            - `seller`
            - `breadcrumbs`
- **CMS Page**
    - `mw_seo_markup`
        - `social_markup`
        - `rich_snippets`
            - `website`
            - `seller`
            - `webpage`
            - `breadcrumbs`

Other attributes are defined according to the [Magento GraphQL guide](https://devdocs.magento.com/guides/v2.4/graphql/queries/products.html#productfilterinput-attributes).

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

### Product query signature

[](#product-query-signature)

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

### Request

[](#request)

```
{
  products(filter: {sku: {eq: "24-WB04"}}) {
    items {
      name
      sku
      mw_seo_markup {
        social_markup
        rich_snippets {
          website
          seller
          product
          breadcrumbs
        }
      }
    }
  }
}
```

### Response

[](#response)

```
{
  "data": {
    "products": {
      "items": [
        {
          "name": "Overnight Duffle",
          "sku": "24-WB07",
          "mw_seo_markup": {
            "social_markup": "\\n\\n\\n...",
            "rich_snippets": {
              "website": "{\\\"@context\\\":\\\"http://schema.org\\\",\\\"@type\\\":\\\"WebSite\\\",\\\"url\\\":\\\"https://store_url/\\\"}",
              "seller": "{...}",
              "product": "{...}",
              "breadcrumbs": "{...}"
            }
          }
        }
      ]
    }
  }
}
```

Known limitations
-----------------

[](#known-limitations)

The `breadcrumbs` rich snippet rebuilds the category path directly from the current category/product so it stays correct across items in a list query. As a result, third-party plugins on `Magento\Catalog\Helper\Data::getBreadcrumbPath()` are not reflected in the GraphQL output, unlike on the storefront.

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance94

Actively maintained with recent releases

Popularity30

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~636 days

Total

4

Last Release

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

---

Tags

graphqlmagento2magento2-extensionmagento2-graphqlmagento2-modulemagento2-seo

### Embed Badge

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

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

###  Alternatives

[smile/elasticsuite

Magento 2 merchandising and search engine built on ElasticSearch

8034.8M53](/packages/smile-elasticsuite)[mollie/magento2

Mollie Payment Module for Magento 2

1142.0M17](/packages/mollie-magento2)[graycore/magento2-cors

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

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

Magento 2 - Prismic.io integration

39121.1k4](/packages/elgentos-module-prismicio)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1015.1k29](/packages/loki-magento2-components)

PHPackages © 2026

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