🎉 Use coupon MYXERO to enjoy 20% recurring discount on any plan. View Pricing
AI Snippet SEO Pro
AI Snippet SEO Pro

AI Snippet SEO Pro

5/5 (2 ratings) — active installs Updated Apr 24, 2026
Post editor - AI generation panel with preview and checklist

Post editor - AI generation panel with preview and checklist

AI Snippet SEO Pro generates SEO-optimized titles, meta descriptions, focus keywords and slugs for posts, pages, custom post types and taxonomies.

Three ways to use:

  1. Free Trial – Start instantly with 25 free tokens, no registration or API key needed.
  2. Bring Your Own Key (BYOK) – Use your own OpenAI API key for unlimited single generations at no cost.
  3. Pro – Upgrade for bulk generation, auto-slug, all AI models, custom prompts, index/noindex control, and priority support.

Highlights

  • One-click AI generation in the post and term editor
  • Live preview, score badge (0-100), and snippet checklist
  • Standalone SEO meta output (title, description, keywords tags in head)
  • Index / Noindex control per content type (Pro)
  • Bulk generate from list tables for posts and terms (Pro)
  • Optional Auto-Slug update (WordPress keeps a 301 via _wp_old_slug)
  • Model selection based on plan (GPT-4 Turbo / GPT-4.1 / GPT-4o)
  • Works with custom post types and WooCommerce taxonomies

Ratings

If you enjoy using AI Snippet SEO Pro, please consider leaving a review on WordPress.org.

External services

This plugin connects to RankPilotAI’s API to generate SEO snippets and to fetch token status.

What is sent and when

  • Trial mode: Site URL is sent to RankPilotAI for registration. Post/term title, excerpt/description, slug are sent to RankPilotAI for processing.
  • BYOK mode: Post/term title, excerpt/description, slug are sent directly to OpenAI’s API using your own API key. Nothing is sent to RankPilotAI.
  • Pro mode: Post/term title, excerpt/description, slug, selected model, custom prompt, site URL, domain, plugin slug, and Site Token are sent to RankPilotAI.
  • On token-status checks in the settings page (Pro mode only): Site Token, site URL and domain.

Why it is sent

  • To generate the requested SEO snippet and return it to your editor
  • To authorize usage and show your remaining balance (Pro mode)
  • To register and track trial token usage (Trial mode)

Endpoints

  • https://rankpilotai.com/wp-json/rankpilotai/v1/snippet (Pro)
  • https://rankpilotai.com/wp-json/rankpilotai/v1/snippet-bulk (Pro bulk)
  • https://rankpilotai.com/wp-json/rankpilotai/v1/token-info (Pro)
  • https://rankpilotai.com/wp-json/rankpilotai/v1/token-reduce (Pro)
  • https://rankpilotai.com/wp-json/rankpilotai/v1/trial-register (Trial)
  • https://rankpilotai.com/wp-json/rankpilotai/v1/trial-snippet (Trial)
  • https://api.openai.com/v1/chat/completions (BYOK – direct to OpenAI)

Providers

  • RankPilotAI (Terms: https://rankpilotai.com/terms-and-conditions, Privacy: https://rankpilotai.com/privacy-policy)
  • OpenAI (BYOK mode only – Terms: https://openai.com/policies/terms-of-use, Privacy: https://openai.com/policies/privacy-policy)

Uninstall

Removing the plugin deletes its settings and only the score meta it created:
– Deletes option: aissp_settings (includes trial_token, openai_key)
– Deletes metas: _aissp_score on posts/terms
– Leaves user content metas intact: _aissp_focus_keyword, _aissp_seo_title, _aissp_seo_description

Developer Notes

Meta Keys
_aissp_focus_keyword, _aissp_seo_title, _aissp_seo_description, _aissp_score

Filters
aissp_http_args( $args, $url, $payload, $method )
aissp_http_retry_codes( $codes )
aissp_http_retries( $n )
aissp_http_result( $res, $url, $payload, $method, $args, $attempts )
aissp_bulk_endpoint( $url )