| 开发者 | ksanyok |
|---|---|
| 更新时间 | 2026年4月27日 02:16 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/ directory.Yes. The plugin connects to the RankBotAI service API to generate SEO suggestions and optimizations. A free tier is available.
It sends only the data needed for the action you trigger. This can include your site URL, environment info (WordPress/plugin version), and the post/product/term content you request to optimize.
Yes! RankBotAI is specifically designed to complement Rank Math and Yoast SEO. It reads existing SEO data from these plugins and writes optimized values back to them.
Yes. RankBotAI works standalone and stores SEO data in its own meta fields. However, for the best SEO results, we recommend pairing it with Rank Math or Yoast SEO.
The plugin is free and GPL-licensed. The RankBotAI service provides a free credit tier and offers paid plans for additional usage and higher limits.
Yes. Before applying optimization changes, the plugin creates a backup snapshot so you can restore if needed.
Most single-page optimizations complete in 5–15 seconds. Bulk optimization of 100+ pages typically finishes within 15–30 minutes using background processing.
RankBotAI uses its own RankBot AI engine — an advanced multi-model system with automatic failover. You don't need to choose or configure any models. The system automatically selects the best available model for each request.
Only if you explicitly enable content optimization in settings. By default, RankBotAI only updates SEO meta fields (title, description, focus keyword). Content changes require opt-in.
jobs table if usage_logs is empty, fixing counter display for sites with historical data.usage_logs billing model yet.usage_logs) to avoid mismatches./api/v1/history stats no longer inflate "processed" by counting internal lifecycle events from site_operations.period_7_ops, period_7_spent, period_30_ops, period_30_spent) for accurate plugin period cards.GET /api/v1/site/custom-prompt and POST /api/v1/site/custom-prompt (Bearer-auth, per-site).GET /api/v1/runtime-config — exposes the active AI pool mode (paid_first / free_with_paid_fallback / free_only) and the matching dispatch profile (parallel jobs, polling cadence, stuck-job timeouts). The bulk runner can read this on the fly to scale itself up/down without a plugin update.CLIENT'S MANDATORY GLOBAL INSTRUCTIONS block at the very top of the system prompt, with explicit "must override defaults" phrasing.Database::getInstance() typo in OpenAIService was silently falling back to default mode — pool mode and active models are now actually read from DB.Cache-Control header on /api/v1/runtime-config switched to no-store so mode changes propagate to WP within seconds (CDN was caching the old JSON).