https://github.com/mslinnea/ai-seo-tools
WordPress Plugin: AI SEO Tools
https://github.com/mslinnea/ai-seo-tools
ai seo wordpress wordpress-plugin
Last synced: 11 months ago
JSON representation
WordPress Plugin: AI SEO Tools
- Host: GitHub
- URL: https://github.com/mslinnea/ai-seo-tools
- Owner: mslinnea
- License: gpl-3.0
- Created: 2024-11-02T13:54:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-11T22:10:35.000Z (about 1 year ago)
- Last Synced: 2025-05-11T22:28:11.976Z (about 1 year ago)
- Topics: ai, seo, wordpress, wordpress-plugin
- Language: JavaScript
- Homepage:
- Size: 327 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WordPress Plugin: AI SEO Tools
This plugin provides a set of tools to help with automating SEO using Generative AI. Tested with OpenAI, and should
be compatible with all AI services supported by the [AI Services Plugin](https://github.com/felixarntz/ai-services).
## Features
- Generate Meta Description
- Generate Meta Keywords
- Generate Image Alt Text via Image Block toolbar button
- Generate Image Alt Text in Media Library
# Media Library Integration

# Demo with OpenAI gpt-3.5-turbo model

# Requirements
- WordPress 6.6+
- PHP 8.2+
# Installation
- First Install and Activate the [AI Services Plugin](https://wordpress.org/plugins/ai-services/)
- Navigate to Settings => AI Services
- Configure an API key for at least one AI service.
- Install this plugin by downloading the zip from the `main-built` branch or the latest release.
# Development
- `nvm use` to ensure you are using the correct version of Node.js.
- `npm install` to install dependencies.
- `npm run build` to build the plugin.