Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.03 KB

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.

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

Requirements

  • WordPress 6.6+
  • PHP 8.2+

Installation

  • First Install and Activate the AI Services Plugin
  • 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.