Title: LeSEP &#8211; 多合一搜索引擎提交插件
Author: 老蒋和他的小伙伴
Published: <strong>2026 年 8 月 28 日</strong>
Last modified: 2026 年 8 月 28 日

---

搜尋外掛

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

![](https://ps.w.org/lesep/assets/icon-256x256.png?rev=3669997)

# LeSEP – 多合一搜索引擎提交插件

 由 [老蒋和他的小伙伴](https://profiles.wordpress.org/laobuluo/) 開發

[下載](https://downloads.wordpress.org/plugin/lesep.1.2.2.zip)

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

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

## 外掛說明

LESEP helps WordPress site owners notify search engines when content is published,
updated, or removed. It supports multiple search providers from one settings screen.

#### Supported search engines

 * **Google** — Indexing API with a service account JSON key
 * **Bing** — official IndexNow endpoint
 * **IndexNow alliance** — public IndexNow endpoint for multiple engines
 * **Yandex** — IndexNow endpoint for Yandex Search
 * **Baidu** — active URL push API from Baidu Webmaster Tools
 * **Toutiao** — auto-push script from Toutiao Webmaster Tools (only allowlisted
   CDN script URLs are output)

IndexNow-based engines can share one API key. The plugin can serve a virtual `{key}.
txt` file so you do not need to upload it manually.

#### Key features

 * **Event-based auto submission** — only pushes when you publish, schedule publish,
   update published posts, or delete/trash content. Existing site content is not
   scanned or re-submitted automatically.
 * **Async queue** — URLs are queued and submitted via WP-Cron without blocking 
   post saves.
 * **Manual batch submit** — paste up to 500 URLs per request on a dedicated admin
   tab.
 * **Connection tests** — test API credentials from the admin screen.
 * **Key file check** — verify IndexNow key files are publicly reachable.
 * **Submission logs** — charts, recent entries, export to JSON/CSV, delete and 
   clear actions.
 * **Encrypted secrets** — API keys, tokens, and JSON credentials are encrypted 
   before storage.
 * **Migration** — imports settings from the legacy `webmastersubmit` plugin slug.

#### Admin location

**Settings  Search Engine Submission**

Tabs: Search Engines | General | Batch Submit | Submission Log

#### Links

 * Plugin homepage: https://www.lezaiyun.com/lesep.html

### External services

This plugin connects to third-party search-engine APIs and CDNs so it can notify
those services about your content URLs. No visitor personal profiles are collected
by the plugin itself. When an enabled engine runs, the plugin may send the public
post/page URLs of your site (and, where required by the provider, your configured
site host, API token/key, or OAuth credentials). Data is sent only when you enable
an engine and a submit action occurs (publish/update/delete auto-queue, manual batch
submit, or connection test), except Toutiao which loads its script on frontend page
views while enabled.

#### Google Indexing API and Google OAuth

 * Used for: authenticating with a Google service account and submitting URL update/
   delete notifications.
 * Data sent: JWT assertion to obtain an access token; then public content URLs 
   and notification type (`URL_UPDATED` / `URL_DELETED`) to the Indexing API.
 * Endpoints: `https://oauth2.googleapis.com/token`, `https://indexing.googleapis.
   com/v3/urlNotifications:publish`
 * Terms of Service: https://developers.google.com/terms
 * Privacy Policy: https://policies.google.com/privacy

#### Bing IndexNow

 * Used for: submitting URLs to Bing via IndexNow.
 * Data sent: your IndexNow key, key file location, host, and the list of public
   URLs being submitted.
 * Endpoint: `https://www.bing.com/indexnow`
 * Terms of Service: https://www.microsoft.com/servicesagreement
 * Privacy Policy: https://privacy.microsoft.com/privacystatement

#### IndexNow (alliance endpoint)

 * Used for: submitting URLs through the public IndexNow API shared by participating
   search engines.
 * Data sent: your IndexNow key, key file location, host, and the list of public
   URLs being submitted.
 * Endpoint: `https://api.indexnow.org/indexnow`
 * Terms of Service / Privacy: https://www.indexnow.org/terms

#### Yandex IndexNow

 * Used for: submitting URLs to Yandex via IndexNow.
 * Data sent: your IndexNow key, key file location, host, and the list of public
   URLs being submitted.
 * Endpoint: `https://yandex.com/indexnow`
 * Terms of Service: https://yandex.com/legal/webmaster_termsofuse/
 * Privacy Policy: https://yandex.com/legal/confidential/

#### Baidu URL submission API

 * Used for: pushing public URLs to Baidu Search Resource Platform for faster discovery.
 * Data sent: configured site host, API token, and the list of public URLs in the
   request body.
 * Endpoint: `http://data.zz.baidu.com/urls`
 * Terms / legal notices: https://www.baidu.com/duty/
 * Privacy Policy: https://www.baidu.com/duty/yinsiquan.html

#### Toutiao (ByteDance) auto-push script

 * Used for: loading the official Toutiao webmaster auto-inclusion script so visiting
   browsers can help Toutiao discover page URLs.
 * Data sent: when the feature is enabled, visitors’ browsers request the allowlisted
   Toutiao/ByteDance CDN script URL you configured; the script may observe the current
   page URL in the visitor browser context according to Toutiao’s own script behavior.
 * Typical CDN hosts: ByteDance/Toutiao CDN domains such as `*.bytegoofy.com`
 * Terms of Service: https://www.toutiao.com/user_agreement/
 * Privacy Policy: https://www.toutiao.com/privacy_protection/

## 螢幕擷圖

[⌊Search engine configuration and connection tests⌉⌊Search engine configuration 
and connection tests⌉[

Search engine configuration and connection tests

[⌊General settings for auto submission⌉⌊General settings for auto submission⌉[

General settings for auto submission

[⌊Manual batch URL submission⌉⌊Manual batch URL submission⌉[

Manual batch URL submission

## 安裝方式

 1. Upload the `lesep` folder to `/wp-content/plugins/` or install the ZIP from the
    WordPress admin.
 2. Activate **lesep**.
 3. Open **Settings  Search Engine Submission**, enable the engines you need, and save
    API credentials.
 4. Configure auto-submission options on the **General** tab.
 5. Use **Test connection** on each engine to verify credentials.

If you previously used the `webmastersubmit` plugin, settings are migrated automatically
on load.

## 常見問題集

### Will this submit all old posts automatically?

No. Auto submission runs only when you publish, schedule publish, update published
content, or delete/trash supported post types. Use **Batch Submit** to manually 
push historical URLs.

### Baidu returns “site init fail”. What should I do?

The `site` value must be a plain domain such as `www.example.com` without `http://`
or `https://`, and it must exactly match the site verified in Baidu Webmaster Tools.

### Google test fails but other engines work. Why?

The Google Indexing API is mainly intended for specific URL types such as job postings
and broadcast events. Generic blog posts may be rejected by Google even when credentials
are valid.

### How does Toutiao work?

Paste the auto-push JavaScript from Toutiao Webmaster Tools into the Toutiao engine
settings. The plugin extracts only HTTPS script URLs on allowlisted Toutiao/ByteDance
CDN hosts and outputs a safe external `<script src>` tag in the frontend `<head>`.
Arbitrary inline JavaScript is not executed.

### What happens on uninstall?

Options, pending queue data, logs, scheduled events, and Google token transients
are removed.

## 使用者評論

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

## 參與者及開發者

以下人員參與了開源軟體〈LeSEP – 多合一搜索引擎提交插件〉的開發相關工作。

參與者

 *   [ 老蒋和他的小伙伴 ](https://profiles.wordpress.org/laobuluo/)

[將〈LeSEP – 多合一搜索引擎提交插件〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/lesep)

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

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

## 變更記錄

#### 1.2.2

 * Constrained Toutiao auto-push output to allowlisted CDN script URLs with late`
   wp_kses` escaping
 * Upgraded bundled Chart.js to 4.5.1
 * Documented third-party / external services, data sent, and Terms/Privacy links
   in readme

#### 1.2.1

 * Added Batch Submit tab for manual URL lists (up to 500 URLs)
 * Removed sitemap auto-fetch submission
 * Event-based auto submission for publish, update, and delete
 * Baidu site field and HTTP endpoint fixes
 * Toutiao JS auto-push support
 * Renamed from webmastersubmit to lesep with data migration
 * Bundled Chart.js locally for WordPress.org compliance

#### 1.2.0

 * Split IndexNow engines (Bing / alliance / Yandex)
 * Submission log charts and export
 * Encrypted credential storage

## 中繼資料

 *  版本 **1.2.2**
 *  最後更新 **4 週前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 5.8 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.1.2**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/lesep/)
 * 標籤:
 * [baidu](https://tw.wordpress.org/plugins/tags/baidu/)[google](https://tw.wordpress.org/plugins/tags/google/)
   [indexing](https://tw.wordpress.org/plugins/tags/indexing/)[indexnow](https://tw.wordpress.org/plugins/tags/indexnow/)
   [seo](https://tw.wordpress.org/plugins/tags/seo/)
 *  [進階檢視](https://tw.wordpress.org/plugins/lesep/advanced/)

## 評分

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

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

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

## 參與者

 *   [ 老蒋和他的小伙伴 ](https://profiles.wordpress.org/laobuluo/)

## 技術支援

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

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