You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p class="description"><?phpesc_html_e( 'Only a site administrator can manage billing, disconnect the site, or change plugin features.', 'aeo-content-ai-studio' ); ?></p>
<p class="description aeo-connect-help"><?phpesc_html_e( 'Ask a site administrator to complete the connection flow or provide a verified site token.', 'aeo-content-ai-studio' ); ?></p>
Copy file name to clipboardExpand all lines: aeo-content-ai-studio.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
/**
3
3
* Plugin Name: AEO Content AI Studio
4
4
* Description: AI visibility audits and content publishing for WordPress. Track citations, prioritize fixes, and publish optimized drafts from AEO Content AI Studio.
@@ -65,6 +65,8 @@ Start from **AEO Content** in your WordPress admin sidebar:
65
65
2. The popup closes automatically and your site is connected
66
66
3. Or use **Create Account Manually** / **I Already Have an Account** for email-based setup
67
67
68
+
You can also start from AEO Content AI Studio, enter your site URL, and finish the connection from WordPress admin.
69
+
68
70
= External Service =
69
71
70
72
This plugin connects to the AEO Content platform at `aeocontent.ai` for the following purposes:
@@ -92,6 +94,10 @@ Alternatively, search for "AEO Content AI Studio" in the WordPress plugin direct
92
94
93
95
Yes. The plugin connects to the AEO Content platform which manages content optimization and audit scoring. Visit [aeocontent.ai](https://www.aeocontent.ai) to get started with a free audit.
94
96
97
+
= Can I connect my WordPress site from AEO Content AI Studio? =
98
+
99
+
Yes. You can start from Studio, enter your site URL, and complete the connection from your WordPress admin screen. You can also start from the plugin inside WordPress. Both flows connect the same site.
100
+
95
101
= What does the Audit Report show? =
96
102
97
103
The site audit evaluates 48 criteria across five pillars: Content Originality (25%), Content Uniqueness (25%), Extractability (25%), Entity and Data Richness (15%), and Structural Signals (10%). Each page also gets a per-page AEO Page Rank score from 0 to 100 with letter grades (A through F) based on 17 content-specific checks. The workflow screen is organized into Connect, Diagnose, Fix, and AI Visibility stages. Most websites score between 30 and 60. Above 70 indicates strong AI citation readiness.
@@ -104,6 +110,10 @@ The AI Visibility stage tracks whether AI engines actually cite your site in the
104
110
105
111
AEO Content AI Studio reads your posts via the plugin's REST API, optimizes them using AI, and sends updated content back. The plugin creates or updates WordPress posts with the optimized content, including categories, tags, featured images, and FAQ structured data. You control which posts are updated from the platform.
106
112
113
+
= Why does Push as Draft fail? =
114
+
115
+
Most draft publishing failures come from one of these issues: the site is not fully connected, the connected domain does not match the current WordPress site URL, the plugin is out of date, or a security layer is blocking REST API requests. Update the plugin, confirm the site connection, and try again.
116
+
107
117
= Is it compatible with Yoast SEO / Rank Math? =
108
118
109
119
Yes. The plugin does not inject schema or modify meta tags on the frontend. It manages post content and metadata through standard WordPress functions, so it works alongside any SEO plugin without conflicts.
@@ -112,6 +122,14 @@ Yes. The plugin does not inject schema or modify meta tags on the frontend. It m
112
122
113
123
The heartbeat sends only technical metadata: site URL, plugin version, WordPress version, PHP version, and enabled features. Post content is only transmitted when you explicitly use AEO Content AI Studio to read or publish posts. All communication is encrypted via HTTPS.
114
124
125
+
= Where do I get support? =
126
+
127
+
For plugin setup, connection, audit, and publishing issues, use the [WordPress.org support forum](https://wordpress.org/support/plugin/aeo-content-ai-studio/). For private account or billing issues, use support through [aeocontent.ai](https://www.aeocontent.ai).
128
+
129
+
= What information should I include in a support request? =
130
+
131
+
Please include your plugin version, WordPress version, PHP version, site URL, whether you started from WordPress or Studio, the exact error message, and the steps needed to reproduce the issue. Do not post API keys, tokens, or passwords.
132
+
115
133
= Does the plugin slow down my site? =
116
134
117
135
No. The plugin has zero frontend footprint:it does not add scripts, styles, or markup to your public pages. The heartbeat runs via WP-Cron in the background, and audit data is cached locally.
@@ -130,6 +148,11 @@ The plugin requires a valid site connection to the AEO Content platform. Without
130
148
131
149
== Changelog ==
132
150
151
+
= 1.2.7 =
152
+
* Added support visibility improvements in WordPress admin with direct Docs and Support Forum links
153
+
* Added plugin list links for Settings, Support, Docs, and Support Forum discovery
154
+
* Expanded the FAQ with Studio-first connection help and publishing troubleshooting guidance
155
+
133
156
= 1.2.6 =
134
157
* Security hardening for Studio connection handoff: admin confirmation is now nonce-protected instead of auto-completing on page load
135
158
* Local content index now excludes posts the current dashboard user cannot edit
@@ -176,6 +199,9 @@ Local logging remains available for secure platform-to-plugin diagnostics, but u
176
199
177
200
== Upgrade Notice ==
178
201
202
+
= 1.2.7 =
203
+
Improves support visibility with direct Docs and Support Forum links in WordPress admin and adds troubleshooting FAQ updates on WordPress.org.
204
+
179
205
= 1.2.2 =
180
206
Adds AI Visibility stage with live daily monitoring from 5 AI engines, workflow-based 4-stage UI, and discovery profiles.
0 commit comments