=== BD Connector ===
Contributors: bestdid
Tags: rest api, seo, yoast, rank math, bd geo tracker
Requires at least: 5.6
Tested up to: 6.8
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Lets BD GEO Tracker fill Yoast SEO / Rank Math fields when publishing to this site through the WordPress REST API.

== Description ==

WordPress core silently ignores post meta sent over the REST API unless the key was registered for REST. Neither Yoast SEO nor Rank Math registers its fields, so external publishing tools can create the post but not its SEO title, meta description, or focus keyword.

BD Connector registers those six meta keys (three Yoast, three Rank Math) with `show_in_rest`, guarded by an `edit_post` capability check. Nothing else: no settings page, no cron, no data collection, no front-end output.

Install it, then re-test your connection in BD GEO Tracker — the Publishing card will show "SEO fields writable ✓".

== Installation ==

1. Upload the plugin zip via Plugins → Add New → Upload Plugin, or copy the `bd-connector` folder to `/wp-content/plugins/`.
2. Activate BD Connector through the Plugins menu.
3. In BD GEO Tracker, open your brand's Publishing card and click "Test connection".

== Changelog ==

= 1.0.0 =
* Initial release: register Yoast SEO + Rank Math post-meta keys for REST writes with edit_post auth.
