renderbit/faq-jsonld
Composer 安装命令:
composer require renderbit/faq-jsonld
包简介
WordPress plugin to manage FAQ items as CPT and inject FAQ JSON-LD with advanced caching and queueing.
README 文档
README
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
- Custom Post Type: Manage FAQ items via the
faq_itemCPT. - 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 & Diagnostics: Admin page for queue/logs and manual actions.
- WP-CLI Integration: Commands for cache and queue management.
Installation
- Copy the plugin folder to your WordPress
wp-content/plugins/directory. - Activate via the WordPress admin Plugins page.
- On activation, the mapping table is created automatically.
Usage
- Add FAQ Items: Use the
FAQ ItemsCPT 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 > Settings menu.
- Health: Monitor queue/logs and run manual actions under FAQ Items > 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
- Key Files:
faq-jsonld.php: Main loader and CPT registrationincludes/indexer.php: Mapping table logicincludes/queue.php: Invalidation queueincludes/frontend.php: JSON-LD output/cachingincludes/admin.php: Admin UI/meta boxesincludes/settings.php: Settings pageincludes/health.php: Health/diagnostics UIincludes/wpcli.php: WP-CLI commandsassets/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_postsaction). - Background Processing: Invalidation queue is processed every 5 minutes by WP-Cron.
Contributing
Pull requests and issues are welcome. Please follow project conventions and review inline comments in each file for guidance.
License
GPLv2+
For more details, see the inline comments in each file or the .github/copilot-instructions.md for AI agent guidance.
renderbit/faq-jsonld 适用场景与选型建议
renderbit/faq-jsonld 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 0 次下载、GitHub Stars 达 1, 最近一次更新时间为 2025 年 11 月 26 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 renderbit/faq-jsonld 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 renderbit/faq-jsonld 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 22
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2025-11-26