=== Yoast SEO AI ===
Contributors: yoast-seo-ai
Tags: seo, yoast, ai, meta description
Requires at least: 5.8
Requires PHP: 7.4
Stable tag: 1.0.10
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Generates Yoast SEO title, meta description, and focus keyphrase with an AI API.

== Description ==

Yoast SEO AI adds a post editor meta box that generates Yoast SEO fields from real post content and saves them to Yoast post meta.

Generated fields:

* `_yoast_wpseo_title`
* `_yoast_wpseo_metadesc`
* `_yoast_wpseo_focuskw`

== Installation ==

1. Upload this folder to `wp-content/plugins/yoast-seo-ai`.
2. Activate Yoast SEO.
3. Activate Yoast SEO AI.
4. Enter the 9router API key in `Settings > Yoast SEO AI`.
5. The default endpoint/model are `https://9router/v1/chat/completions` and `ag/gemini-3-flash`.
6. Adjust the prompt in Settings if you need a different SEO writing style.

== Changelog ==

= 1.0.10 =
* Add custom plugin update integration.

= 1.0.9 =
* Add Auto support for public taxonomies such as categories, tags, and product categories.

= 1.0.8 =
* Trigger post-save integrations after Yoast SEO meta is generated.

= 1.0.7 =
* Add filemtime cache busting directly to admin asset URLs.

= 1.0.6 =
* Make admin assets load reliably on the Yoast SEO AI settings tabs.

= 1.0.5 =
* Add an Auto tab for batch processing posts with incomplete Yoast SEO fields.

= 1.0.4 =
* Remove automatic site-locale language hint so the configured prompt controls output language.

= 1.0.3 =
* Add a Generate button to public post type list tables.

= 1.0.2 =
* Add a configurable AI prompt field in Settings.

= 1.0.1 =
* Reload the editor automatically after generated SEO fields are saved.

= 1.0.0 =
* Initial release.
