
內容簡介
總結:這款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 仍然保留不受影響。
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
Generate SEO-friendly titles and meta descriptions with one click. The plugin scores each snippet (0–100), checks keyword usage, shows live preview, and supports bulk actions for posts and taxonomies.
Highlights
One-click AI generation (post and taxonomy editors)
Live preview and checklist (title length, meta length, keyword in slug)
Bulk generate from list tables (posts and terms)
Optional auto-slug update (adds _wp_old_slug for 301)
Token-based usage via RankPilotAI (free tier available)
How it works
Go to AI Snippet SEO Pro → Settings and add your Site Key.
Choose a model and whether to enable auto-slug.
Open any post or term, click Generate with AI.
Review the score and checklist, then Save.
External services
This plugin connects to RankPilotAI to generate SEO suggestions.
* Base URL: https://rankpilotai.com
* Endpoints:
* /wp-json/rankpilotai/v1/snippet
* /wp-json/rankpilotai/v1/token-info
Privacy
No analytics or tracking. Only the fields required to generate snippets are sent to RankPilotAI.
Uninstall
Removes plugin options and deletes meta keys starting with _aissp_.
Privacy
The plugin communicates with RankPilotAI endpoints to create snippets and to check/manage token usage. Data sent: title/excerpt (or term name/description), focus keyword (if provided), slug, domain, site URL, selected model, and your Site Key. Refer to rankpilotai.com for full Privacy & Terms.
Endpoint used: https://rankpilotai.com/wp-json/rankpilotai/v1/*
External services
This plugin connects to the RankPilotAI API to generate SEO snippets and manage token usage.
Base URL: https://rankpilotai.com/wp-json/rankpilotai/v1
Endpoints used
– /snippet and /snippet-bulk: called when you click “Generate with AI” on posts/terms or run a bulk job.
– /token-info: called when you save the Site Key or open the settings page to display current usage/limits.
– /token-reduce: called after a successful generation to deduct tokens.
Data sent
– Site identification: site_token, site_url (domain), plugin identifier.
– Context for generation:
– Posts: post_title, post_excerpt, post_type, focus_keyword (if set), current slug, selected model, custom_prompt, auto_slug flag.
– Terms: term_name, term_slug, term_desc, focus_keyword (if set), selected model, custom_prompt, auto_slug flag.
– No end-user PII is intentionally sent by the plugin. Content fields are the data already stored in your WordPress site.
Why it is sent
– To obtain AI-generated SEO suggestions on demand and to check your token balance.
Service provider
– RankPilotAI — Terms of Service: https://rankpilotai.com/terms/
– Privacy Policy: https://rankpilotai.com/privacy-policy/
Uninstall
Removing the plugin deletes its settings and only the score meta it created:
– Deletes option: aissp_settings
– 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 )
