Edward is the official WordPress connector for MeetEdward, an AI-powered SEO content automation service. Once installed, your WordPress site can receive articles published by Edward and have them appear as native posts — with proper SEO metadata, featured images, tags, and scheduling.
The plugin exposes a small, authenticated REST API at /wp-json/edward/v1/* that the MeetEdward service uses to publish articles. All endpoints require a randomly-generated API key that you copy into your MeetEdward dashboard once during setup. No data leaves your WordPress site without a request from MeetEdward, authenticated with your key.
fileinfo PHP extension via a four-tier mime detection ladder.After installation, copy the API key from the Tools Edward page in WordPress admin and paste it into your MeetEdward dashboard. That’s the only setup step.
This plugin is the WordPress-side interface to MeetEdward (https://meetedward.com), an AI content service. To make the integration work, MeetEdward’s servers will call this plugin’s REST endpoints — every call is authenticated with the API key you generate.
Data sent FROM your WordPress site TO MeetEdward: none initiated by the plugin. Responses to MeetEdward’s authenticated requests return information you’d expect for a publishing flow — created post IDs/URLs, your list of authors/categories/tags, basic site diagnostics — only when MeetEdward asks for them with a valid key.
Data sent FROM MeetEdward TO your WordPress site: article title, body, SEO metadata, featured image URL, tags, category, schedule. These become standard WordPress posts.
IndexNow: if you enable IndexNow via the MeetEdward dashboard, the plugin generates a key file inside your uploads directory (e.g. https://yoursite.com/wp-content/uploads/edward-seo/abc123…txt). MeetEdward then notifies api.indexnow.org of new article URLs with that URL passed as the keyLocation parameter, so Bing/Yandex/Naver/Seznam can re-crawl them. No data leaves your site directly from this plugin for IndexNow.
MeetEdward’s terms and privacy policy: https://meetedward.com/terms-of-service, https://meetedward.com/privacy-policy.