WordPress Integration
Connect RankVectors with your WordPress site
Overview
The WordPress integration provides automatic content syncing and link implementation for your WordPress site.
Installation
- Download the RankVectors WordPress plugin
- Upload to your WordPress site
- Activate the plugin
- Configure your API key
Configuration
- Go to RankVectors in your WordPress admin menu
- Enter your API key from the RankVectors dashboard
- Select which post types to sync
- Configure sync schedule
Features
- Automatic Content Sync: Pages and posts sync automatically
- Link Suggestions: Review suggestions in WordPress admin
- One-Click Implementation: Implement links directly from WordPress
- Bulk Operations: Handle multiple posts at once
Usage
Once configured, RankVectors will:
- Sync your WordPress content automatically
- Generate link suggestions for your posts
- Display suggestions in the WordPress editor
- Allow one-click link implementation
Manual Sync
You can manually trigger a sync:
// In your WordPress theme or plugin
do_action('rankvectors_sync_all_posts');
API Access
The plugin provides API endpoints for custom integrations:
GET /wp-json/rankvectors/v1/suggestions- Get suggestionsPOST /wp-json/rankvectors/v1/implement- Implement linksPOST /wp-json/rankvectors/v1/sync- Trigger sync
Troubleshooting
⚠️
Make sure your API key is correct and has proper permissions.
Common issues:
- Sync not working: Check API key and connection
- Suggestions not appearing: Ensure posts have content
- Implementation failing: Verify WordPress REST API is enabled
Support
For WordPress-specific issues, contact support at support@rankvectors.com.