Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T04:59:57.000Z (2 months ago)
- Last Synced: 2024-11-17T05:25:52.514Z (2 months ago)
- Topics: ai, seo, wordpress, wordpress-plugin
- Language: JavaScript
- Homepage:
- Size: 927 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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# Demo with OpenAI gpt-3.5-turbo model
![CleanShot 2024-11-09 at 08 59 00](https://github.com/user-attachments/assets/1f137840-f8f2-42e9-be60-d32e0e011bcb)
# 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.