Title: Concatstring VisibilityOS
Author: Sumit Tejani
Published: <strong>2026 年 8 月 19 日</strong>
Last modified: 2026 年 8 月 19 日

---

搜尋外掛

![](https://ps.w.org/concatstring-visibilityos/assets/banner-772x250.png?rev=3655312)

![](https://ps.w.org/concatstring-visibilityos/assets/icon.svg?rev=3655312)

# Concatstring VisibilityOS

 由 [Sumit Tejani](https://profiles.wordpress.org/sumittejani/) 開發

[下載](https://downloads.wordpress.org/plugin/concatstring-visibilityos.0.1.0.zip)

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

 [技術支援](https://wordpress.org/support/plugin/concatstring-visibilityos/)

## 外掛說明

VisibilityOS helps your site become discoverable and cited across Google, ChatGPT,
Claude, Gemini, Perplexity, and Copilot — not just ranked on Google.

**Free features**

 * Meta titles & descriptions
 * XML & HTML sitemaps
 * Basic schema markup
 * SEO audit engine & health score
 * Internal link suggestions
 * Executive dashboard

**Pro features**

 * GEO — Generative Engine Optimization & AI citation monitoring
 * AEO — Answer Engine Optimization
 * Entity SEO & internal knowledge graph
 * Topic cluster engine
 * Content intelligence
 * Competitor intelligence
 * Proprietary Authority Score
 * Agency reporting & white-label dashboards

### Source Code & Build Tools

VisibilityOS is fully open source (GPL-2.0-or-later). The compiled admin/editor

assets in the `build/` directory are generated from the human-readable source in
the `src/` directory using Node.js and @wordpress/scripts (webpack).

 * Full source (including `src/`, build config, and PHP) is available at: https://
   github.com/sumittejani/visibilityos
 * Build steps: `npm install` then `npm run build` (config in `webpack.config.js`/`
   package.json`).

Third-party libraries bundled with the plugin retain their original headers,
 name,
version, and repository URL in their source files (e.g. the Freemius SDK in `freemius/`).

### External Services

Some optional AI-powered features connect to third-party services. These are
 **
off by default** — no data is sent until you enable an AI feature and provide your
own API key in the plugin settings. The free tier is fully functional without any
external service.

**OpenAI (ChatGPT API)**
 Used to generate SEO content, meta titles and meta descriptions
when you enable AI content generation and configure an OpenAI API key. When you 
trigger a generation, the plugin sends the prompt text you provide (e.g. the topic,
title, or content excerpt) and your chosen model name to OpenAI’s API. No data is
sent unless you actively request a generation. Endpoint: https://api.openai.com/
v1/chat/completions Terms of Use: https://openai.com/policies/terms-of-use Privacy
Policy: https://openai.com/policies/privacy-policy

**Google Gemini (Generative Language API)**
 An alternative AI provider for the 
same content/meta generation features, used only if you select Google Gemini and
configure a Google API key. When you trigger a generation, the plugin sends the 
prompt text you provide and your chosen model name to Google’s Generative Language
API. No data is sent unless you actively request a generation. Endpoint: https://
generativelanguage.googleapis.com/v1beta/models/ Terms of Service: https://policies.
google.com/terms Privacy Policy: https://policies.google.com/privacy

## 螢幕擷圖

[⌊Executive dashboard — visibility scores across SEO, GEO, AEO, Authority, Entity,
Topic and AI citations, with an SEO health trend and pages needing attention.⌉⌊Executive
dashboard — visibility scores across SEO, GEO, AEO, Authority, Entity, Topic and
AI citations, with an SEO health trend and pages needing attention.⌉[

Executive dashboard — visibility scores across SEO, GEO, AEO, Authority, Entity,
Topic and AI citations, with an SEO health trend and pages needing attention.

[⌊Gutenberg SEO sidebar — live SEO and readability analysis, focus keyphrase suggestions
and a Google search-appearance preview.⌉⌊Gutenberg SEO sidebar — live SEO and readability
analysis, focus keyphrase suggestions and a Google search-appearance preview.⌉[

Gutenberg SEO sidebar — live SEO and readability analysis, focus keyphrase suggestions
and a Google search-appearance preview.

[⌊Internal Link Intelligence — internal link score, orphan pages, most-linked pages
and one-click link suggestions.⌉⌊Internal Link Intelligence — internal link score,
orphan pages, most-linked pages and one-click link suggestions.⌉[

Internal Link Intelligence — internal link score, orphan pages, most-linked pages
and one-click link suggestions.

## 安裝方式

 1. In WordPress, go to **Plugins  Add New  Upload Plugin** and choose `visibilityos.
    zip` (or upload the folder to `/wp-content/plugins/visibilityos`).
 2. Click **Install Now**, then **Activate**.
 3. Complete the onboarding wizard under **VisibilityOS  Dashboard**.

Building from source (developers only): run `npm install && npm run build` to compile
the admin assets.

## 常見問題集

### Does this replace Yoast or Rank Math?

VisibilityOS covers traditional SEO plus the AI-search layer (GEO/AEO) that legacy
plugins do not.

### Are AI features required?

No. The free tier is fully functional without any external API keys.

### Where do I get support?

Documentation and direct support are available from the Concatstring team at https://
labs.concatstring.com/contact. You can also use the WordPress.org support forum 
for this plugin.

## 使用者評論

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

## 參與者及開發者

以下人員參與了開源軟體〈Concatstring VisibilityOS〉的開發相關工作。

參與者

 *   [ Sumit Tejani ](https://profiles.wordpress.org/sumittejani/)

[將〈Concatstring VisibilityOS〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/concatstring-visibilityos)

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

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

## 變更記錄

#### 0.1.0

 * Initial foundation: plugin architecture, database schema, REST API, React admin
   dashboard shell, Gutenberg sidebar, security and licensing layers.

## 中繼資料

 *  版本 **0.1.0**
 *  最後更新 **3 週前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.8 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0.4**
 *  PHP 版本需求 ** 8.1 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/concatstring-visibilityos/)
 * 標籤:
 * [ai search](https://tw.wordpress.org/plugins/tags/ai-search/)[answer engine optimization](https://tw.wordpress.org/plugins/tags/answer-engine-optimization/)
   [Generative Engine Optimization](https://tw.wordpress.org/plugins/tags/generative-engine-optimization/)
   [schema](https://tw.wordpress.org/plugins/tags/schema/)[seo](https://tw.wordpress.org/plugins/tags/seo/)
 *  [進階檢視](https://tw.wordpress.org/plugins/concatstring-visibilityos/advanced/)

## 評分

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

[撰寫評分](https://wordpress.org/support/plugin/concatstring-visibilityos/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/concatstring-visibilityos/reviews/)

## 參與者

 *   [ Sumit Tejani ](https://profiles.wordpress.org/sumittejani/)

## 技術支援

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

 [檢視技術支援論壇](https://wordpress.org/support/plugin/concatstring-visibilityos/)