Linux 软件免费装

CCZGR AI

开发者 cczgr
speedyweb
更新时间 2026年7月13日 22:03
PHP版本: 7.0 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

seo api metadata rest-api meta-tags

下载

1.0.0 1.4.0 1.6.0 1.1.0 1.2.0 1.3.0 1.7.0 1.8.0 1.5.0 2.0.0

详情介绍:

CCZGR AI exposes three unified fields — meta_title, meta_description and focus_keyword — on the standard WordPress REST API for posts, pages and every custom post type that supports REST. The values are stored in whichever supported SEO plugin is active, so external tools and automations can read and write SEO metadata without knowing each SEO plugin's internal meta keys. Supported SEO plugins: Only users who can edit a post may change its SEO metadata, and the focus keyword is hidden from users who cannot edit the post. The plugin also provides an optional administrator-only endpoint to start an UpdraftPlus database backup on demand (only when UpdraftPlus is active) — handy right before a bulk metadata import.

安装:

  1. Upload the cczgr-ai folder to /wp-content/plugins/, or install the plugin through the Plugins screen in WordPress.
  2. Activate the plugin through the Plugins screen.
  3. Make sure Rank Math or Yoast SEO is active.
  4. Read and write the meta_title, meta_description and focus_keyword fields through the REST API for any post, page or custom post type, e.g. POST /wp-json/wp/v2/posts/<id> with { "meta_title": "…", "meta_description": "…", "focus_keyword": "…" }.

常见问题:

Which SEO plugins are supported?

Rank Math and Yoast SEO. If both are active, Rank Math is used.

Do I need to configure anything?

No. The plugin detects the active SEO plugin automatically and stores no settings of its own.

What does the backup endpoint do?

When UpdraftPlus is active, an administrator can send POST /wp-json/cczgr-ai/updraft-backup to start an UpdraftPlus database backup. The backup runs in the background.

更新日志:

2.0.0 1.8