PHPackages                             renderbit/faq-jsonld - 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. renderbit/faq-jsonld

ActiveWordpress-plugin[API Development](/categories/api)

renderbit/faq-jsonld
====================

WordPress plugin to manage FAQ items as CPT and inject FAQ JSON-LD with advanced caching and queueing.

2.1.0(5mo ago)10[1 PRs](https://github.com/renderbit-technologies/faq-jsonld-wordpress-plugin/pulls)GPL-2.0-or-laterPHPPHP &gt;=7.2

Since Nov 26Pushed 5mo agoCompare

[ Source](https://github.com/renderbit-technologies/faq-jsonld-wordpress-plugin)[ Packagist](https://packagist.org/packages/renderbit/faq-jsonld)[ RSS](/packages/renderbit-faq-jsonld/feed)WikiDiscussions main Synced 1mo ago

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

FAQ JSON-LD Manager
===================

[](#faq-json-ld-manager)

A WordPress plugin to manage FAQ items as a custom post type (CPT) and inject FAQ JSON-LD into posts/pages. Designed for performance and scalability with advanced cache management, background queueing, and admin/CLI tools.

Features
--------

[](#features)

- **Custom Post Type:** Manage FAQ items via the `faq_item` CPT.
- **Mapping Table:** Fast MySQL table (`fqj_mappings`) links FAQ items to posts, post types, terms, URLs, or global context.
- **JSON-LD Output:** Injects FAQ schema on the frontend, with per-post transient caching.
- **Cache Invalidation:** Background queue (WP-Cron or WP-CLI) for efficient cache purging.
- **Admin UI:** Meta boxes and settings for mapping, output, and diagnostics.
- **Health &amp; Diagnostics:** Admin page for queue/logs and manual actions.
- **WP-CLI Integration:** Commands for cache and queue management.

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

[](#installation)

1. Copy the plugin folder to your WordPress `wp-content/plugins/` directory.
2. Activate via the WordPress admin Plugins page.
3. On activation, the mapping table is created automatically.

Usage
-----

[](#usage)

- **Add FAQ Items:** Use the `FAQ Items` CPT in the admin menu.
- **Associate FAQs:** Use meta boxes to link FAQs to posts, post types, terms, URLs, or globally.
- **Settings:** Configure cache TTL, batch size, and output type under the FAQ Items &gt; Settings menu.
- **Health:** Monitor queue/logs and run manual actions under FAQ Items &gt; Health.
- **WP-CLI:**
    - `wp fqj purge-transients` — Purge all FAQ JSON-LD transients.
    - `wp fqj process-queue [--limit=N]` — Process the invalidation queue.

Developer Notes
---------------

[](#developer-notes)

- **Key Files:**
    - `faq-jsonld.php`: Main loader and CPT registration
    - `includes/indexer.php`: Mapping table logic
    - `includes/queue.php`: Invalidation queue
    - `includes/frontend.php`: JSON-LD output/caching
    - `includes/admin.php`: Admin UI/meta boxes
    - `includes/settings.php`: Settings page
    - `includes/health.php`: Health/diagnostics UI
    - `includes/wpcli.php`: WP-CLI commands
    - `assets/js/fqj-admin.js`: Admin JS (Select2, AJAX)
- **Mapping Types:** All associations are stored in a single table for fast lookups.
- **Transient Keys:** `fqj_faq_json_{post_id}`
- **Admin JS:** Uses Select2 for post selectors, AJAX for search (`fqj_search_posts` action).
- **Background Processing:** Invalidation queue is processed every 5 minutes by WP-Cron.

Contributing
------------

[](#contributing)

Pull requests and issues are welcome. Please follow project conventions and review inline comments in each file for guidance.

License
-------

[](#license)

GPLv2+

---

For more details, see the inline comments in each file or the `.github/copilot-instructions.md` for AI agent guidance.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance71

Regular maintenance activity

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor1

Top contributor holds 85.7% 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

Unknown

Total

1

Last Release

173d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/91018bd70f05127ed12afbb769f24bd6d2c5e90d15970978a7dd8eed9da8c7d5?d=identicon)[renderbit-technologies](/maintainers/renderbit-technologies)

---

Top Contributors

[![soham2008xyz](https://avatars.githubusercontent.com/u/7334295?v=4)](https://github.com/soham2008xyz "soham2008xyz (18 commits)")[![renderbit-technologies](https://avatars.githubusercontent.com/u/16665819?v=4)](https://github.com/renderbit-technologies "renderbit-technologies (3 commits)")

---

Tags

composer-packagecustom-post-typesjson-ldwordpress-plugin

### Embed Badge

![Health badge](/badges/renderbit-faq-jsonld/health.svg)

```
[![Health](https://phpackages.com/badges/renderbit-faq-jsonld/health.svg)](https://phpackages.com/packages/renderbit-faq-jsonld)
```

###  Alternatives

[sybrew/the-seo-framework

An automated, advanced, accessible, unbranded and extremely fast SEO solution for any WordPress website.

47078.8k](/packages/sybrew-the-seo-framework)[a2design-company/mandrill-cakephp-plugin

Mandrill CakePHP plugin

193.2k](/packages/a2design-company-mandrill-cakephp-plugin)

PHPackages © 2026

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