WP Manifestindependent plugin directory
manifest / seo / supa-rank

SupaRank

Wordpress Plugin For AI based content optimization.

by Your Name · github.com/y000yal/supa-rank · website

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.zip

SupaRank 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

  1. Clone or download this plugin to wp-content/plugins/suparank/
  2. Install PHP dependencies: composer install
  3. Install Node.js dependencies: npm install
  4. Activate the plugin through the WordPress admin panel
  5. Configure your API keys in Settings > SupaRank

Development

Setup

  1. Copy .env.example to .env and configure your settings
  2. 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.