
EONSR AEO Agent is a powerful content generation tool designed to help website owners automate the creation of SEO and AEO (Answer Engine Optimization) friendly articles.
Unlike generic AI writers, this plugin utilizes a specialized 2-pane UI workflow and structured prompt engineering to produce in-depth, formatted, and media-rich content directly within your WordPress dashboard.
How it works (SaaS Service)
This plugin operates as a connector (client) to the EONSR Cloud Platform. It sends your input (keywords, topics, settings) to our external Node.js processing servers to generate content using advanced AI models (Google Gemini API). This architecture ensures your WordPress site remains fast and is not burdened by heavy AI processing tasks.
All plugin features are fully functional. The plugin itself contains no locked or restricted functionality. API usage limits are managed entirely server-side by the EONSR Cloud service.
Key Features
This plugin connects to the following external services. By using this plugin, you agree to the terms of each service listed below.
This plugin requires the EONSR Cloud API to function. All content generation, image creation, and translation features are processed on EONSR’s external servers — no AI processing is done locally on your WordPress site.
https://commercial-api.congtyeon.comThis plugin optionally uses the YouTube Data API v3 to search for and embed relevant videos inside generated articles.
https://www.googleapis.com/youtube/v3/searchThis plugin registers several REST API endpoints on your WordPress site. These are not outbound connections — they are inbound webhooks that allow the EONSR Cloud server to deliver generated content back to your site after processing is complete.
POST /wp-json/eonsr-aeo-agent/v1/scheduled-post/create — Receives the completed article from EONSR Cloud and creates/schedules the WordPress post. Authenticated via a shared secret key validated server-side.POST /wp-json/eonsr-aeo-agent/v1/sync-license — Receives license status updates pushed from EONSR Cloud (e.g., after renewal or plan change).GET /wp-json/eonsr-aeo-agent/v1/languages — Returns the list of active Polylang languages on your site, used by EONSR Cloud to correctly route translated content.GET /wp-json/eonsr-aeo-agent/v1/posts — Returns a list of existing post titles/slugs, used by EONSR Cloud to avoid duplicate content during bulk generation.GET /wp-json/eonsr-aeo-agent/v1/keyphrases — Returns existing focus keyphrases from your site’s database, used to avoid keyword cannibalization during bulk generation.No sensitive WordPress user data (passwords, emails, private meta) is exposed through these endpoints. The /scheduled-post/create and /sync-license endpoints validate a shared secret before accepting any data.