AI Snippet SEO Helper Documentation
Send perfectly-optimised snippets from RankPilotAI straight into Rank Math with one click.
1. Overview
AI Snippet SEO Helper is a lightweight WordPress add-on that bridges RankPilotAI and Rank Math. It sends the current post or page context to RankPilotAI’s API, receives an optimised snippet and writes it directly into Rank Math’s fields—speeding up your on-page workflow without leaving the editor.
2. Key Features
Feature | Details |
---|---|
One-click generation | Adds a Generate with AI button inside every Rank Math meta-box. |
Bulk actions | Create snippets for multiple posts / pages via WordPress Bulk Actions. |
Token-aware | Uses your RankPilotAI token pool and respects remaining quota. |
Model selection | Choose GPT-4 Turbo, GPT-4.1 or GPT-4o depending on your plan. |
Custom prompt | Fine-tune tone or inject brand keywords globally. |
Auto-slug | Optionally overwrite the post slug with the suggested keyword-rich slug. |
Score dashboard | Each run stores an SEO score (0–100) as post meta. |
3. Requirements
- WordPress 5.8 or higher
- Rank Math SEO (free or Pro)
- PHP 7.4+
- A Site Key issued by an active RankPilotAI account (Free plan included)
4. Installation & Activation
- Upload the ZIP via Plugins → Add New → Upload or extract to
/wp-content/plugins/
. - Activate AI Snippet SEO Helper.
- Navigate to Settings → AI Snippet SEO Helper and paste your Site Key.
5. Getting Started
5.1 Generate a Site Key
- Log in to your RankPilotAI dashboard.
- Open Account → Site Key Management.
- Enter your site’s main domain (e.g.
example.com
) and click Generate Key. - Copy the resulting token (
rp_xxxxxxxxxxxxxxxxx
).
5.2 Save the Site Key in WordPress
- Go to Settings → AI Snippet SEO Helper → Site Key Management.
- Paste your token and click Save Site Key.
- The page shows current usage, plan limit and remaining tokens.
5.3 Configure SEO Settings (optional)
- Model Choice – GPT-4 Turbo / 4.1 / 4o (availability depends on plan).
- Custom Prompt – global text appended to each request.
- Auto Slug – if enabled, suggested slug replaces the current one automatically.
6. Day-to-Day Usage
6.1 Single Post / Page
- Open any post or page in the WordPress editor.
- In the Rank Math meta-box, click Generate Snippet with AI.
- Wait a few seconds; Focus Keyword, Title, Description (and optionally Slug) fill in.
- Review the result and update the post.
6.2 Bulk Generation
- Go to any post-type list (e.g. Posts).
- Select items → Bulk Actions → Generate with AI Snippet SEO Helper → Apply.
- Progress and any failures show via admin notices.
6.3 Understanding the Score
After generation the helper stores a private meta field _aish_score
(0–100). Higher scores mean better keyword alignment and length conformity. You can surface this field in custom reports or with get_post_meta()
.
7. Admin Panel Reference
7.1 Site Key Management Tab
Field | Description |
---|---|
Site Key | Your rp_… token. Required for all API calls. |
Usage Overview | Domain-level usage, plan limit, remaining tokens and quick links to buy more. |
7.2 SEO Snippet Settings Tab
Option | Description |
---|---|
Model Choice | GPT-4 Turbo (all plans), GPT-4.1 (Starter+), GPT-4o (Creator+). |
Custom Prompt | Additional instructions appended to every request. |
Auto Slug | Yes/No – if Yes, the returned slug replaces the current one and a 301 redirect is created. |
8. Plans, Tokens & Limits
Plan | Monthly Tokens | Site Keys | Models |
---|---|---|---|
Free | 25 | 1 | GPT-4 Turbo |
Starter | 100 | 1 | GPT-4 Turbo / 4.1 |
Creator | 400 | 5 | GPT-4 Turbo / 4.1 / 4o |
Expert | 1,200 | 25 | GPT-4 Turbo / 4.1 / 4o |
Need extra tokens? Purchase a Token Pack (100 – 5,000 lifetime tokens) from your RankPilotAI dashboard and assign it to AI Snippet SEO Helper.
9. Frequently Asked Questions
Q: The button doesn’t appear in Rank Math.
A: Ensure Rank Math is active and you are editing a public post-type. Clear caches and reload.
Q: API response: “No tokens left”.
A: You’ve exhausted your monthly quota. Upgrade your plan or buy a Token Pack.
Q: Can I use Yoast SEO instead of Rank Math?
A: Not at this time. The helper integrates directly with Rank Math hooks.
Q: Does bulk generation overwrite existing data?
A: Yes. Existing Rank Math fields will be replaced. Use with caution.
10. Hooks & Filters
// Trigger a custom action after a successful single generation do_action( 'aish_after_generate', int $post_id ); // Change the default payload before it is sent to RankPilotAI add_filter( 'aish_payload', function ( $payload, $post_id ) { // …modify $payload here… return $payload; }, 10, 2 );
11. Changelog
- v 1.2.2 – 25 May 2025 – Added Auto Slug setting, improved bulk stability, GPT-4o support.
- v 1.2.1 – 12 Apr 2025 – Token overview added to settings page.
- v 1.2.0 – 19 Mar 2025 – Initial public release.
12. Support
Docs & FAQs: rankpilotai.com/docs
Email: [email protected]
Community: RankPilot Discord
Feel free to reach out—our team will be happy to help you boost your on-page SEO with AI!