Seobot Publisher For The SEO Agent Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
The SEO Agent is an AI SEO content automation platform. It does keyword research with real DataForSEO data (not estimates), drafts fact-checked articles with citations, runs them through a quality gate, and ships them to your CMS. This plugin is the WordPress receiver: every article you approve in the dashboard lands on your site as a published post.
What gets published
- Article title
- Full HTML body
- Featured image (downloaded into your WordPress media library)
- SEO meta description (Yoast and Rank Math compatible)
- Tags (auto-created if they do not exist)
- Custom slug
How it works
- Sign up at theseoagent.ai and create a WordPress integration in your dashboard. The dashboard generates a 64-character integration token.
- Install and activate this plugin on your WordPress site.
- Paste the token at The SEO Agent in your admin sidebar (the plugin opens this page automatically after activation) and click Save.
- Approve an article in the dashboard. The SEO Agent posts it to your site over HTTPS using the token.
The plugin exposes two REST routes under the seobot/v1 namespace:
POST /wp-json/seobot/v1/pingfor the dashboard’s “Test Connection” buttonPOST /wp-json/seobot/v1/articlesfor the publish payload
Both routes require the bearer token. The plugin compares it to the saved token using a constant-time comparison so nothing leaks via timing.
No telemetry. The plugin does not phone home. It only responds to requests your dashboard initiates.
External services
This plugin connects WordPress to a third-party SaaS, The SEO Agent (theseoagent.ai), which is required for the plugin to do anything useful.
What data is sent and when
- The plugin receives
POST /wp-json/seobot/v1/articlesrequests fromtheseoagent.aionly when you click “Approve” on an article in the dashboard. The payload contains the article body, title, tags, slug, meta description, and a featured-image URL. - The plugin makes outbound HTTPS requests only to fetch the featured-image URL provided in the payload (via WordPress core’s
media_sideload_image). No tracking pixels, no analytics calls. POST /wp-json/seobot/v1/pingrequests come from the dashboard’s “Test Connection” button. The response includes plugin version, WordPress version, site name, and site URL so the dashboard can confirm the integration is live.- No data is sent to The SEO Agent on plugin activation, page loads, or any background WordPress event.
Account, billing, and policies
- Using this plugin requires a paid account on The SEO Agent. Pricing: $1 trial for 3 days, then $99/mo. See theseoagent.ai/pricing.
- Terms of Service: theseoagent.ai/terms
- Privacy Policy: theseoagent.ai/privacy
Screenshots
No screenshots provided
