Title: RockIt SEO &amp; AEO Auto-Fixer
Author: s1ranand
Published: <strong>June 11, 2026</strong>
Last modified: June 11, 2026

---

Search plugins

![](https://s.w.org/plugins/geopattern-icon/rockit-seo-aeo-auto-fixer.svg)

# RockIt SEO & AEO Auto-Fixer

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

[Download](https://downloads.wordpress.org/plugin/rockit-seo-aeo-auto-fixer.1.0.4.zip)

 * [Details](https://wordpress.org/plugins/rockit-seo-aeo-auto-fixer/#description)
 * [Reviews](https://wordpress.org/plugins/rockit-seo-aeo-auto-fixer/#reviews)
 *  [Installation](https://wordpress.org/plugins/rockit-seo-aeo-auto-fixer/#installation)
 * [Development](https://wordpress.org/plugins/rockit-seo-aeo-auto-fixer/#developers)

 [Support](https://wordpress.org/support/plugin/rockit-seo-aeo-auto-fixer/)

## Description

**RockIt SEO & AEO Auto-Fixer** uses Claude AI (via the RockIt Web service) to analyze
your WordPress posts and pages and automatically fix the most common SEO and Answer
Engine Optimization (AEO) issues.

**How it works:**

Open any post or page in the WordPress editor and click the ⚡ RockIt icon in the
top bar. The plugin will:

 1. **Scan** your content and show a before score with a list of issues
 2. **Fix** — sends your content to the RockIt AI service which generates optimized
    meta titles, meta descriptions, focus keywords and FAQ schema
 3. **Show** the after score so you can see exactly how much improvement was made

**Features:**

 * AI-powered meta title and description generation (compatible with Yoast SEO, 
   AIOSEO, Rank Math, SureRank)
 * Focus keyword identification and writing
 * FAQPage JSON-LD schema injection for AEO / featured snippets
 * Article schema for blog posts
 * PageSpeed analysis with real Core Web Vitals (FCP, LCP, CLS, TBT)
 * Automatic lazy loading, font-display swap and DNS prefetch fixes
 * Before/after score comparison on a consistent scoring scale
 * Fix log showing all optimization history
 * Free plan: 20 AI fix runs per day per site

**No API keys needed.** The plugin connects to the RockIt Web service which handles
the AI analysis. Create a free account directly inside the plugin panel.

**External Services:**

This plugin connects to the RockIt Web API (`rockit-web.in/plugin-api/`) to perform
AI content analysis and PageSpeed testing. By using this plugin you agree to the
RockIt Web [Terms of Service](https://rockit-web.in/terms) and [Privacy Policy](https://rockit-web.in/privacy).

Data sent to the RockIt Web API includes:
 – Post title, meta description and content
excerpt (first 2500 characters) – Heading structure, word count and readability 
metrics – Your site URL (for rate limiting) – Name and email when you register for
a free account

The AI analysis is powered by Anthropic’s Claude AI. PageSpeed analysis uses the
Google PageSpeed Insights API. Both are accessed server-side through the RockIt 
Web service — your site never communicates directly with Anthropic or Google.

 * RockIt Web: [https://rockit-web.in](https://rockit-web.in)
 * Source code: [https://github.com/s1ranand22/rockit-seo-aeo-fixer](https://github.com/s1ranand22/rockit-seo-aeo-fixer)
 * Terms of Service: [https://rockit-web.in/terms](https://rockit-web.in/terms)
 * Privacy Policy: [https://rockit-web.in/privacy](https://rockit-web.in/privacy)
 * Anthropic: [https://www.anthropic.com](https://www.anthropic.com)
 * Google PageSpeed Insights: [https://developers.google.com/speed/docs/insights/v5/about](https://developers.google.com/speed/docs/insights/v5/about)

## Installation

 1. Upload the `rockit-seo-aeo-fixer` folder to `/wp-content/plugins/`
 2. Activate the plugin through the **Plugins** menu in WordPress
 3. Open any post or page in the editor
 4. Click the **RockIt** icon (circle with R) in the top editor bar
 5. Register with your name and email — it’s free
 6. Click **Scan** to analyze your content, then **Fix All** to apply AI improvements

## FAQ

### Do I need any API keys?

No. The plugin connects to the RockIt Web service which handles all AI and PageSpeed
analysis. Just register with your name and email inside the plugin panel.

### Is there a free plan?

Yes. The free plan includes 20 AI fix runs per day per site. Upgrade at rockit-web.
in for unlimited scans.

### Which SEO plugins does it work with?

RockIt writes meta titles and descriptions to Yoast SEO, AIOSEO, Rank Math and SureRank
automatically. It detects which plugin you have installed and writes to the correct
fields.

### Does it modify my post content?

No. RockIt only writes to post meta fields (SEO plugin fields and schema data). 
It never modifies your post title, content body, or slug. All changes are reversible.

### What data is sent to the RockIt API?

Your post title, the first 2500 characters of content, heading structure, word count,
meta description and your site URL. Personal post data beyond this is never transmitted.
See our Privacy Policy for full details.

### Is it compatible with Gutenberg?

Yes. The plugin uses the native WordPress Gutenberg plugin sidebar API and appears
as a panel in the right-hand sidebar of the block editor.

### What is AEO?

Answer Engine Optimization (AEO) refers to optimizing content for AI-powered answer
engines and featured snippets (Google, Bing, ChatGPT, Perplexity). The plugin generates
FAQPage schema markup which helps your content appear in these results.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“RockIt SEO & AEO Auto-Fixer” is open source software. The following people have
contributed to this plugin.

Contributors

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

[Translate “RockIt SEO & AEO Auto-Fixer” into your language.](https://translate.wordpress.org/projects/wp-plugins/rockit-seo-aeo-auto-fixer)

### Interested in development?

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

## Changelog

#### 1.0.4

 * Changed text domain to rockit-seo-aeo-auto-fixer to match plugin slug
 * Replaced inline style echo with wp_add_inline_style() for font-display swap
 * Removed JSON_UNESCAPED_SLASHES from FAQ and Article schema outputs
 * Updated contributor username to s1ranand

#### 1.0.3

 * Fixed Plugin URI and Author URI conflict

#### 1.0.2

 * Fixed all WordPress plugin checker warnings
 * Removed deprecated load_plugin_textdomain call
 * Improved input sanitization throughout

#### 1.0.0

 * Initial release
 * AI-powered meta title, description and focus keyword generation
 * FAQPage and Article JSON-LD schema injection
 * PageSpeed analysis with Core Web Vitals
 * Before/after score comparison
 * Compatible with Yoast SEO, AIOSEO, Rank Math, SureRank
 * Free plan: 20 AI fix runs per day

## Meta

 *  Version **1.0.4**
 *  Last updated **10 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 8.0 or higher **
 * Tags
 * [AI](https://wordpress.org/plugins/tags/ai/)[meta description](https://wordpress.org/plugins/tags/meta-description/)
   [pagespeed](https://wordpress.org/plugins/tags/pagespeed/)[schema](https://wordpress.org/plugins/tags/schema/)
   [seo](https://wordpress.org/plugins/tags/seo/)
 *  [Advanced View](https://wordpress.org/plugins/rockit-seo-aeo-auto-fixer/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/rockit-seo-aeo-auto-fixer/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/rockit-seo-aeo-auto-fixer/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/rockit-seo-aeo-auto-fixer/)