AmalyAI Connector

Description

AmalyAI Connector is the official bridge between your WordPress site and the AmalyAI cloud platform. Once connected with a serial key, AmalyAI can:

  • Push AI-generated articles, FAQs and pages directly to WordPress as drafts or published content.
  • Apply SEO fixes to existing pages and posts (meta descriptions, titles, image alt text) — with native support for Yoast, Rank Math, AIOSEO, SEOPress and The SEO Framework.
  • Style article content with a clean, responsive iOS-style layout.
  • Convert Q&A sections inside posts into accessible, animated FAQ accordions.
  • Inject FAQPage JSON-LD schema for richer search results.
  • Submit updated URLs to IndexNow (Bing, Yandex) for instant indexing.
  • Manage robots.txt and llms.txt files remotely.
  • Update WooCommerce product descriptions with AI content.
  • Work with multilingual sites (WPML and Polylang).

All communication is authenticated via a per-site serial key with timing-safe comparison, IP-based rate limiting, brute-force lockout and a structured failure log.

External services

This plugin relies on the following third-party / external services. Each is described below, together with what data is sent and when.

AmalyAI SaaS platform

This plugin connects to the AmalyAI SaaS platform to send and receive content for your site. AmalyAI is the cloud service that generates AI content, performs SEO fixes and decides what gets pushed to your WordPress site.

  • Service URL: https://app.amalyai.com
  • Default API URL: https://app.amalyai.com
  • Terms of Service: https://amalyai.com/terms
  • Privacy Policy: https://amalyai.com/privacy

When the plugin is connected and used, the following data may be exchanged with AmalyAI:

  • Site URL, site name and REST URL (sent during the initial handshake so AmalyAI knows where to push content).
  • The serial key you paste in the settings page (used to authenticate every request, in both directions).
  • Article content, titles, slugs, meta descriptions, focus keyphrases and images you ask AmalyAI to publish.
  • SEO data of public pages and posts (titles, meta descriptions, headings, image alt text) when you initiate an SEO scan.
  • Lists of categories, languages and post titles when AmalyAI requests them.
  • robots.txt and llms.txt content when you ask AmalyAI to read or update them.

No data is sent to AmalyAI without an action initiated either by you (in the WordPress admin) or by an authenticated request from your AmalyAI workspace. The connector does not run any background data export.

IndexNow

This plugin can submit URLs from your site to the IndexNow API so that participating search engines (Bing, Yandex and others) can crawl new or updated content faster.

  • Service URL: https://api.indexnow.org/IndexNow
  • IndexNow website / documentation: https://www.indexnow.org/
  • Terms of use: https://www.indexnow.org/terms
  • Privacy policy (the “Privacy” section of the same IndexNow terms page): https://www.indexnow.org/terms

Data sent to IndexNow:

  • The hostname of your site.
  • A site-specific verification key (generated locally on first use and served from your site as {key}.txt).
  • A list of URLs from your site (up to 100 per request) that you have asked AmalyAI to submit, or — if no URLs are passed — the URLs of the most recently modified public posts, pages and WooCommerce products.

URLs are only forwarded to IndexNow when an authenticated request from your AmalyAI workspace explicitly invokes the IndexNow submission endpoint of this plugin. The plugin does not contact IndexNow on its own.

Installation

  1. Upload the amalyai-connector folder to the /wp-content/plugins/ directory, or install the plugin through the WordPress Plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Go to the new “AmalyAI” menu item in your WordPress sidebar.
  4. Paste the serial key from your AmalyAI dashboard and click “Connect”.
  5. Once connected, you can adjust article and FAQ styling and toggle features from the same screen.

FAQ

Do I need an AmalyAI account to use this plugin?

Yes. The connector is the bridge between your WordPress site and the AmalyAI SaaS platform. You need a serial key from https://app.amalyai.com to use it.

Does the plugin work without a connection?

The plugin will install and activate, but most features only become useful once connected. The article styling and FAQ accordion features can be toggled and previewed locally, but they only run on content that exists in your site.

Which SEO plugins are supported?

Yoast SEO, Rank Math, All in One SEO (AIOSEO), SEOPress and The SEO Framework. If none of these is installed, the connector falls back to native WordPress meta fields.

Does it work with WPML / Polylang?

Yes. When pushing posts or fetching categories, you can specify a language code and the connector will set or filter the content accordingly.

Where does the connector send my data?

Only to the AmalyAI Core URL you configured (default: https://app.amalyai.com), and to https://api.indexnow.org when you explicitly submit URLs to IndexNow. See the “External services” section above for full details.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“AmalyAI Connector” is open source software. The following people have contributed to this plugin.

Contributors

Translate “AmalyAI Connector” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.0

  • Initial release.