AI Snippet SEO Pro icon

AI Snippet SEO Pro

AI Snippet SEO Pro is a WordPress plugin with the following stats:

  • #17,606 Global Rank
  • 5/5 2 ratings
  • Since 2025 1 years active

PF Score (About PF Scores)

PF Score is not a quality guarantee. It is a ranking based on available public signals.

Bronze47.2
Platinum
Gold
Silver
Bronze
Low

Score Breakdown

0
Popularity 40% No install data
63.6
Reputation 35% 5★ from 2 ratings
99.6
Freshness 25% Updated 15 days ago

No vulnerability history

Download Trends

Loading download data…

Vulnerabilities

No known vulnerabilities

This plugin has no records in the Wordfence Intelligence vulnerability database.

About AI Snippet SEO Pro

AI-powered SEO snippet generation for posts and taxonomies. Create optimized titles, meta descriptions, focus keywords and slugs in one click.

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 )

Screenshots

Post editor - AI generation panel with preview and checklist

Post editor - AI generation panel with preview and checklist

Settings - mode selection cards (Trial, BYOK, Pro)

Settings - mode selection cards (Trial, BYOK, Pro)

Settings - SEO settings and feature comparison table

Settings - SEO settings and feature comparison table

Bulk actions on list tables

Bulk actions on list tables

Frequently Asked Questions

Do I need to register or create an account?

No. The free trial starts instantly with one click. For BYOK mode, just paste your OpenAI API key.

Is there a free option?

Yes. 25 free trial tokens are included with no registration. After that, use your own OpenAI API key for unlimited free generations, or upgrade to Pro for advanced features.

Which models are supported?

GPT-4.1 Mini (Trial & BYOK), plus GPT-4 Turbo, GPT-4.1, and GPT-4o in Pro mode.

What data leaves my site?

Only minimal context: post/term title, excerpt/description, current slug, optional focus keyword, your domain and site URL, selected model, and your Site Key. In BYOK mode, data goes directly to OpenAI and nothing is sent to RankPilotAI.

Will Auto-Slug break existing URLs?

When enabled, the new slug replaces the old one and WordPress stores the previous slug in _wp_old_slug, serving an automatic 301.

What is the difference between Trial, BYOK and Pro?
  • Trial: 25 lifetime tokens, GPT-4.1 Mini only, single generation only.
  • BYOK: Unlimited single generations with your own OpenAI API key, GPT-4.1 Mini.
  • Pro: Bulk generation, auto-slug, custom prompts, all models (GPT-4 Turbo, GPT-4.1, GPT-4o), index/noindex control, priority support, multi-site licenses.
Does it replace my SEO plugin?

No. You can keep your existing SEO plugin. This plugin focuses on fast, consistent AI generation and outputs its own meta tags.

Works with custom post types and WooCommerce?

Yes – any public post type, plus common taxonomies such as category, post_tag, product_cat, and product_tag.

Ratings & Reviews

5
2 ratings
5★
2
4★
0
3★
0
2★
0
1★
0

Recent Reviews

Loading reviews…

View all reviews on WordPress.org (opens in a new tab)

Changelog

1.0.32

  • SECURITY: TLS certificate verification is no longer disabled automatically. Previously, a failed certificate check triggered a silent retry with verification turned off, which could expose the request to a man-in-the-middle. Verification now stays on; site owners with a broken local CA bundle can opt in explicitly via the aissp_http_allow_insecure_retry filter.
  • Improvement: removed the hardcoded CA bundle path so custom and host-provided certificate stores are respected.
  • Maintenance: remaining inline code comments translated to English.
  • Compatibility: re-verified with WordPress 7.0.

1.0.31

  • Maintenance: routine housekeeping, minor code cleanup and performance tuning. No functional changes.
  • Compatibility: re-verified with WordPress 7.0.

1.0.30

  • Maintenance: minor polish, code cleanup and stability improvements. No functional changes.
  • Compatibility: re-verified with WordPress 7.0.

1.0.29

  • Maintenance: internal code cleanup and stability improvements. No functional changes.
  • Compatibility: re-verified with WordPress 7.0.

1.0.28

  • Compatibility: tested up to WordPress 7.0.
  • Maintenance: minor housekeeping and copy cleanup. No functional changes.

1.0.27

  • NEW: Three-mode system – Trial (25 free tokens), BYOK (your own OpenAI key), Pro (RankPilotAI).
  • NEW: Plugin works immediately after install with zero-friction free trial.
  • NEW: BYOK mode – unlimited single generations using your own OpenAI API key.
  • NEW: Redesigned settings page with mode selection, feature comparison table, and Pro feature indicators.
  • Bulk generation, auto-slug, custom prompt, model selection, and index/noindex are now Pro-only features.
  • Maintenance: tested with WordPress 6.9.1, minor compatibility improvements.

1.0.26

  • Maintenance: tested with WordPress 6.9.1, minor compatibility improvements.

1.0.25

  • UI: Modernized settings page with gradient header, card-based layout, model radio cards, usage grid, and responsive design.

1.0.24

  • Maintenance: minor version consistency updates and small documentation/copy cleanup. No functional changes.

1.0.23

  • Maintenance: minor version consistency updates and small documentation/copy cleanup. No functional changes.

1.0.22

  • Maintenance: version consistency updates and minor documentation/copy cleanup. No functional changes.

1.0.21

  • New installs start with an empty Site Key field instead of a random generated key.

1.0.20

  • Tweak: Updated short description and plugin listing copy. No functional changes.

1.0.10

  • Marked as tested up to 6.8.3. FAQ clarified.

1.0.9

  • Cleanup: removed custom “View details” row-meta link.

1.0.8

  • Row-meta cleanup and small internal refactor.

1.0.0

  • First public release.

Alternatives to AI Snippet SEO Pro

Other WordPress plugins serving a similar purpose, ranked by relevance and PF Score.

Platinum97.5
All in One SEO – AI SEO Plugin to Boost SEO Rankings & Traffic (Schema, Local SEO, Sitemap & SEO Insights) icon

All in One SEO

Provides SEO optimization tools including meta descriptions, XML sitemaps, schema markup, and search console integration.

★ 4.7/5·3.0M+ installs·Updated 3 Aug 2026
Platinum86.1
SiteSEO – SEO Simplified icon

SiteSEO – SEO Simplified

Configures meta descriptions, schema markup, sitemaps, and XML optimization for search visibility.

★ 4/5·500K+ installs·Updated 14 Aug 2026
Gold80.9
Website LLMs.txt icon

Website LLMs.txt

Automatically generates LLMS.txt files for LLM content discovery with major SEO plugin support.

★ 4.6/5·40K+ installs·Updated 11 Aug 2026
Gold79.8
Simple SEO icon

Simple SEO

Customize meta titles, descriptions, and keywords for individual pages and posts throughout your site.

★ 4.7/5·10K+ installs·Updated 6 Aug 2026
Platinum98.6
Yoast SEO – Advanced SEO with real-time guidance and built-in AI icon

Yoast SEO

Real-time SEO optimization with schema markup, readability analysis, and content guidance for WordPress sites.

★ 4.8/5·10.0M+ installs·Updated 18 Aug 2026
Platinum98.4
Rank Math SEO – AI SEO Tools to Dominate SEO Rankings icon

Rank Math SEO

SEO optimization plugin offering XML sitemaps, schema markup generation, content analysis, and search console integration.

★ 4.8/5·4.0M+ installs·Updated 11 Aug 2026
Platinum98.2
LiteSpeed Cache icon

LiteSpeed Cache

Delivers caching and resource optimization to accelerate page load times and improve PageSpeed scores.

★ 4.8/5·7.0M+ installs·Updated 5 Aug 2026
Platinum96.4
Code Snippets icon

Code Snippets

Add custom code snippets to your site through a centralized library without editing files.

★ 4.7/5·1.0M+ installs·Updated 12 Jul 2026
Platinum96.3
XML Sitemap Generator for Google icon

XML Sitemap Generator for Google

Generates XML, HTML, video, and news sitemaps to improve search engine indexing and website visibility.

★ 4.8/5·1.0M+ installs·Updated 31 May 2026
Platinum94.4
SEOPress – AI SEO Plugin & On-site SEO icon

SEOPress – AI SEO Plugin & On-site SEO

Handles SEO metadata, schema markup, sitemaps, redirects, and Search Console integration with privacy-focused features.

★ 4.8/5·300K+ installs·Updated 29 Jul 2026
Platinum92.2
AI Engine – The Chatbot, AI Framework & MCP for WordPress icon

AI Engine

Integrates AI models into WordPress for chatbots, content generation, and automated responses.

★ 4.9/5·100K+ installs·Updated 14 Aug 2026