AI Snippet SEO Pro Documentation – RankPilotAI

AI Snippet SEO Pro Documentation

Create flawlessly optimised, Google-friendly SEO snippets for any post, page or taxonomy with a single click.

1. What is AI Snippet SEO Pro?

AI Snippet SEO Pro communicates with the RankPilotAI API via a site-specific key and a usage-based token pool. Each generation request consumes tokens according to the GPT model you select:

GPT ModelTokens per Snippet
🟢 GPT-4 Turbo1 token
🔵 GPT-4.13 tokens
🟣 GPT-4o5 tokens

2. Key Features

  • Instant AI snippets for Posts, Pages, WooCommerce Products & Categories.
  • Bulk generation directly from list tables with a Generate with AI bulk action.
  • Colour-coded Snippet Score calculated on six industry-standard criteria.
  • Custom prompt field to inject brand tone or extra guidelines.
  • Model picker (Turbo / 4.1 / 4o) with greyed-out tiers that unlock as you upgrade.
  • Index / No-index toggles for every content type.
  • Automatic slug rewrite with 301 redirect (optional).
  • Usage dashboard inside your RankPilotAI account.

3. System Requirements

  • WordPress 5.8 or later
  • PHP 7.4+
  • A RankPilotAI account (Free or Paid)
  • An active Site Key with available tokens

4. Installation

  1. Download the ZIP from your RankPilotAI dashboard.
  2. In WordPress go to Plugins → Add New → Upload, choose the ZIP and click Install Now.
  3. Activate the plugin.
  4. Go to AI Snippet SEO Pro in the sidebar, paste your Site Key and click Save.

Tip: On first activation the plugin generates a placeholder key for convenience; swap it with the real Site Key from your RankPilotAI dashboard before you start generating.

5. Licensing & Tokens

Every generation deducts 1–5 tokens depending on the model you pick (see §1).

PlanIncluded Tokens
Free25 complimentary tokens
Starter100 tokens / month
Creator400 tokens / month
Expert1,200 tokens / month
Token PacksOne-off lifetime top-ups (100 → 5,000)

When tokens reach 0 the UI will show “No tokens left” and generation is blocked until you top-up.

6. Quick-Start Workflow

ActionWhereSteps
Single Post / PageEdit screenClick Generate with AI → wait ~5 s → fields auto-populate & score updates.
Bulk PostsPosts → All PostsSelect rows → Bulk actions → Generate with AI Snippet SEO Pro → Apply.
Bulk Categories / TagsPosts → Categories (or any taxonomy)Same as above.

7. The Meta Box Explained

FieldPurposeBest-practice rule
Focus KeywordPrimary keyword(s), comma-separatedMust appear verbatim in Title and Description
SEO Title<title> element30–60 characters
Meta Description<meta name="description">120–160 characters
Snippet ScoreQuality meter (0–100)≥ 67 = Fair, 100 = Excellent

The colour bars and live checklist update in real time as you type or when AI fills the fields.

8. SEO Settings

SettingDescription
GPT ModelTurbo (fast, cheap), 4.1 (balanced) or 4-o (premium).
Custom PromptOptional extra instructions appended to RankPilotAI’s expert prompt.
Index?Tells search engines to index or no-index each content-type.
Auto-update URL SlugOverwrite slug with AI suggestion and create a 301 redirect automatically.

Greyed-out options indicate a plan upgrade is required.

9. RankPilotAI Account Dashboard

  1. Navigate to Account Dashboard → AI Snippet SEO Pro → Usage.
  2. View per-site usage, remaining pool and progress bar.
  3. Click Buy Tokens or Upgrade Plan when you’re running low.

10. Troubleshooting

SymptomLikely CauseFix
“No Site Token configured” noticeSite Key field emptyPaste your key & save.
“No tokens left. Please upgrade.”Token pool exhaustedBuy a pack or upgrade plan.
Connection error to APIFirewall / wrong HTTPSWhitelist rankpilotai.com and verify SSL.
Greyed-out GPT-4o optionPlan doesn’t include 4oUpgrade to Creator / Expert.

11. Frequently Asked Questions

Q: Does it overwrite Yoast or Rank Math fields?
A: No. AI Snippet SEO Pro uses its own independent meta box and custom fields. It does not write into Rank Math or Yoast fields.
To write directly into Rank Math fields, use our AI Snippet SEO Helper plugin instead.

Q: Can I customise the prompt for a single post?
A: Yes – edit any field and the Snippet Score recalculates instantly.

Q: How are tokens counted on bulk runs?
A: One deduction per item successfully processed; failures do not reduce tokens.

12. Changelog (excerpt)

  • v 4.0 – Model picker, token costs 1-3-5, slug auto-rewrite, multi-taxonomy bulk gen.
  • v 3.5 – Snippet Score in post list + sorting.
  • v 3.0 – RankPilotAI usage dashboard integration.
  • v 2.x – Token packs & PMPro tiers.
  • v 1.0 – Initial release.

13. Developer Hooks

HookTypeWhen it fires
aissp_generate_snippetAjax actionCalled during single-post generation.
aissp_calc_scoreFunctionCalculates score – can be filtered for custom weighting.
AISSP_Meta_Box::register_meta_boxesActionAdds meta boxes; override to change context.