PHPackages                             palmiak/smartcrawl-wpgraphql - 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. palmiak/smartcrawl-wpgraphql

ActiveWordpress-plugin

palmiak/smartcrawl-wpgraphql
============================

A WPGraphQL extension for SmartCrawl.

1.0.1(6y ago)351[1 issues](https://github.com/palmiak/smartcrawl-wpgraphql/issues)MITPHPPHP &gt;=5.6

Since Mar 31Pushed 6y ago1 watchersCompare

[ Source](https://github.com/palmiak/smartcrawl-wpgraphql)[ Packagist](https://packagist.org/packages/palmiak/smartcrawl-wpgraphql)[ RSS](/packages/palmiak-smartcrawl-wpgraphql/feed)WikiDiscussions master Synced today

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

WPGraphQL Extension for SmartCrawl
==================================

[](#wpgraphql-extension-for-smartcrawl)

Requirements
------------

[](#requirements)

To use this plugin you'll need:

- [WPGraphQL](https://github.com/wp-graphql/wp-graphql) - 🚀 GraphQL API for WordPress
- [SmartCrawl](https://wordpress.org/plugins/smartcrawl-seo/) or [SmartCrawl PRO](https://premium.wpmudev.org/project/smartcrawl-wordpress-seo/) - WordPress SEO checker, analyzer, and optimizer

Usage
-----

[](#usage)

For posts and post types:

```
query GET_POSTS {
  posts {
    edges {
      node {
        id
        title
        date
       	smartcrawl_seo{
          title
          metaDesc
          metaRobotsNoindex
          metaRobotsNofollow
          opengraphTitle
          opengraphDescription
          canonical
          opengraphImage {
            sourceUrl
          }
          twitterTitle
          twitterDescription
          twitterImage {
            sourceUrl
          }
          twitterCard
          focusKeywords
        }
      }
    }
  }
}
```

For taxonomies:

```
query GET_CATEGORIES {
  categories {
    edges {
      node {
       smartcrawl_seo{
          title
          metaDesc
          metaRobotsNoindex
          metaRobotsNofollow
          opengraphTitle
          opengraphDescription
          canonical
          opengraphImage {
            sourceUrl
          }
          twitterTitle
          twitterDescription
          twitterImage {
            sourceUrl
          }
          twitterCard
          focusKeywords
        }
      }
    }
  }
}
```

Contributions
-------------

[](#contributions)

Big thanks to [Ashley Hitchcock](https://github.com/ashhitch) for inspiration.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

2

Last Release

2232d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a994ca6946b431eaa5a51804f5eec26ef034dfc25435a26142fd9fc6318eb03b?d=identicon)[palmiak](/maintainers/palmiak)

---

Top Contributors

[![palmiak](https://avatars.githubusercontent.com/u/2342458?v=4)](https://github.com/palmiak "palmiak (14 commits)")

---

Tags

wordpresswpgraphqlsmartcrawl

### Embed Badge

![Health badge](/badges/palmiak-smartcrawl-wpgraphql/health.svg)

```
[![Health](https://phpackages.com/badges/palmiak-smartcrawl-wpgraphql/health.svg)](https://phpackages.com/packages/palmiak-smartcrawl-wpgraphql)
```

###  Alternatives

[roots/wordpress

WordPress is open source software you can use to create a beautiful website, blog, or app.

19116.9M257](/packages/roots-wordpress)[aristath/kirki

Extending the WordPress customizer

1.3k73.0k4](/packages/aristath-kirki)[wpreadme2markdown/wpreadme2markdown

Convert WordPress Plugin readme.txt to Markdown

9564.6k4](/packages/wpreadme2markdown-wpreadme2markdown)[axepress/wp-graphql-cs

PHP\_CodeSniffer rules (sniffs) for the WPGraphQL ecosystem.

1060.9k7](/packages/axepress-wp-graphql-cs)[wpstarter/framework

The WpStarter Framework - Laravel Framework for WordPress

1810.1k4](/packages/wpstarter-framework)

PHPackages © 2026

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