Pay-as-you-go artificial intelligence (AI); Search engine optimisations (SEO), proofreading, content translation, auditing, and more in development. Our service is currently in beta.
Please visit WPSEO.AI for more information on our services.
Visit our FAQ to find out how to set up your WPSEO.AI plugin installation.
You can also top up credits, or set up a new subscription. All credits purchased, do not expire, and can be used at any time.
- Download plugin
- Buy credits
- Frequently Asked Questions (FAQ)
- Terms of Service
- Privacy policy
- WPSEO.AI on WordPress.org
- Intermittent WSOD: On Gutenberg editor, of translated (via WPML) posts - possible bad escape/encoding
- PHP 7.1+
- Wordpress 5.2+
All source files for this plugin can be found on the GitHub plugin page
| Source | Target |
|---|---|
~/src/wpseoai.scss |
~/dist/wpseoai.css |
~/src/wpseoai.ts |
~/dist/main.js |
~/src/wpseoai_gutenberg.tsx |
~/dist/wpseoai_gutenberg.js |
Use pnpm build or pnpm dev
NOTE: For local development; post-back facility would require SSH port forwarding to the outside, with a wpseoai_return_host override. Alternatively, use the retrieve facility.
php -S 127.0.0.1:8000
bash bin/install-wp-tests.sh <DB_NAME> <DB_USER> '<PASSWORD>' <DB_HOST> <WORDPRESS_VERSION>
You'll need to establish an .env, inside the tests directory, with test environment Subscription ID, and Secret values. Contact WPSEO.AI via one of the contact forms on the website, if you wish to try the test environment.
phpunit --debug