SupaRank
Wordpress Plugin For AI based content optimization.
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/y000yal/supa-rank/archive/refs/heads/master.zipSupaRank WordPress Plugin
AI-powered SEO optimization plugin for WordPress that integrates OpenAI, Anthropic, and Google services to help optimize your content for better search engine performance.
Features
- AI Content Analysis: Analyze your content and get actionable SEO recommendations
- Meta Tag Generation: Auto-generate SEO-optimized meta titles and descriptions
- Keyword Suggestions: Get AI-powered keyword research and optimization suggestions
- Readability Scoring: Analyze and improve content readability with Flesch scores
- Usage Tracking: Track API usage, tokens, and costs in real-time
- Bulk Operations: Process multiple posts at once
- SEO Scoring: Get overall SEO scores and recommendations
- Google Integration: Connect with Google Search Console and Analytics
Requirements
- PHP 7.4 or higher
- WordPress 5.8 or higher
- Node.js 16+ (for development)
- Composer (for PHP dependencies)
Installation
- Clone or download this plugin to
wp-content/plugins/suparank/ - Install PHP dependencies:
composer install - Install Node.js dependencies:
npm install - Activate the plugin through the WordPress admin panel
- Configure your API keys in Settings > SupaRank
Development
Setup
- Copy
.env.exampleto.envand configure your settings - Install dependencies:
composer install npm install
Building Assets
- Development with hot reload:
npm run dev - Production build:
npm run build - Watch mode:
npm run watch
Code Standards
- Run PHPCS:
composer run phpcs - Fix PHPCS issues:
composer run phpcbf - Run tests:
composer run test
Configuration
Configure your API keys in WordPress Admin > Settings > SupaRank:
- OpenAI API Key
- Anthropic API Key
- Google OAuth credentials
License
GPL v2 or later
Support
For support, please open an issue on GitHub.