Title: AEOBridge Connector for Leadstore
Author: leadst0re
Published: <strong>September 5, 2026</strong>
Last modified: September 5, 2026

---

Search plugins

![](https://ps.w.org/aeobridge-connector-for-leadstore/assets/banner-772x250.png?
rev=3682040)

![](https://ps.w.org/aeobridge-connector-for-leadstore/assets/icon.svg?rev=3682040)

# AEOBridge Connector for Leadstore

 By [leadst0re](https://profiles.wordpress.org/leadst0re/)

[Download](https://downloads.wordpress.org/plugin/aeobridge-connector-for-leadstore.1.1.3.zip)

 * [Details](https://wordpress.org/plugins/aeobridge-connector-for-leadstore/#description)
 * [Reviews](https://wordpress.org/plugins/aeobridge-connector-for-leadstore/#reviews)
 *  [Installation](https://wordpress.org/plugins/aeobridge-connector-for-leadstore/#installation)
 * [Development](https://wordpress.org/plugins/aeobridge-connector-for-leadstore/#developers)

 [Support](https://wordpress.org/support/plugin/aeobridge-connector-for-leadstore/)

## Description

AEOBridge Connector for Leadstore connects WordPress with [Leadstore.xyz](https://leadstore.xyz/),
the AI visibility and AEO platform. “Leadstore” is used in the plugin name to identify
service compatibility. After an administrator explicitly connects the site, the 
plugin keeps these assets synchronized:

 * Leadstore AEO measurement tag and privacy-preserving pixel fallback.
 * Organization and FAQPage JSON-LD generated for the connected Leadstore site.
 * A virtual `/llms.txt` resource.
 * A virtual `/llm-data.json` resource.
 * Signed publishing and updating of Leadstore-generated WordPress posts.
 * Read-only import of existing published posts and pages into Leadstore.

An active Leadstore account is required. The plugin itself is open source and contains
no paid feature gates. Features performed by the external Leadstore service may 
depend on the user’s Leadstore subscription.

#### External service

This plugin connects to the Leadstore service hosted at `https://shop.daamdekhi.
com` after an administrator enters a short-lived setup code and clicks Connect. 
It sends the site’s public home URL, REST API URL, WordPress version, and plugin
version to associate the WordPress installation with the correct Leadstore site.
After connection it periodically requests the site’s AEO asset bundle and loads 
the documented Leadstore measurement script for traffic and AI-crawler analytics.
Leadstore can also send cryptographically signed requests to create, update, or 
trash posts and to read published posts/pages for an administrator-requested import.

No connection or external request is made until an administrator explicitly configures
the plugin. See the Leadstore [privacy policy](https://leadstore.xyz/privacy) and
[terms of service](https://leadstore.xyz/terms).

#### robots.txt and sitemap behavior

The plugin does not replace WordPress, Yoast, Rank Math, or another SEO plugin’s
robots.txt or sitemap. Normal WordPress posts remain part of the active WordPress/
SEO sitemap. This avoids duplicate or conflicting sitemap output.

### Privacy

The plugin stores the Leadstore site identifier and an integration secret in WordPress
options. It sends the public site URL, WordPress version, plugin version, and connected
AEO asset requests to Leadstore. The frontend measurement tag can send page URL,
referrer, language, viewport, timestamp, sampling value, basic device signals, and
UTM campaign values to Leadstore as documented in the Leadstore privacy policy. 
It does not intentionally transmit WordPress passwords or visitor form contents.

When an administrator starts an import in Leadstore, the plugin can return published
post/page titles, slugs, excerpts, HTML content, public URLs, and creation/modification
dates. Publishing requests can send generated title, content, excerpt, slug, status,
and canonical URL to WordPress. Requests are signed with a revocable per-site secret
and protected against replay.

## Screenshots

[⌊Leadstore content autopilot for reviewing generated and scheduled WordPress content.⌉⌊
Leadstore content autopilot for reviewing generated and scheduled WordPress content
.⌉[

Leadstore content autopilot for reviewing generated and scheduled WordPress content.

[⌊Leadstore AI visibility analytics for monitoring performance after publishing.⌉⌊
Leadstore AI visibility analytics for monitoring performance after publishing.⌉[

Leadstore AI visibility analytics for monitoring performance after publishing.

[⌊Leadstore dashboard overview for managing AEO activity and connected channels.⌉⌊
Leadstore dashboard overview for managing AEO activity and connected channels.⌉[

Leadstore dashboard overview for managing AEO activity and connected channels.

## Installation

 1. Install and activate AEOBridge Connector for Leadstore.
 2. In Leadstore, open the WordPress publishing destination for your site and generate
    a setup code.
 3. In WordPress, open Settings > AEOBridge Connector for Leadstore.
 4. Paste the setup code, review the connection information, and click Connect.
 5. Verify the displayed `/llms.txt` and `/llm-data.json` links.

## FAQ

### Does the plugin modify robots.txt or my sitemap?

No. WordPress core and popular SEO plugins already manage these resources. The connector
avoids replacing them or creating a duplicate sitemap.

### Does disconnecting or uninstalling delete posts?

No. It removes local connection data and cached AEO assets. Existing WordPress content
is preserved.

### Why can llms.txt return a hosting or CDN error?

Some Nginx, managed-hosting, or CDN configurations intercept `.txt` and `.json` 
paths before WordPress receives the request. Exclude `/llms.txt` and `/llm-data.
json` from static-file rules and CDN caches if the displayed content is stale or
unavailable.

### Does the plugin contact Leadstore before I connect?

No. Scheduled refreshes do nothing until an administrator explicitly connects the
site.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

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

Contributors

 *   [ leadst0re ](https://profiles.wordpress.org/leadst0re/)

[Translate “AEOBridge Connector for Leadstore” into your language.](https://translate.wordpress.org/projects/wp-plugins/aeobridge-connector-for-leadstore)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/aeobridge-connector-for-leadstore/),
check out the [SVN repository](https://plugins.svn.wordpress.org/aeobridge-connector-for-leadstore/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/aeobridge-connector-for-leadstore/)
by [RSS](https://plugins.trac.wordpress.org/log/aeobridge-connector-for-leadstore/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.3

 * Added the Leadstore.xyz plugin homepage and branded WordPress.org directory assets.
 * Added Leadstore product screenshots and a prominent website link to the directory
   description.

#### 1.1.2

 * Renamed the plugin to AEOBridge Connector for Leadstore to identify it as a distinct
   integration for the Leadstore service.

#### 1.1.1

 * Hardened JSON-LD output by using WordPress’s safe default JSON encoding.

#### 1.1.0

 * Added passwordless, signed post publishing and updating.
 * Added read-only import of existing published posts and pages.
 * Added local publishing-author selection and remote disconnect revocation.
 * Replaced remotely supplied tracking markup with locally constructed markup from
   validated structured configuration.

#### 1.0.0

 * Initial public release.
 * Added explicit administrator connection flow.
 * Added cached Leadstore AEO asset synchronization.
 * Added JSON-LD and measurement tag output.
 * Added virtual llms.txt and llm-data.json resources.

## Meta

 *  Version **1.1.3**
 *  Last updated **2 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [aeo](https://wordpress.org/plugins/tags/aeo/)[analytics](https://wordpress.org/plugins/tags/analytics/)
   [content](https://wordpress.org/plugins/tags/content/)[llms](https://wordpress.org/plugins/tags/llms/)
   [schema](https://wordpress.org/plugins/tags/schema/)
 *  [Advanced View](https://wordpress.org/plugins/aeobridge-connector-for-leadstore/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/aeobridge-connector-for-leadstore/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/aeobridge-connector-for-leadstore/reviews/)

## Contributors

 *   [ leadst0re ](https://profiles.wordpress.org/leadst0re/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/aeobridge-connector-for-leadstore/)