Blogent Connector for WordPress
Blogent Connector for WordPress
Description
Blogent Connector for WordPress is the official publishing integration for the Blogent SaaS platform. It is not a standalone AI writer, SEO tool, or autoblogging service.
Blogent SaaS — not this WordPress connector — analyzes your website, plans topics, creates articles, prepares SEO metadata and images, and schedules publication. This connector only receives prepared post data from Blogent through an authenticated webhook and publishes it in WordPress.
This connector does not generate, research, plan, optimize, or rewrite content. It requires an active Blogent account and a configured AI SEO Blog project; without Blogent SaaS, it has no content to publish.
The connector can:
- Receive generated SEO articles from Blogent.tools through a secure webhook.
- Publish WordPress posts with titles, content, slugs, dates, excerpts, meta titles, and meta descriptions.
- Assign categories based on rubrics and language-specific mappings.
- Add featured images from webhook image URLs, configured Media Library IDs, or a local image folder fallback.
- Store SEO metadata for Yoast SEO, Rank Math, or All in One SEO when one of those plugins is active.
- Publish multilingual content with WP Multilang, Polylang, or WPML when one of those plugins is active.
- Keep webhook troubleshooting logs available in the WordPress admin area.
External Service
This connector works exclusively with the Blogent SaaS platform and is not a separate Blogent product or service.
After activation, the plugin creates a unique webhook URL in the WordPress admin area. You copy that webhook URL into your Blogent.tools dashboard. Blogent.tools then sends article data to your WordPress site when you publish or schedule content from the Blogent.tools dashboard.
Service website: https://blogent.tools/
AI SEO Blog page: https://blogent.tools/services/seo-blog
WordPress setup guide: https://blogent.tools/docs/seo-blog#wordpress
Terms: https://blogent.tools/terms
Privacy policy: https://blogent.tools/privacy
Privacy
The plugin does not send WordPress site data to Blogent.tools by itself. WordPress receives inbound webhook requests from Blogent.tools after the site owner copies the generated webhook URL into their Blogent.tools dashboard.
Webhook payloads can include article text, article title, post slug, publish date, meta title, meta description, rubric/category keys, parameters, image URL, and image category. The plugin stores that data in WordPress posts, post metadata, options, attachments, and plugin logs.
If a webhook payload contains an image URL, WordPress downloads that image from the provided URL and stores it in the local Media Library.
Installation
- Upload the plugin files to the
/wp-content/plugins/smmix-ai-seo-blog/directory, or install the plugin ZIP through the WordPress Plugins screen. - Activate the plugin through the Plugins screen in WordPress.
- Go to Settings > Blogent Connector.
- Copy the generated webhook URL.
- Paste the webhook URL into your Blogent.tools AI SEO Blog project settings.
- Configure category mappings and image mappings if needed.
Faq
Yes. The connector only receives content generated and sent from a Blogent AI SEO Blog project. It cannot create content independently.
No. Blogent SaaS performs website analysis, content planning, article creation, SEO preparation, and scheduling. This connector only transfers prepared content from Blogent into WordPress.
Yes. When Blogent.tools sends a valid webhook request with the correct token, the plugin creates WordPress posts from the payload.
The plugin detects Yoast SEO, Rank Math, and All in One SEO and writes supported SEO metadata when one of them is active.
The plugin detects WP Multilang, Polylang, and WPML and uses the active multilingual plugin when publishing translated content.
Logs can be viewed or cleared from Settings > Blogent Connector > Logs.
Reviews
Changelog
2.6
- Renamed the public plugin to Blogent Connector for WordPress.
- Clarified that Blogent is the SaaS product and the plugin is only its WordPress publishing connector.
- Kept existing technical identifiers and webhook integrations compatible.
2.5
- Renamed public plugin branding and service references from SMMIX to Blogent.
- Updated public service URLs to blogent.tools.
2.4
- Renamed the plugin to Blogent AI SEO Blog and updated the text domain for the new slug.
- Moved admin copy-button JavaScript to the WordPress enqueue API.
- Added webhook payload sanitization before posts and SEO metadata are created.
2.3
- Added WordPress.org-ready plugin structure and assets staging.
- Added a copy button for the generated webhook URL.
- Improved webhook token handling, settings sanitization, and WordPress coding standards compatibility.
- Moved plugin logs from a local file to WordPress options.
- Replaced direct filesystem and direct database operations with WordPress APIs where appropriate.
2.2
- Added image category support for webhook-provided custom images.
- Added fallback image selection by rubric and local folder.
- Improved metadata handling for supported SEO plugins.
- Added WordPress.org package metadata and readme.