
內容簡介
AI Snippet SEO Pro 是一款專為 WordPress 設計的外掛,能自動生成 SEO 優化的標題、元描述、關鍵字和網址別名,提升網站的搜尋引擎排名,簡化內容創作過程。
【主要功能】
• 一鍵生成 SEO 內容
• 實時預覽與分數徽章
• 批量生成功能(Pro 版)
• 自動網址別名更新選項
• 內容類型的索引/不索引控制(Pro 版)
• 支援自訂文章類型與 WooCommerce 分類
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
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:
Free Trial – Start instantly with 25 free tokens, no registration or API key needed.
Bring Your Own Key (BYOK) – Use your own OpenAI API key for unlimited single generations at no cost.
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 )
