Files
seo/wordpress-plugins/rank-math-api-manager/docs/README.md
Kevin Bataille 8c7cd24685 Refactor SEO automation into unified CLI application
Major refactoring to create a clean, integrated CLI application:

### New Features:
- Unified CLI executable (./seo) with simple command structure
- All commands accept optional CSV file arguments
- Auto-detection of latest files when no arguments provided
- Simplified output directory structure (output/ instead of output/reports/)
- Cleaner export filename format (all_posts_YYYY-MM-DD.csv)

### Commands:
- export: Export all posts from WordPress sites
- analyze [csv]: Analyze posts with AI (optional CSV input)
- recategorize [csv]: Recategorize posts with AI
- seo_check: Check SEO quality
- categories: Manage categories across sites
- approve [files]: Review and approve recommendations
- full_pipeline: Run complete workflow
- analytics, gaps, opportunities, report, status

### Changes:
- Moved all scripts to scripts/ directory
- Created config.yaml for configuration
- Updated all scripts to use output/ directory
- Deprecated old seo-cli.py in favor of new ./seo
- Added AGENTS.md and CHANGELOG.md documentation
- Consolidated README.md with updated usage

### Technical:
- Added PyYAML dependency
- Removed hardcoded configuration values
- All scripts now properly integrated
- Better error handling and user feedback

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-02-16 14:24:44 +01:00

4.9 KiB

Documentation - Rank Math API Manager Plugin

📚 Documentation Overview

Welcome to the comprehensive documentation for the Rank Math API Manager plugin. This documentation is organized to help you get started quickly and find the information you need.

📖 Available Guides

🚀 Getting Started

🔧 Integration & Development

📋 Reference

🎯 Quick Start

1. Installation

  1. Follow the Installation Guide to set up the plugin
  2. Configure WordPress Application Passwords
  3. Test the API endpoint

2. Basic Usage

# Update SEO metadata for a post
curl -X POST "https://your-site.com/wp-json/rank-math-api/v1/update-meta" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Authorization: Basic [your-credentials]" \
  -d "post_id=123&rank_math_title=Your SEO Title&rank_math_description=Your meta description"

3. Integration

🔍 Finding What You Need

By Task

Task Documentation
Install the plugin Installation Guide
Understand the API API Documentation
See examples Example Use Cases
Integrate with tools Integration Guide
Fix problems Troubleshooting Guide
Secure your setup Security Guide

By Experience Level

Beginner

  1. Installation Guide - Start here
  2. Example Use Cases - See what's possible
  3. API Documentation - Learn the basics

Intermediate

  1. Integration Guide - Connect with your tools
  2. Troubleshooting Guide - Solve common issues
  3. Security Guide - Secure your implementation

Advanced

  1. API Documentation - Complete reference
  2. Security Guide - Advanced security configuration
  3. Integration Guide - Custom integrations

🆘 Getting Help

Documentation Issues

If you find errors or missing information in the documentation:

Plugin Issues

For plugin bugs or problems:

Security Issues

For security vulnerabilities:

📝 Contributing to Documentation

We welcome contributions to improve the documentation:

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

Documentation Standards

  • Use clear, concise language
  • Include code examples where helpful
  • Follow the existing format and structure
  • Test all code examples before submitting

🔄 Documentation Updates

This documentation is updated with each plugin release. Check the Changelog for the latest changes.

Version Information

  • Current Version: 1.0.6
  • Last Updated: July 2025
  • WordPress Compatibility: 5.0+
  • PHP Compatibility: 7.4+

📞 Support


Related Links:


Last Updated: July 2025
Version: 1.0.6