Title: SEO Rocket Integration
Author: seorocket
Published: <strong>14 Janoary 2026</strong>
Last modified: 20 Febroary 2026

---

Search plugins

![](https://ps.w.org/seo-rocket-integration/assets/banner-772x250.png?rev=3440729)

![](https://ps.w.org/seo-rocket-integration/assets/icon-256x256.png?rev=3439726)

# SEO Rocket Integration

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

[Download](https://downloads.wordpress.org/plugin/seo-rocket-integration.1.7.1.zip)

 * [Details](https://mg.wordpress.org/plugins/seo-rocket-integration/#description)
 * [Reviews](https://mg.wordpress.org/plugins/seo-rocket-integration/#reviews)
 *  [Installation](https://mg.wordpress.org/plugins/seo-rocket-integration/#installation)
 * [Development](https://mg.wordpress.org/plugins/seo-rocket-integration/#developers)

 [Support](https://wordpress.org/support/plugin/seo-rocket-integration/)

## Description

SEO Rocket Integration enables seamless publishing of AI-generated, SEO-optimized
articles from [SEO Rocket](https://www.seorocket.app) directly to your WordPress
site.

#### Key Features

 * **REST API Integration** – Extends WordPress REST API to support SEO metadata
   fields
 * **Yoast SEO Support** – Automatically sets focus keywords and meta descriptions
   for Yoast SEO
 * **Rank Math Support** – Full compatibility with Rank Math SEO plugin
 * **Automatic Indexables Rebuild** – Ensures Yoast SEO score indicators update 
   correctly
 * **SEO Plugin Detection** – API endpoint to detect which SEO plugin is active

#### How It Works

 1. Install and activate this plugin on your WordPress site
 2. Connect your WordPress site to SEO Rocket using Application Passwords
 3. Publish articles from SEO Rocket with one click
 4. SEO metadata (focus keywords, meta descriptions) sync automatically

#### REST API Endpoints

**Detect SEO Plugin**
 GET /wp-json/seo-rocket/v1/detect-plugin

Returns information about which SEO plugin is active on the site.

#### Requirements

 * WordPress 5.9 or higher
 * PHP 7.4 or higher
 * Yoast SEO or Rank Math (recommended, but not required)

#### Privacy

This plugin does not collect any user data. It only provides REST API endpoints 
for publishing content from SEO Rocket.

## Installation

#### Automatic Installation

 1. Go to Plugins > Add New in your WordPress admin
 2. Search for “SEO Rocket Integration”
 3. Click “Install Now” and then “Activate”

#### Manual Installation

 1. Download the plugin zip file
 2. Go to Plugins > Add New > Upload Plugin
 3. Upload the zip file and click “Install Now”
 4. Activate the plugin

#### Configuration

No configuration required. The plugin automatically detects your SEO plugin (Yoast
SEO or Rank Math) and enables the appropriate REST API fields.

## FAQ

### Do I need Yoast SEO or Rank Math installed?

No, the plugin works without any SEO plugin installed. However, SEO metadata (focus
keywords, meta descriptions) will only be set if you have Yoast SEO or Rank Math
active.

### How do I connect SEO Rocket to my WordPress site?

 1. Generate an Application Password in WordPress (Users > Your Profile > Application
    Passwords)
 2. Add your WordPress site URL and Application Password in SEO Rocket’s integrations
    settings
 3. Test the connection to verify everything works

### Why aren’t Yoast SEO scores showing for published articles?

This plugin includes automatic indexables rebuilding for Yoast SEO. If scores still
don’t appear, try:
 1. Edit the post in WordPress and click Update (this forces 
Yoast to recalculate) 2. Check that WP_DEBUG is disabled in production

### Is this plugin compatible with other SEO plugins?

Currently, the plugin supports Yoast SEO and Rank Math. Support for additional SEO
plugins may be added in future versions.

### Does this plugin slow down my site?

No. The plugin only adds lightweight REST API endpoints and hooks. It has no impact
on frontend performance.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“SEO Rocket Integration” is open source software. The following people have contributed
to this plugin.

Contributors

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

[Translate “SEO Rocket Integration” into your language.](https://translate.wordpress.org/projects/wp-plugins/seo-rocket-integration)

### Interested in development?

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

## Changelog

#### 1.7.1

 * Removed error_log() calls to resolve WordPress.org PHPCS warnings

#### 1.7.0

 * Fixed Yoast green light not appearing reliably on all sites
 * Added direct update_post_meta saving — bypasses REST API meta registration which
   fails when Yoast registers the same keys without show_in_rest
 * Changed from register_meta to register_post_meta with explicit post-type subtypes
 * Added unregister/re-register flow to override Yoast’s and Rank Math’s existing
   meta registrations
 * Removed conditional class_exists checks from meta registration — all SEO fields
   are now always registered
 * Reads meta from raw JSON body (get_json_params) to bypass REST API field filtering
 * Split meta save (priority 5) and indexable rebuild (priority 10) into separate
   hooks for correct ordering

#### 1.6.0

 * Fixed Yoast SEO green light not appearing on REST API published posts
 * Register _yoast_wpseo_linkdex and _yoast_wpseo_content_score meta fields for 
   REST API
 * Register rank_math_seo_score meta field for Rank Math REST API
 * Added Yoast indexables rebuild hook for immediate SEO score indicator updates
 * Refactored field registration to reduce code duplication

#### 1.4.0

 * Tested up to WordPress 6.9
 * Plugin header cleanup for WordPress.org compliance

#### 1.3.0

 * Initial WordPress.org compliant release
 * Full support for Yoast SEO and Rank Math
 * REST API endpoint for SEO plugin detection
 * Automatic Yoast indexables rebuilding
 * WordPress coding standards compliance

#### 1.2.0

 * Added Rank Math support
 * Improved error logging

#### 1.1.0

 * Added Yoast indexables auto-rebuild feature
 * Cache clearing for immediate SEO score updates

#### 1.0.0

 * Initial release with Yoast SEO REST API support

## Meta

 *  Version **1.7.1**
 *  Last updated **2 volana ago**
 *  Active installations **100+**
 *  WordPress version ** 5.9 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/seo-rocket-integration/)
 * Tags
 * [rank math](https://mg.wordpress.org/plugins/tags/rank-math/)[rest-api](https://mg.wordpress.org/plugins/tags/rest-api/)
   [seo](https://mg.wordpress.org/plugins/tags/seo/)[Yoast](https://mg.wordpress.org/plugins/tags/yoast/)
 *  [Advanced View](https://mg.wordpress.org/plugins/seo-rocket-integration/advanced/)

## Ratings

Mbola tsy misy domberina voaray hatreto.

[Your review](https://wordpress.org/support/plugin/seo-rocket-integration/reviews/#new-post)

[Hijery ny  domberina rehetra](https://wordpress.org/support/plugin/seo-rocket-integration/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/seo-rocket-integration/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.seorocket.app)