Title: Masflow Search Optimization Manager
Author: adrianofigueiredo
Published: <strong>ސެޕްޓެމްބަރ 10, 2026</strong>
Last modified: ސެޕްޓެމްބަރ 10, 2026

---

Search plugins

![](https://ps.w.org/masflow-search-optimization-manager/assets/icon-256x256.png?
rev=3689907)

# Masflow Search Optimization Manager

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

[Download](https://downloads.wordpress.org/plugin/masflow-search-optimization-manager.1.1.0.zip)

 * [Details](https://dv.wordpress.org/plugins/masflow-search-optimization-manager/#description)
 * [Reviews](https://dv.wordpress.org/plugins/masflow-search-optimization-manager/#reviews)
 *  [Installation](https://dv.wordpress.org/plugins/masflow-search-optimization-manager/#installation)
 * [Development](https://dv.wordpress.org/plugins/masflow-search-optimization-manager/#developers)

 [Support](https://wordpress.org/support/plugin/masflow-search-optimization-manager/)

## Description

This plugin is the connector between your WordPress site and your Masflow
 account.
On its own it does nothing: it exposes a set of signed REST endpoints that only 
your own Masflow account can call, using a secret key you generate here and paste
there.

An active account at [masflow.com.br](https://masflow.com.br) is required
 for any
proposal to be generated or applied. Without a connected account the plugin stays
idle.

Nothing changes on your site without your approval. Every proposal shows
 the current
text, the new text, and the reason for the change.

#### What the plugin does on your site

 * Reads titles, descriptions, content, and categories from your pages,
    posts and
   products
 * Applies only a fixed, predefined set of change types, never arbitrary
    code
 * Stores the previous value of every change, with one-click rollback
 * Clears the site cache after applying a change (LiteSpeed Cache, WP
    Rocket, W3
   Total Cache, WP Super Cache, WP Engine)
 * Detects Rank Math, Yoast SEO, SEOPress and All in One SEO, and writes
    to each
   one’s native meta format

#### Security

Every request is signed with HMAC-SHA256 over the method, the route, a
 timestamp,
a single-use nonce and a hash of the body, so an intercepted call cannot be replayed.
The secret key is shown only once and can be regenerated at any time from the settings
screen, which immediately revokes the previous access.

### External services

This plugin connects your site to Masflow, a hosted service operated by
 Masflow
Agentes de IA LTDA (CNPJ 68.669.853/0001-54, Brazil). The plugin is only useful 
with an account on that service.

**What the service is used for**

Masflow analyses the site’s content and its Google Search Console
 performance data,
proposes SEO improvements, and — after you approve each one in your Masflow account—
sends those changes back to this plugin to be applied.

**What data is exchanged and when**

The plugin does not send anything on its own and makes no outbound
 requests. It
only responds to signed requests coming from your Masflow account, which happen 
when you run a diagnosis or approve a change. Those requests can read: the WordPress
and PHP versions, the site URL and locale, the active SEO plugin, page builder, 
cache plugin and e-commerce plugin, the number of published pages, posts and products,
and — for the pages being analysed — the title, content, SEO meta fields, taxonomy
terms, permalink and image alt text.

The service also reads Search Console data for the property you connect,
 using 
Google authorisation that you grant separately in your Masflow account and can revoke
at any time.

**Service terms**

 * Terms of Service: https://masflow.com.br/terms-of-service/
 * Privacy Policy: https://masflow.com.br/privacy-policy/

The Masflow service is a paid product. Account terms are arranged
 directly with
Masflow.

## Installation

 1. Upload the plugin folder to `/wp-content/plugins/`, or install it from
     Plugins
    > Add New > Upload Plugin
 2. Activate the plugin
 3. Go to Settings > Masflow SEO
 4. If you do not have an account yet, click “Create my Masflow account”
 5. Copy the site key and the secret key shown there and paste them into
     your Masflow
    account, on the site connection screen

## FAQ

### Do I need to pay to install the plugin?

The plugin itself is free and GPL licensed. It requires an account on the
 Masflow
service to do anything, and that service is paid.

### Does the plugin change my site on its own?

No. Every change is proposed first and only applied after you approve it
 in your
Masflow account.

### What types of changes can the plugin apply?

Meta title, meta description, canonical URL, per-page indexing control,
 custom 
schema, page title, page content, Elementor content, image alt text and taxonomy
terms. The list is fixed in the code and nothing outside it is executed.

### Does the plugin work with any SEO plugin?

It detects Rank Math, Yoast SEO, SEOPress and All in One SEO and writes
 to each
one’s own meta fields. Without one of these installed, the meta-related actions 
are reported as unsupported and are never proposed.

### How do I disconnect the plugin?

Go to Settings > Masflow SEO and click “Generate a new key”. That revokes
 access
immediately, until you paste the new key into your Masflow account. Deactivating
the plugin also stops all access.

### What happens to my data if I uninstall the plugin?

The backup table stays in the database so that changes can still be
 traced. It 
is never sent anywhere without a signed request from your own account.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Masflow Search Optimization Manager” is open source software. The following people
have contributed to this plugin.

Contributors

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

[Translate “Masflow Search Optimization Manager” into your language.](https://translate.wordpress.org/projects/wp-plugins/masflow-search-optimization-manager)

### Interested in development?

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

## Changelog

#### 1.1.0

 * Renamed the plugin and prefixed every function, class, constant, option, transient,
   cache key, REST namespace and database table
 * Replaced an unprefixed global helper function that could collide with other plugins
 * All admin strings are now translatable, with a Brazilian Portuguese translation
   included
 * Added the external services disclosure to the readme
 * Word counting is now UTF-8 aware, so accented words are no longer split
 * Existing site keys and backup history are migrated automatically on activation

#### 1.0.1

 * Added object caching to the backup count in the health endpoint
 * Reworded the short description for clarity

#### 1.0.0

 * Initial release

## Meta

 *  Version **1.1.0**
 *  Last updated **9 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.2 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.4 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/masflow-search-optimization-manager/)
 * Tags
 * [Alt Text](https://dv.wordpress.org/plugins/tags/alt-text/)[content optimization](https://dv.wordpress.org/plugins/tags/content-optimization/)
   [meta description](https://dv.wordpress.org/plugins/tags/meta-description/)[seo](https://dv.wordpress.org/plugins/tags/seo/)
   [SEO Automation](https://dv.wordpress.org/plugins/tags/seo-automation/)
 *  [Advanced View](https://dv.wordpress.org/plugins/masflow-search-optimization-manager/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/masflow-search-optimization-manager/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/masflow-search-optimization-manager/reviews/)

## Contributors

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/masflow-search-optimization-manager/)