AI SEO Meta Generator (Gemini)
SEO Auto Meta Generator Plugin integrated with Gemini API key
by Kasina Yuvaraj, PixelNinjaByte · github.com/pixelninjabyte/seo-auto-meta-generator-plugin · website
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/pixelninjabyte/seo-auto-meta-generator-plugin/archive/refs/heads/main.zipA WordPress plugin that automatically generates SEO-friendly meta descriptions using the Google Gemini AI API.
It also includes a full WordPress admin panel, Gemini API key settings, and an AI SEO Playground where you can manually test and generate descriptions.
This project is built for WordPress developers who want to integrate AI into SEO workflows.
🚀 Features
- 🔮 Auto-Generate Meta Descriptions using Gemini API
- ⚡ Automatically saves meta description as post meta
- 📝 Injects
<meta name="description">dynamically - 🔑 Gemini API key settings page
- 🧪 AI Playground inside WP Admin
- 📘 Built-in instructions page
- 🧩 Clean plugin architecture (separated includes)
📂 Folder Structure
ai-seo-meta/ │ ├── ai-seo-meta.php ├── includes/ │ ├── admin-page.php │ ├── gemini-client.php │ └── meta-generator.php └── readme.txt
🔧 Installation
-
Download or clone this repository:
git clone https://github.com/PixelNinjaByte/SEO-Auto-Meta-Generator-Plugin
-
Upload the folder to:
/wp-content/plugins/
-
Activate the plugin through the 'Plugins' menu in WordPress.
-
Open the new menu item:
AI SEO
-
Enter your Gemini API key and save settings.