Title: Linkable
Author: VOID Technology
Published: <strong>2025 年 8 月 26 日</strong>
Last modified: 2026 年 5 月 22 日

---

搜尋外掛

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

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

# Linkable

 由 [VOID Technology](https://profiles.wordpress.org/voiddk/) 開發

[下載](https://downloads.wordpress.org/plugin/linkable.1.0.0.zip)

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

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

## 外掛說明

Linkable is a lightweight WordPress plugin that automates internal linking by converting
defined keywords into links to selected posts or pages.

**Core functionality:**
 * Automatically links keywords to chosen posts or pages*
Works on singular posts and pages by filtering `the_content` at priority 20 * Searches
for keyword matches inside `<p>`, `<li>`, `<b>`, `<em>`, and `<i>` tags * Skips 
self-links by excluding the current post from the keyword map * Uses the Yoast SEO
title for link tooltips when Yoast is active, otherwise falls back to the WordPress
title * Preserves existing `<a>` tags and shortcodes by backing them up before processing
and restoring them afterward

**Keyword management:**
 * Keywords are stored per post and per page as JSON in 
the `linkable_tags` post meta field * `linkable_tags` is registered with REST support,
sanitized via `sanitize_text_field`, and restricted to users with `edit_posts`

**Settings:**
 * Accessible via Settings  Linkable * `max_links_per_target`: limits
how many times the same target can be linked from one post (default 1) * `first_occurrence_only`:
when enabled, each keyword is linked only once per post

**Performance:**
 * Builds a global keyword map from all published posts and pages
with `linkable_tags` * Caches the keyword map with a transient (`global_linkable_tag_map`)
for one hour * Query optimized to fetch only IDs and avoid unnecessary meta/term
caching

**Editor compatibility:**
 * Works with both the block editor and the classic editor*
Enqueues an admin sidebar panel script (`static/js/admin-sidebar-panel.js`) with
WordPress dependencies and versioning via `filemtime`

**Security:**
 * URLs are properly escaped with `esc_url` * Link titles are sanitized
and HTML-escaped * Meta registration includes capability and sanitization checks

### License

This plugin is licensed under the GPLv2 or later.

## 安裝方式

 1. Upload the plugin to the `/wp-content/plugins/` directory or install via WordPress
    admin
 2. Activate the plugin
 3. Go to any post or page and add keywords in the Linkable panel (in the sidebar)
 4. Configure plugin settings under **Settings > Linkable**

## 常見問題集

### Does it support custom post types?

Not yet, but it’s on the roadmap.

### Does it work with shortcodes and existing links?

Yes – existing links and shortcodes are safely ignored during replacement.

### Does it slow down my site?

No – it uses transients and in-memory caching to keep things fast.

## 使用者評論

![](https://secure.gravatar.com/avatar/f0196a76c388838d3bf43d8f23eea4e0fdd385a6cd4d39fc0ce424b0b113dfac?
s=60&d=retro&r=g)

### 󠀁[Makes internal linkbuilding easy](https://wordpress.org/support/topic/makes-internal-linkbuilding-easy/)󠁿

 [mrmanden](https://profiles.wordpress.org/mrmanden/) 2025 年 9 月 3 日

Great plugin that help me create internal links really easy.

![](https://secure.gravatar.com/avatar/1c90ca5ed9ef8060ed9ee0eb1d718f0a94d4dc5c3d1be99ef8295c87e1b38923?
s=60&d=retro&r=g)

### 󠀁[Makes internal linking in WordPress simple and fast 🚀](https://wordpress.org/support/topic/makes-internal-linking-in-wordpress-simple-and-fast-%f0%9f%9a%80/)󠁿

 [tykfyr](https://profiles.wordpress.org/tykfyr/) 2025 年 8 月 27 日 1 則留言

I’ve tried different ways to manage internal links, but most solutions are either
too heavy or too complicated. Linkable just works. You add your keywords, point 
them to the right page, and the plugin automatically takes care of the rest. Super
simple, lightweight, and a real time-saver if you want to keep your internal link
structure consistent. Great for SEO and content sites where manual linking quickly
becomes a pain.

![](https://secure.gravatar.com/avatar/d1240bcdb1b04edb15eb0b6f34f7ad7d3c3e2cf3ac3c3413f2dde28443e96b82?
s=60&d=retro&r=g)

### 󠀁[Simple but functional](https://wordpress.org/support/topic/simple-but-functional-8/)󠁿

 [Morten Ellegaard Larsen](https://profiles.wordpress.org/ellegaarddk/) 2025 年 
8 月 27 日 1 則留言

I love it, when plugins doesn’t get bloated with things not related to the task 
at hand. This just does the job, plain and simple.

 [ 閱讀全部 3 則使用者評論 ](https://wordpress.org/support/plugin/linkable/reviews/)

## 參與者及開發者

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

參與者

 *   [ VOID Technology ](https://profiles.wordpress.org/voiddk/)

〈Linkable〉外掛目前已有 1 個本地化語言版本。 感謝[全部譯者](https://translate.wordpress.org/projects/wp-plugins/linkable/contributors)
為這個外掛做出的貢獻。

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

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

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

## 變更記錄

#### 1.0.0

 * First public release
 * Internal linking based on keywords
 * Settings page with basic controls

## 中繼資料

 *  版本 **1.0.0**
 *  最後更新 **4 天前**
 *  啟用安裝數 **30+**
 *  WordPress 版本需求 ** 5.8 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [Danish](https://da.wordpress.org/plugins/linkable/) 及 [English (US)](https://wordpress.org/plugins/linkable/).
 *  [將這個外掛本地化為你的母語版本](https://translate.wordpress.org/projects/wp-plugins/linkable)
 * 標籤:
 * [autolink](https://tw.wordpress.org/plugins/tags/autolink/)[gutenberg](https://tw.wordpress.org/plugins/tags/gutenberg/)
   [internal linking](https://tw.wordpress.org/plugins/tags/internal-linking/)[internal links](https://tw.wordpress.org/plugins/tags/internal-links/)
   [seo](https://tw.wordpress.org/plugins/tags/seo/)
 *  [進階檢視](https://tw.wordpress.org/plugins/linkable/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  3 個 5 星使用者評論     ](https://wordpress.org/support/plugin/linkable/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/linkable/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/linkable/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/linkable/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/linkable/reviews/?filter=1)

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

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

## 參與者

 *   [ VOID Technology ](https://profiles.wordpress.org/voiddk/)

## 技術支援

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

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