
內容簡介
總結:這款WordPress外掛可讓您一鍵生成符合SEO的標題和元描述。該外掛為每個片段進行評分(0-100),檢查關鍵字使用情況,展示即時預覽,支援批量處理文章和分類。
問題與答案:
1. 如何在WordPress中使用這個外掛產生SEO友好的標題和元描述?
- 前往AI Snippet SEO Pro → 設定,添加您的Site Key。
- 選擇一個模型並決定是否啟用自動網頁網址(slug)。
- 在任何文章或分類中,點擊“使用AI生成”。
- 檢視分數和檢查清單,然後保存。
2. 這個外掛如何與 RankPilotAI 互動來生成SEO建議?
- 此外掛連接到RankPilotAI以生成SEO建議。
- 採用基礎URL:https://rankpilotai.com
- 使用端點:/wp-json/rankpilotai/v1/snippet、/wp-json/rankpilotai/v1/token-info
3. 若想卸載這個外掛後,會刪除哪些內容?
- 卸載後,將刪除外掛選項,並且刪除以_aissp_開頭的元數據。
- 但使用者內容的特定元數據如_aissp_focus_keyword、_aissp_seo_title、_aissp_seo_description 仍然保留不受影響。
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
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 )
