WP Manifestindependent plugin directory
manifest / ai / the-brandsmen-ai-seo-generator

AI SEO Generator

Automated SEO content generation with Google Gemini AI, Google Sheets integration, and scheduling

by The Brandsmen · github.com/codebyamos/the-brandsmen-ai-seo-generator · 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/codebyamos/the-brandsmen-ai-seo-generator/archive/refs/heads/main.zip

Readme

The Brandsmen AI SEO Generator

A specialized WordPress plugin for The Brandsmen, providing AI-powered SEO content generation using Google Gemini AI, with Google Sheets integration, scheduling capabilities, and email notifications.

Features

  • 🤖 AI-Powered Content Generation - Generate high-quality SEO articles using Google Gemini AI
  • 📊 Google Sheets Integration - Import keywords and topics from Google Sheets for bulk content generation
  • Scheduling System - Schedule content generation with customizable intervals and queues
  • 🖼️ AI Image Generation - Automatically generate featured images for articles
  • 📧 Email Notifications - Receive notifications when articles are generated or queued
  • 🔄 Auto-Updates - Update the plugin directly from GitHub releases
  • 🎯 Brandsmen-Specific Configuration - Custom settings tailored for The Brandsmen workflows

Requirements

  • WordPress 5.0 or higher
  • PHP 7.4 or higher
  • Google Gemini API key
  • Google Cloud Service Account (for Sheets integration and image generation)

Installation

  1. Download the latest release from the Releases page
  2. Upload the plugin folder to /wp-content/plugins/
  3. Run composer install in the plugin directory (required for Google Sheets integration)
  4. Activate the plugin through the WordPress admin
  5. Go to Brandsmen AI SEO Generator > Settings to configure your API keys

Configuration

Google Gemini API Key

  1. Go to Google AI Studio
  2. Create a new API key
  3. Enter the key in the plugin settings

Google Sheets Integration

  1. Create a service account in Google Cloud Console
  2. Download the JSON credentials file
  3. Store the file securely outside your web root
  4. Enter the path to the credentials file in the plugin settings
  5. Share your Google Sheet with the service account email

License

Licensed under the GPL v2 or later.

Read the full README on GitHub →