Title: Masflow Search Optimization Manager
Author: adrianofigueiredo
Published: <strong>2026 年 9 月 10 日</strong>
Last modified: 2026 年 9 月 10 日

---

搜尋外掛

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

# Masflow Search Optimization Manager

 由 [adrianofigueiredo](https://profiles.wordpress.org/adrianofigueiredo/) 開發

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

 * [詳細資料](https://tw.wordpress.org/plugins/masflow-search-optimization-manager/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/masflow-search-optimization-manager/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/masflow-search-optimization-manager/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/masflow-search-optimization-manager/#developers)

 [技術支援](https://wordpress.org/support/plugin/masflow-search-optimization-manager/)

## 外掛說明

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.

## 安裝方式

 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

## 常見問題集

### 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.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Masflow Search Optimization Manager〉的開發相關工作。

參與者

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

[將〈Masflow Search Optimization Manager〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/masflow-search-optimization-manager)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/masflow-search-optimization-manager/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/masflow-search-optimization-manager/)，
或透過 [RSS](https://plugins.trac.wordpress.org/log/masflow-search-optimization-manager/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/masflow-search-optimization-manager/)。

## 變更記錄

#### 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

## 中繼資料

 *  版本 **1.1.0**
 *  最後更新 **2 週前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.2 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.1.2**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/masflow-search-optimization-manager/)
 * 標籤:
 * [Alt Text](https://tw.wordpress.org/plugins/tags/alt-text/)[content optimization](https://tw.wordpress.org/plugins/tags/content-optimization/)
   [meta description](https://tw.wordpress.org/plugins/tags/meta-description/)[seo](https://tw.wordpress.org/plugins/tags/seo/)
   [SEO Automation](https://tw.wordpress.org/plugins/tags/seo-automation/)
 *  [進階檢視](https://tw.wordpress.org/plugins/masflow-search-optimization-manager/advanced/)

## 評分

這個項目尚無任何評論記錄。

[撰寫評分](https://wordpress.org/support/plugin/masflow-search-optimization-manager/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/masflow-search-optimization-manager/reviews/)

## 參與者

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

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/masflow-search-optimization-manager/)