WP Manifestindependent plugin directory
manifest / seo / adminx-seo-content

AdminX SEO & Content

A comprehensive WordPress SEO and content optimization plugin designed for administrators to enhance search engine visibility, improve content quality, and boost organic traffic.

by AdminX · github.com/arunrajiah/adminx-seo-content · website

0stars
1forks

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/arunrajiah/adminx-seo-content/archive/refs/heads/main.zip

Readme

AdminX SEO Content cover

AdminX SEO Content logo

AdminX SEO Content 📝

A comprehensive WordPress SEO and content optimization plugin designed for administrators to enhance search engine visibility, improve content quality, and boost organic traffic.

🎯 Core Features

  • SEO Analysis: Real-time content SEO scoring and recommendations
  • Keyword Optimization: Advanced keyword research and optimization tools
  • Meta Management: Automated meta title and description generation
  • Schema Markup: Structured data implementation and management
  • Content Analysis: Readability and content quality assessment
  • XML Sitemaps: Automatic sitemap generation and submission
  • Social Media Integration: Open Graph and Twitter Card optimization
  • Performance Tracking: SEO metrics and ranking monitoring

📋 Requirements

  • WordPress 5.0 or higher
  • PHP 7.4 or higher
  • MySQL 5.6 or higher
  • Minimum 64MB PHP memory limit
  • cURL support for external API integrations

🔧 Installation

Via WordPress Admin

  1. Navigate to Plugins > Add New
  2. Search for "AdminX SEO Content"
  3. Click Install Now and then Activate

Manual Installation

  1. Download the plugin zip file
  2. Upload to /wp-content/plugins/ directory
  3. Extract the files
  4. Activate through the WordPress admin panel

Git Clone (Development)

git clone https://github.com/arunrajiah/adminx-seo-content.git
cd adminx-seo-content

⚙️ Configuration

  1. After activation, navigate to AdminX > SEO Content
  2. Configure SEO settings:
    • Set up Google Search Console integration
    • Configure keyword tracking
    • Set up automated meta generation rules
  3. Content analysis setup:
    • Configure readability standards
    • Set content quality thresholds
    • Enable real-time analysis
  4. Schema markup configuration:
    • Select schema types for content
    • Configure organization details
    • Set up local business information

🚀 Usage

Content Optimization

  1. Create or edit a post/page
  2. Use the AdminX SEO panel for real-time analysis
  3. Follow optimization recommendations
  4. Monitor SEO score improvements

Keyword Research

  1. Navigate to AdminX > Keyword Research
  2. Enter target keywords
  3. Analyze competition and search volume
  4. Generate content suggestions

Schema Markup

  1. Access AdminX > Schema Manager
  2. Configure schema types for different content
  3. Set up automated schema generation
  4. Validate schema markup

🔒 Security Features

  • Secure API integrations
  • Input validation and sanitization
  • Nonce verification for all actions
  • Capability checks for admin functions
  • Encrypted API key storage

🏗️ Technical Architecture

adminx-seo-content/
├── includes/
│   ├── class-seo-analyzer.php
│   ├── class-keyword-manager.php
│   ├── class-schema-generator.php
│   └── class-content-optimizer.php
├── admin/
│   ├── css/
│   ├── js/
│   └── partials/
├── public/
│   ├── css/
│   └── js/
└── adminx-seo-content.php

🔍 API Integration

Google Search Console

// Configure API credentials
$api_key = 'your-google-api-key';
$search_console = new AdminX_Search_Console($api_key);

// Get search performance data
$performance = $search_console->get_performance_data();

Keyword Research APIs

  • Google Keyword Planner integration
  • SEMrush API support
  • Ahrefs API compatibility

🔧 Troubleshooting

Common Issues

SEO analysis not working

  • Check content length requirements
  • Verify keyword density settings
  • Review analysis configuration

Schema markup not appearing

  • Validate schema syntax
  • Check schema type configuration
  • Verify Google Search Console integration

Keyword tracking issues

  • Verify API key configuration
  • Check API rate limits
  • Review keyword tracking settings

🤝 Contributing

We welcome contributions! Please follow these guidelines:

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/new-feature
  3. Make your changes and test thoroughly
  4. Commit with clear messages: git commit -m 'Add new feature'
  5. Push to your fork: git push origin feature/new-feature
  6. Submit a pull request

Development Setup

# Set up local WordPress development environment
# Copy plugin to wp-content/plugins/adminx-seo-content/

# Run WordPress Coding Standards check
phpcs --standard=WordPress --extensions=php ./

# Run PHP syntax validation
find . -name "*.php" -exec php -l {} \;

📝 Changelog

1.0.0

  • Initial release
  • SEO analysis engine
  • Keyword optimization tools
  • Schema markup generator
  • Content quality assessment

📄 License

This plugin is licensed under the GPL v2 or later.

👨‍💻 Author

Arun Rajiah

🆘 Support

For support and questions:


Part of the AdminX plugin suite for WordPress administrators.

Read the full README on GitHub →