Title: GrowthSEO &#8211; Content Sync
Author: meetcpatel907
Published: <strong>Alunsun 29, 2026</strong>
Last modified: avuvɔsun 11, 2026

---

Search plugins

![](https://ps.w.org/growthseo-content-sync/assets/banner-772x250.png?rev=3449214)

![](https://ps.w.org/growthseo-content-sync/assets/icon-256x256.png?rev=3449214)

# GrowthSEO – Content Sync

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

[Download](https://downloads.wordpress.org/plugin/growthseo-content-sync.1.0.19.zip)

 * [Details](https://fon.wordpress.org/plugins/growthseo-content-sync/#description)
 * [Reviews](https://fon.wordpress.org/plugins/growthseo-content-sync/#reviews)
 *  [Installation](https://fon.wordpress.org/plugins/growthseo-content-sync/#installation)
 * [Development](https://fon.wordpress.org/plugins/growthseo-content-sync/#developers)

 [Support](https://wordpress.org/support/plugin/growthseo-content-sync/)

## Description

GrowthSEO – Content Sync adds a secure REST API endpoint to your WordPress site 
so GrowthSEO can publish or update posts remotely. It uses an API key you control
in WordPress settings, and supports featured images and HTML/Markdown content.

 * Improved Authorization
 * Endpoints: `GET /wp-json/growthseo/v1/ping`, `POST /wp-json/growthseo/v1/publish`
 * Accepts `title`, `slug`, `content_html` or `content_markdown`, optional `metaDescription`,`
   heroImageUrl`, `status`
 * Sets/updates posts by slug; supports `publish`, `draft`, `pending`

## Installation

 1. Upload the plugin files to the `/wp-content/plugins/growthseo-content-sync` directory,
    or upload the ZIP via Plugins  Add New  Upload Plugin.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Go to Settings  GrowthSEO – Content Sync. Copy the API Key.
 4. In GrowthSEO, configure the Webhook Integration with the Bearer token. Endpoint
    base is your site URL, e.g. `https://example.com/wp-json/growthseo/v1/publish`.

## FAQ

### How do I regenerate the API key?

On the Settings  GrowthSEO – Content Sync page, click “Generate New API Key”.

### What is the endpoint URL?

/wp-json/growthseo/v1/publish on your site. Test connectivity with `/wp-json/growthseo/
v1/ping`.

### What permissions are required?

Requests are authorized with the API key only. No user login is required.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“GrowthSEO – Content Sync” is open source software. The following people have contributed
to this plugin.

Contributors

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

[Translate “GrowthSEO – Content Sync” into your language.](https://translate.wordpress.org/projects/wp-plugins/growthseo-content-sync)

### Interested in development?

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

## Changelog

#### 1.0.19

 * Improved: The plugin download is now around 30 KB instead of 5.6 MB. The admin
   menu icon was a 2048×2048 image being displayed at 20×20; it is now sized for
   its actual use.

#### 1.0.18

 * Added: “Generate New Key” — you can now replace your Integration Key at any time.
   The old key is revoked immediately. Previously a key could only be changed by
   deleting and reinstalling the plugin.
 * Added: Integration Keys are now stored as a one-way fingerprint instead of readable
   text, so a copy of your database no longer reveals a working key. Existing keys
   keep working and move to the new storage the first time you generate a new key.
 * Added: Recent Activity log on the settings page, listing every request the publish
   endpoint received — accepted or rejected — with time, result and article. No 
   IP addresses are recorded.
 * Security: Fixed an issue where structured data (JSON-LD) supplied with an article
   was written to the page without validation. A caller holding a valid Integration
   Key could have used it to place scripts on published articles. Stored data is
   now re-encoded and anything that is not valid structured data is discarded.
 * Security: Repeated failed key attempts from one address are now rate limited.

#### 1.0.17

 * Fixed: Posts could be published without their featured image on slower sites.
   The featured image is now imported before the rest of the article’s images, publishing
   keeps running if the connection drops, and a background check sets the image 
   if the request is cut short.

#### 1.0.16

 * Added: Inline content images (not just the featured image) are now imported into
   the WordPress media library and served from your own domain instead of being 
   hotlinked from external storage. Images are deduplicated across re-publishes,
   and any image that cannot be imported keeps its original URL so posts never show
   a broken image.

#### 1.0.15

 * Fixed: Posts published through the integration now automatically refresh the 
   Rank Math and Yoast sitemap cache, so new posts appear in the sitemap without
   needing a manual re-save.

#### 1.0.14

 * Added: Alt text for hero image.

#### 1.0.13

 * Added: Default author selection in settings; published posts use the selected
   author (same as category).

#### 1.0.12

 * Improved: Improved Authorization

#### 1.0.11

 * Added: SEO Meta integration support for Yoast SEO, Rank Math, SEOPress, and All
   in One SEO
 * Improved: Automatically maps meta title, description, and keywords to installed
   SEO plugins

#### 1.0.10

 * Improved: Redesigned admin interface with clearer two-step setup process
 * Improved: Better visual separation between GrowthSEO Dashboard settings and WordPress
   settings
 * Improved: Simplified language throughout settings page for non-technical users
 * Fixed: Integration Key now properly preserved when saving other WordPress settings
 * Enhanced: Added helpful section headers and instructions to guide users through
   setup
 * Enhanced: Improved copy-to-clipboard functionality with clearer labels

#### 1.0.9

 * Fixed: YouTube/Vimeo embeds not rendering when HTML contained wrappers
 * Added: Allowlist for

<

iframe> in post context (KSES) so embeds persist safely
 * Changed: Keep KSES enabled
for security; removed temporary KSES disable during save * Note: If you programmatically
send embeds, avoid wrapping a block

<

div> inside a

<

p>

#### 1.0.8

 * Added: Default Post Status setting – Choose between “Publish” or “Draft” as default
   status for new posts
 * New: Posts can now be automatically created as drafts for review before publishing
 * Improved: More flexible post publishing workflow with configurable default status
 * Enhanced: Webhook requests can still override default status by providing explicit
   status parameter

#### 1.0.7

 * Fixed: Critical issue – JSON-LD structured data scripts displaying as plain text
   on posts
 * Improved: JSON-LD scripts now properly injected into HTML head section for SEO
 * Enhanced: Automatic extraction and storage of JSON-LD scripts separate from post
   content
 * Performance: Cleaner post content without visible script tags

#### 1.0.6

 * Fixed: Critical issue – Empty content when publishing posts with non-English 
   languages (de, fr, es, etc.)
 * Fixed: 404 permalink errors for non-English posts with various permalink structures
 * Improved: Direct database language assignment for WPML (more reliable, prevents
   content loss)
 * Improved: Automatic content verification and restoration after language assignment
 * Improved: Permalink regeneration to ensure compatibility with all permalink structures(
   Plain, Post name, Day and name, etc.)
 * Performance: Faster language assignment by bypassing unnecessary WordPress hooks

#### 1.0.5

 * Added: WPML and Polylang multilingual plugin support
 * Added: Language assignment for posts via lang parameter
 * Added: Featured Image setting – Enable/disable featured image with automatic 
   first H1 and image removal
 * Fixed: Language context now properly set before post creation for correct language
   view visibility
 * Improved: Posts now correctly appear in language-specific post views

#### 1.0.4

 * Added: Multi-select tags support in settings
 * New: Automatically assign selected tags to published posts
 * Improved: Enhanced taxonomy management for webhook-published posts

#### 1.0.3

 * Added: Default category selection in settings
 * New: Automatically assign published posts to selected category
 * Improved: Category management for webhook-published posts

#### 1.0.2

 * Fixed: JSON-LD structured data now renders properly instead of displaying as 
   plain text
 * Added: Script tag support for JSON-LD in post content

#### 1.0.1

 * Fixed: Critical error when uploading featured images via webhook
 * Added: Required WordPress admin dependencies for media sideload
 * Improved: Error logging for failed image uploads

#### 1.0.0

Initial release.

## Meta

 *  Version **1.0.19**
 *  Last updated **4 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.6 or higher **
 *  Tested up to **6.9.7**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/growthseo-content-sync/)
 * Tags
 * [headless](https://fon.wordpress.org/plugins/tags/headless/)[publishing](https://fon.wordpress.org/plugins/tags/publishing/)
   [rest-api](https://fon.wordpress.org/plugins/tags/rest-api/)[webhook](https://fon.wordpress.org/plugins/tags/webhook/)
 *  [Advanced View](https://fon.wordpress.org/plugins/growthseo-content-sync/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/growthseo-content-sync/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/growthseo-content-sync/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/growthseo-content-sync/)