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.
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
No analytics or tracking. Only the fields required to generate snippets are sent to RankPilotAI.
Removes plugin options and deletes meta keys starting with _aissp_.
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/*
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/
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
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 )